Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
u1 __SYCL_DEPRECATED("u1 is reserved/unsupported") = 1, // unsigned …
Browse files Browse the repository at this point in the history
…1 bit

  s1 __SYCL_DEPRECATED("s1 is reserved/unsupported") = 2,    // signed 1 bit
  • Loading branch information
sunjiweiswift committed Jul 3, 2024
1 parent b3e8419 commit 6608307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/common/core/math_mma.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ constexpr __ESIMD_NS::xmx::dpas_argument_type get_argument_type() {
arg_type == gpu::xetla::argument_type::TF32,
"Unsupported argument type");
switch (arg_type) {
#if __INTEL_LLVM_COMPILER < 20240200
case gpu::xetla::argument_type::U1:
return __ESIMD_NS::xmx::dpas_argument_type::u1;
case gpu::xetla::argument_type::S1:
return __ESIMD_NS::xmx::dpas_argument_type::s1;
#endif
case gpu::xetla::argument_type::U2:
return __ESIMD_NS::xmx::dpas_argument_type::u2;
case gpu::xetla::argument_type::S2:
Expand Down

0 comments on commit 6608307

Please sign in to comment.