Skip to content

Commit b308b6f

Browse files
[TEST] Mark test_dot_multidim bfloat16 xfail after bf9fea9
Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
1 parent 5eaa3cd commit b308b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/language/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6712,7 +6712,7 @@ def kernel():
67126712
def test_dot_multidim(rank, trans_a, trans_b, device):
67136713

67146714
if is_interpreter():
6715-
pytest.skip("bfloat16 is not supported in the interpreter")
6715+
pytest.xfail("bfloat16 is not supported in the interpreter")
67166716

67176717
@triton.jit
67186718
def kernel(X, Y, Z, RANK: tl.constexpr, TRANS_A: tl.constexpr, TRANS_B: tl.constexpr):

0 commit comments

Comments
 (0)