-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Fix handler::set_arg for local_accessor #7313
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
[SYCL] Fix handler::set_arg for local_accessor #7313
Conversation
Added missing `setArgHelper` overload for `local_accessor`.
/verify with intel/llvm-test-suite#1367 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/verify with intel/llvm-test-suite#1367 |
1 similar comment
/verify with intel/llvm-test-suite#1367 |
Failures in |
@AlexeySachkov, please follow up on post commit issue: https://github.com/intel/llvm/actions/runs/3423451915/jobs/5702059148
|
intel#7313 added the setLocalAccessorHelper function which has a symbol in the Windows dump. This commit adds the missing symbol to the reference dump. Signed-off-by: Larsen, Steffen <[email protected]>
Added in #7331 |
) #7313 added the setLocalAccessorHelper function which has a symbol in the Windows dump. This commit adds the missing symbol to the reference dump. Signed-off-by: Larsen, Steffen <[email protected]>
Added missing
setArgHelper
overload forlocal_accessor
.