-
Notifications
You must be signed in to change notification settings - Fork 803
[UR][L0] Fix Command List Cache to correctly set In order List property #15306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
-pre-commit PR for oneapi-src/unified-runtime#2062 Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
|
@intel/llvm-gatekeepers please merge |
|
@nrspruit @pbalcer Seeing many postcommit linux gen12 failures, can these all be related? If so IMO we should revert this. |
|
@sarnex It really seems unlikely, this patch was fairly simple and obvious. I'll take a look. |
|
@sarnex I've chatted with @nrspruit about this, and it doesn't look like something this patch could have caused. Can you try rebooting the gen12 runner? and so on. All the tests that are failing first run the test against the L0 adapter (which is what this patch changed), which seems to be working fine, and then run the same test with To us it looks like it's the environment that is the problem, not the L0 adapter. |
|
Thanks, we are seeing this on multiple runners, so I don't think rebooting it will help. @intel/llvm-gatekeepers Does someone have time to investigate the above test failures in postcommit? |
|
We suspect that the issue is due to a bug in FPGA emulator revealed after oneapi-src/unified-runtime#2032. @callumfare is investigating. |
|
Thanks, if we can consistently fix it by reverting that commit I would recommend we do that for now if the fix isn't quick. |
-pre-commit PR for oneapi-src/unified-runtime#2062