AArch64: matmul acl kernel aborted with Assertion failure #2674
Labels
platform:cpu-aarch64
Codeowner: @oneapi-src/onednn-cpu-aarch64
sighting
Suspicious library behavior. Should be promoted to a bug when confirmed
Background
Recently, graph team start to investigate the skipped(failed) graph test cases in #2168. For those SDPA/MHA/MQA-related cases, I finally can reproduce the issue with primitive matmul API. Let's start to restore these test cases based on this issue.
Summary
I wrote an example with primitive API. The case failed in
acl_matmul
kernel, the case can pass after remove the kernel here. The failure log is as follows:Version
Latest oneDNN main branch, the commit I used: af1410c
Environment
Steps to reproduce
Add the following example in /path-to-oneDNN-repo/oneDNN/examples/primitives/test.cpp
Some tips
I tried to use different OMP_THREADS_NUM, and smaller threads num can pass.
I also found that some other shape(384x64 : 64x384) can pass the test, it should be related to the kernel implementation of transpose.
The text was updated successfully, but these errors were encountered: