You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building with rocm ep, on tag v1.7.0, in the final onnxruntime.so,I get a undefined error of OrtSessionOptionsAppendExecutionProvider_ROCM. it seems in the .h the api have three peremeters, but in the .cc, there is only two, just ignored the hip_mem_limit.
when I try to fix this error, in the .cc, I add the hip_mem_limit to keep consistent with the .h, but when linking I get lots of error like undefined reference to onnxruntime::common::status::status(onnxruntime::common::statusCategory, int, std::string const&)
can anyone help
Could try a new version first. The v1.7.0 is about 2 years ago. At that time, there is not much effort put into maintaining ROCm EP. ROCm EP only gets rid of experimental status recently.
Describe the issue
I am building with rocm ep, on tag v1.7.0, in the final onnxruntime.so,I get a undefined error of OrtSessionOptionsAppendExecutionProvider_ROCM. it seems in the .h the api have three peremeters, but in the .cc, there is only two, just ignored the hip_mem_limit.
when I try to fix this error, in the .cc, I add the hip_mem_limit to keep consistent with the .h, but when linking I get lots of error like undefined reference to onnxruntime::common::status::status(onnxruntime::common::statusCategory, int, std::string const&)
can anyone help
Urgency
No response
Target platform
amd
Build script
sh ./build.sh --config Release --parallel --skip-keras-test --build_shared_lib --skip_submodule_sync --skip_tests --use_rocm --rocm_home $path
Error / output
concatip’t.cu:(.text+Ox6OO): undefined reference to onnxruntime: :common: :Status: :Status(onnxruntime: :common: :StatusC ategory. int, std::string const&)
expand_impl.cu:(.text+0xc26): undefined reference to onnxruntime: :coIon: :Status: :Status(onnxruntime: :common: :StatusC ategory. int. std::string const&)’
expand_impl.cu:(.text+Oxfc8): undefined reference to onnxruntime: :comion: :Status: :Status(onnxruntie: :common: :StatusC ategory. int. std::string const&)’
Visual Studio Version
No response
GCC / Compiler Version
7.3
The text was updated successfully, but these errors were encountered: