Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_benchdnn_modeC_rnn_ci_cpu failing on AArch64 with and without ACL #1836

Open
jondea opened this issue Mar 21, 2024 · 0 comments
Open

test_benchdnn_modeC_rnn_ci_cpu failing on AArch64 with and without ACL #1836

jondea opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
platform:aarch64 sighting Suspicious library behavior. Should be promoted to a bug when confirmed

Comments

@jondea
Copy link
Contributor

jondea commented Mar 21, 2024

Summary

test_benchdnn_modeC_rnn_ci_cpu failing on AArch64 with and without ACL because some inputs are returning unimplemented (see test_benchdnn_modeC_rnn_ci_cpu.unimplemented.log).

The only failing cases have

tag=abc:abdec:abc
tag=bac:abdec:bac

and there are no inputs with these tags which pass, so this may be the missing case on AArch64.

Version

Failing on latest main, first bad commit 51f8510

Steps to reproduce

Build with or without ACL on an AArch64 machine (e.g. a Graviton) and run

ctest -R test_benchdnn_modeC_rnn_ci_cpu

fails with some unimplemented.

Or an example of a smaller reproducer is

> ./tests/benchdnn/benchdnn --rnn --prop=BWD_DW --tag=abc:abdec:abc l1t3mb1sic16slc16dhc16dic16
Error: Function 'check_dnnl_status' at (oneDNN/tests/benchdnn/dnnl_common.hpp:323) returned 'unimplemented'
Error: Function 'create_primitive' at (oneDNN/tests/benchdnn/dnnl_common.hpp:397) returned '1'
Error: Function 'init_prim' at (oneDNN/tests/benchdnn/dnnl_common.hpp:462) returned '1'
Error: Function 'createit' at (oneDNN/tests/benchdnn/rnn/rnn.cpp:1226) returned '1'
Error: Function 'create' at (oneDNN/tests/benchdnn/rnn/rnn_task.hpp:49) returned '1'
0:UNIMPLEMENTED __REPRO: --rnn --prop=BWD_DW --tag=abc:abdec:abc l1t3mb1sic16slc16dhc16dic16
tests:1 passed:0 skipped:0 mistrusted:0 unimplemented:1 invalid_arguments:0 failed:1 listed:0
total: 0.01s; fill: 0.00s (0%); compute_ref: 0.00s (0%); compare: 0.00s (0%);
@jondea jondea added the sighting Suspicious library behavior. Should be promoted to a bug when confirmed label Mar 21, 2024
@vpirogov vpirogov self-assigned this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:aarch64 sighting Suspicious library behavior. Should be promoted to a bug when confirmed
Projects
None yet
Development

No branches or pull requests

2 participants