Skip to content

Commit 4ad2537

Browse files
committed
Remove skips in opinfo
(cherry picked from commit 907378d)
1 parent 1641b00 commit 4ad2537

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/inductor/test_torchinductor_opinfo.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
dtype_abbrs,
3333
IS_MACOS,
3434
IS_X86,
35-
is_navi_arch,
3635
skipCUDAMemoryLeakCheckIf,
3736
skipIfCrossRef,
3837
skipIfTorchDynamo,
@@ -204,19 +203,6 @@ def format_op(op):
204203
# Tensors are not alike
205204
inductor_skips["cuda"]["logcumsumexp"] = {f32}
206205
inductor_skips["cuda"]["special.modified_bessel_i1"] = {f64}
207-
if is_navi_arch():
208-
inductor_skips["cuda"]["aminmax"] = {b8, f16, f32, f64, i32, i64}
209-
inductor_skips["cuda"]["dist"] = {b8, f16, f32, f64, i32, i64}
210-
inductor_skips["cuda"]["kron"] = {b8, f16, f32, f64, i32, i64}
211-
inductor_skips["cuda"]["masked.std"] = {b8, f16, f32, f64, i32, i64}
212-
inductor_skips["cuda"]["masked.var"] = {b8, f16, f32, f64, i32, i64}
213-
inductor_skips["cuda"][("max", "reduction_no_dim")] = {b8, f16, f32, f64, i32, i64}
214-
inductor_skips["cuda"][("min", "reduction_no_dim")] = {b8, f16, f32, f64, i32, i64}
215-
inductor_skips["cuda"]["nn.functional.conv_transpose3d"] = {b8, f16, f32, f64, i32, i64}
216-
inductor_skips["cuda"]["std"] = {b8, f16, f32, f64, i32, i64}
217-
inductor_skips["cuda"]["std_mean"] = {b8, f16, f32, f64, i32, i64}
218-
inductor_skips["cuda"]["var"] = {b8, f16, f32, f64, i32, i64}
219-
inductor_skips["cuda"]["var_mean"] = {b8, f16, f32, f64, i32, i64}
220206

221207
inductor_expected_failures_single_sample = defaultdict(dict)
222208

0 commit comments

Comments
 (0)