Skip to content

Commit beb59f4

Browse files
authored
skip vmapvjpvjp_linalg_householder_product_cuda_float32 (#1420)
1 parent a6ed197 commit beb59f4

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
@@ -936,7 +936,7 @@ def fn(inp, *args, **kwargs):
936936
# (3) encountering this error in PyTorch internals.
937937
xfail("index_reduce", "prod"),
938938
decorate(
939-
"linalg.householder_product", decorator=runOnRocm
939+
"linalg.householder_product", decorator=skipIfRocm
940940
), # works on ROCm
941941
xfail(
942942
"nanquantile", device_type="cpu"

0 commit comments

Comments
 (0)