Skip to content
4 changes: 3 additions & 1 deletion test/unit/cute/intel_xe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ cutlass_test_unit_add_executable(
copy_scatter.cpp
mma.cpp
tiled_mma.cpp
xe_copy_2d_test.cpp
xe_copy_prefetch_2d.cpp
xe_vnni_2d.cpp
xe_transpose_2d.cpp
)
else()
cutlass_test_unit_add_executable(
Expand Down
2 changes: 1 addition & 1 deletion test/unit/cute/intel_xe/mma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ TEST(PVC_CuTe_Xe, MMA_XE_8x16x8_F32TF32TF32F32_TT) {
tfloat32_t, float>(512, 512, 256);
}

#if (IGC_VERSION_MAJOR > 2) || (IGC_VERSION_MAJOR == 2 && IGC_VERSION_MINOR >= 18)
#if (IGC_VERSION_MAJOR >= 2 && IGC_VERSION_MINOR >= 18)

TEST(PVC_CuTe_Xe, MMA_DPAS_S8_8x16) {
MMA_Test<XE_DPAS_TT<8, int32_t, int8_t>, 64, 64, 8, 16, 32, int8_t, int8_t,
Expand Down
291 changes: 0 additions & 291 deletions test/unit/cute/intel_xe/xe_copy_2d_test.cpp

This file was deleted.

Loading
Loading