We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run execute_gemm_op, I get the following output:
[INFO] Set device[0] success [INFO] Init resource success [INFO] Init op input success [INFO] Prepare op input data success [INFO] Matrix A: ... [INFO] Matrix B: ... [INFO] Matrix C: ... [INFO] Create stream success [INFO] Copy inputs success [INFO] Launch Gemm kernel success [ERROR] Synchronize stream failed [INFO] Destory resource success
The following line of code causes this error:
samples/cplusplus/level1_single_api/1_acl/4_blas/gemm/src/gemm_runner.cpp
Line 224 in fc2aea9
What is the reason? How can I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run execute_gemm_op, I get the following output:
The following line of code causes this error:
samples/cplusplus/level1_single_api/1_acl/4_blas/gemm/src/gemm_runner.cpp
Line 224 in fc2aea9
What is the reason? How can I fix this?
The text was updated successfully, but these errors were encountered: