Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/element_wise_all_ops_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: matrix,gpu

// Only runs on DPAS because AMX implementation does not support half data type
// yet
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/Legacy/joint_matrix_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: matrix,gpu

// RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=1
// Only run on the GPU because half is not supported on AMX hardware
Expand Down
7 changes: 1 addition & 6 deletions SYCL/Matrix/XMX8/element_wise_all_ops_int8_packed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
// This is expected to fail on the GPU because the implementation does not
// support automatic transformation YET, in this case: VNNI to row major in the
// store.

// XFAIL: gpu
// This test stores the matrix B that is VNNIed (packed).

#include <iostream>
#include <random>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/element_wise_all_ops_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: matrix,gpu

// Only runs on DPAS because AMX implementation does not support half data type
// yet
Expand Down
6 changes: 2 additions & 4 deletions SYCL/Matrix/element_wise_all_ops_int8_packed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
// This is expected to fail on the GPU because the implementation does not
// support automatic transformation YET, in this case: VNNI to row major in the
// store.
// This test stores the matrix B that is VNNIed (packed).
// This is expected to fail on the GPU because some built-ins are missing still.

// XFAIL: gpu

Expand Down
2 changes: 1 addition & 1 deletion SYCL/Matrix/joint_matrix_half.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// REQUIRES: matrix
// REQUIRES: matrix,gpu

// RUN: %clangxx -fsycl %s -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
// Only run on the GPU because half is not supported on AMX hardware
Expand Down