Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhaldi committed Feb 12, 2024
1 parent 1d1dd93 commit 258f87d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// This tests support of row major layout for matrix B which does automatic VNNI
// REQUIRES: aspect-ext_intel_matrix
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
// VNNI transform and sub-group size 32 are not supported yet on DG2 by IGC
Expand All @@ -13,9 +14,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// This tests support of row major layout for matrix B which does automatic VNNI
// transform. This is currently only available on AMX

// Sub-group size 32 support for this test is not currently available in IGC
// XFAIL: gpu

#include "../common.hpp"
Expand Down

0 comments on commit 258f87d

Please sign in to comment.