oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

generic: skip unsupported examples

Open sgeor255 opened this issue 1 year ago • 2 comments

This PR skips the unsupported examples on generic vendor and fixes an issue in deconvolution where problems post-ops were incorrectly returning unimplemented (and as a result the deconvolution example was failing).

This PR is currently on top of #2159 (996e949331926ce44024bb0cd88455e64790a982 contains the new changes). I will rebase it on main when #2159 is merged.

sgeor255 avatar Oct 16 '24 10:10 sgeor255

Thanks for the PR @sgeor255. It seems clang-format is picking on src/gpu/generic/sycl/ref_convolution.cpp:139 (it seems to expect a line break before return statement). Could you run clang-format on that file please?

mgouicem avatar Oct 17 '24 09:10 mgouicem

make test disable device_cpu enable device_gpu enable thr_generic enable arch_rtx

mgouicem avatar Oct 17 '24 09:10 mgouicem