Skip to content

Commit 09b800a

Browse files
alugoreydnikolaev-amd
authored andcommitted
skip vmapvjpvjp_linalg_householder_product_cuda_float32 (#1420)
1 parent c716c2e commit 09b800a

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

0 commit comments

Comments
 (0)