OpenCL compilation #58
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The first image shows that this is because we do not have the instruction implemented. Do you want to try to implement it? Which benchmark misses the assembly file and hsaco files? I think we should have all of them. |
Beta Was this translation helpful? Give feedback.
-
@syifan Unfortunately, I tried all versions of ROCm and none of them worked correctly after being recompiled. Then I tried other benchmarks such as fir and recompiled and ran it but it worked correctly, it seems that Opcode 17 error is only for AES. I really don't know how to solve it. |
Beta Was this translation helpful? Give feedback.
For the Opcode 17 error, it is probably just because of a version difference in the compiler. We are using the rocm-dev docker image with version 3.8 to compile many kernels, but many other kernels may be compiled by even earlier compiler versions.