Error of new compiled DeePMD-kit 2.2.5 on the DCU machine #2972
Unanswered
KawaSakiHakuButsu
asked this question in
Q&A
Replies: 1 comment 10 replies
-
It's like the same issue in #1801, and the bug may come from the old ROCm library. By the way, the default float type is |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have compiled DeePMD-kit 2.2.5 on the sugon platform with following environments
Then I use the DP inference C++ interface based on the shared library
libdeepmd_cc.so
. Before performing the inference, I also load the requiredGNU 8.2.0
module. The inference process ran successfully on CPU, but met following errors on DCU (similar to the errors in #2655 and #1927)I have verified
hipMemcpyDeviceToDevice
ofROCm 4.0.1
on DCU due to the above error messagesusing a simple test. (Corresponding code attached in the bottom) However, there's nothing wrong about this process itself.
How can I solve the above errors? Thanks for every ideas and suggestions.
test.cpp
Beta Was this translation helpful? Give feedback.
All reactions