Skip to content

Commit 76fc632

Browse files
committed
Update on "[AOTI] Add C shim for MKLDNN _linear_pointwise"
cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 voznesenskym penguinwu EikanWang Guobing-Chen zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy yf225 chenyang78 kadeng muchulee8 ColinPeppler amjames chauhang [ghstack-poisoned]
2 parents 63589c2 + d03b3f5 commit 76fc632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/inductor/test_aot_inductor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,8 +3649,8 @@ def fail_non_abi_compatible_cuda(is_skip=False):
36493649
"test_dynamic_scalar": fail_minimal_arrayref_interface(is_skip=True),
36503650
# https://github.com/pytorch/pytorch/issues/122980
36513651
"test_fft_c2c": fail_stack_allocation(is_skip=True),
3652-
"test_freezing": fail_stack_allocation(is_skip=True),
3653-
"test_linear_freezing": fail_stack_allocation(is_skip=True),
3652+
"test_freezing": fail_minimal_arrayref_interface(is_skip=True),
3653+
"test_linear_freezing": fail_minimal_arrayref_interface(is_skip=True),
36543654
# FIXME: failed with Segfault while exiting the Python runtime
36553655
"test_missing_cubin": fail_with_and_without_stack_allocation(is_skip=True),
36563656
# minimal arrayref interface only works with CPU; test crashes.

0 commit comments

Comments
 (0)