-
Notifications
You must be signed in to change notification settings - Fork 752
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][COMPAT] fixed byte-dot products to properly call cuda intrinsi…
…cs (#14463) Fixes the Nvidia backend code path for int8 intrinsics in syclcompat. * Was using previously __CUDA_ARCH__ instead of __SYCL_CUDA_ARCH__ * Updates the test to compile to the minimum supported architecture `sm61` Signed-off-by: Alberto Cabrera <[email protected]>
- Loading branch information
Showing
2 changed files
with
65 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters