-
Notifications
You must be signed in to change notification settings - Fork 794
[SYCL] Update kernel function metadata after local accessor pass #10727
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
|
cc: @jinz2014 |
|
This was discovered by: #9772 |
65b7495 to
63ca278
Compare
|
I'm not having much luck with CI on this PR, but the failures don't seem to be related @intel/llvm-gatekeepers |
llvm/test/CodeGen/NVPTX/local-accessor-to-shared-memory-basic-transformation.ll
Outdated
Show resolved
Hide resolved
8e5f3bd to
7870ea3
Compare
|
Not sure if you've seen this @zjin-lcf |
|
@intel/llvm-gatekeepers the errors seem to be unrelated. |
Sorry, I didn't reply to your pings earlier. I appreciate your PR, which will enable the support of "minBlocksPerMultiprocessor" and "maxThreadsPerBlock". |
@jchlanda due to the CI failures that happened, no gen12 tests at all were run. So we can not merge these in with these results. I have restarted your test results and if all is clean, than the gatekeepers will merge in. |
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>
Co-authored-by: Alexey Sachkov <alexey.sachkov@intel.com>
6549314 to
b60673d
Compare
Make sure that metadata containing the kernel function is correctly updated after local accessor to shared memory pass is run.