Skip to content

Commit 4bb9fa8

Browse files
committed
[SYCL] Enable matrix-elemwise-ops test after dde90d0
The test started to pass after support for element-wise operations on joint matrix was added to llvm-spirv.
1 parent c6bf17b commit 4bb9fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/matrix/matrix-elemwise-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clangxx -fsycl -O2 %s -o %t.out
2-
// XFAIL: *
2+
33
#include <CL/sycl.hpp>
44
#if (SYCL_EXT_ONEAPI_MATRIX == 2)
55
#include <iostream>

0 commit comments

Comments
 (0)