-
Notifications
You must be signed in to change notification settings - Fork 158
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
[BLAS][DFT][SPARSE][TESTS] Remove .template from get_host_access
to fix build
#534
Conversation
This fixes the build. Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
get_host_access
to fix buildget_host_access
to fix build
Thanks for the fix! I see there are other occurrences of |
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Apologies, somehow my checkout didn't pull those folders. I've fixed them too now. |
get_host_access
to fix buildget_host_access
to fix build
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.
Thanks for the fix!
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
Merging now as suggested in my email. |
… fix build (oneapi-src#534) Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
Remove .template from
get_host_access
to fix build. This is also cleaner code.This fixes the build that became broken apparently due to a clang change: llvm/llvm-project#94049
Note that a dpc++ patch is also required to fix the build due to an unrelated issue to the one described above:
intel/llvm#14529