Skip to content

Commit

Permalink
Update to 3.5 API
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandschulz authored and AD2605 committed May 24, 2024
1 parent 63912b1 commit 2773705
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/cute/atom/mma_traits_xe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ namespace cute
template <>
struct MMA_Traits<XE_8x16x16_BF16BF16F32F32_NN>
{
using ElementDVal = float;
using ElementAVal = sycl::ext::oneapi::bfloat16;
using ElementBVal = sycl::ext::oneapi::bfloat16;
using ElementCVal = float;
using ValTypeD = float;
using ValTypeA = sycl::ext::oneapi::bfloat16;
using ValTypeB = sycl::ext::oneapi::bfloat16;
using ValTypeC = float;

using Shape_MNK = Shape<_8,_16,_16>;
using ThrID = Layout<_16>;
Expand Down

0 comments on commit 2773705

Please sign in to comment.