Skip to content

Commit a60d7cb

Browse files
committed
wip
1 parent 7fc254a commit a60d7cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

sycl/test-e2e/Matrix/SG32/element_wise_all_ops_tf32.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ using namespace sycl;
1919
using namespace sycl::ext::oneapi::experimental::matrix;
2020

2121
constexpr size_t SG_SZ = 32;
22-
constexpr size_t TN = 16;
2322

2423
#include "../element_wise_all_ops_tf32_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_fill_store.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===-------------------------------------------------------------------------===//
8+
// REQUIRES: matrix
9+
10+
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
11+
// RUN: %{run} %t.out
812

913
#include "joint_matrix_fill_store_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_fill_store_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ template <size_t TM, size_t TN, size_t TK> bool run_test() {
9191
// TODO: uncomment these calls to verify other types of matrices
9292
// bool res = matrix_compare(TM, TK, (bfloat16 *)A, (bfloat16 *)A_ref);
9393
// res &= matrix_compare(TK / 2, TN * 2, (bfloat16 *)B, (bfloat16 *)B_ref);
94-
// TODO later
9594
bool res = matrix_compare(TM, TN, (float *)C, (float *)C_ref);
9695

9796
return res;

0 commit comments

Comments
 (0)