We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8361c commit 19c68baCopy full SHA for 19c68ba
sycl/include/sycl/ext/oneapi/matrix/matrix-unified.hpp
@@ -530,8 +530,8 @@ joint_matrix_mad(
530
else
531
D.spvm = __spirv_JointMatrixMadINTEL(A.spvm, B.spvm, C.spvm);
532
#else
533
- if constexpr (std::is_same<Ta, uint16_t>::value &&
534
- std::is_same<Tb, uint16_t>::value &&
+ if constexpr (std::is_same<Ta, sycl::ext::oneapi::bfloat16>::value &&
+ std::is_same<Tb, sycl::ext::oneapi::bfloat16>::value &&
535
std::is_same<Tc, float>::value) {
536
constexpr uint32_t MatrixOperand = static_cast<uint32_t>(
537
__spv::MatrixOperands::MatrixAAndBBFloat16ComponentsINTEL);
0 commit comments