Does sycl can support cuda tensorcore invoking? #11635
Answered
by
JackAKirk
wangzy0327
asked this question in
Q&A
-
Does sycl can support cuda tensorcore invoking? |
Beta Was this translation helpful? Give feedback.
Answered by
JackAKirk
Oct 24, 2023
Replies: 1 comment 3 replies
-
Yes, DPC++ supports the same Tensor Cores capabilities as CUDA Runtime API (minus experimental ones). The full list is here https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc#nvidia-tensor-cores-supported-combinations |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
JackAKirk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, DPC++ supports the same Tensor Cores capabilities as CUDA Runtime API (minus experimental ones). The full list is here https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc#nvidia-tensor-cores-supported-combinations
and that document tells you how to use them within the
joint_matrix
dpc++ extension.