Skip to content

Commit b85d573

Browse files
alugoreypruthvistony
authored andcommitted
skip vmapvjpvjp_linalg_householder_product_cuda_float32 (#1420)
1 parent 0f078f7 commit b85d573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functorch/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def fn(inp, *args, **kwargs):
951951
# (3) encountering this error in PyTorch internals.
952952
xfail("index_reduce", "prod"),
953953
decorate(
954-
"linalg.householder_product", decorator=runOnRocm
954+
"linalg.householder_product", decorator=skipIfRocm
955955
), # works on ROCm
956956
xfail(
957957
# nans

0 commit comments

Comments
 (0)