Closed yasuo-ozu closed 2 years ago
Thanks for bringing this up. Looks like Orochi hits an assert if it couldn't find a function in debug mode. Sadly we don't have the hiprtcLink* APIs available on Linux yet, but it should come eventually. I'll get back to you here in case we have a way to bring those to Orochi.
In the mean time, you can try removing those asserts (remove the _CHECKED part) and that particular test should work fine.
Thanks. I send PR to modify README to inform Linux users about it.
I think a better way could be to use an older commit of orochi. Can you try this commit? https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/tree/d78fb813e6ca19309313119052462ef8882c9908
Yes using an older version of Orochi is the right solution as linux hip is just behind.
Hello.
I tried to run Test64D app on Linux x64 system, but I got the error:
And
hipew.cpp:470
is https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/blob/ac7f0ab7f537d6724fd6e9228f0539391e730230/contrib/hipew/src/hipew.cpp#L470which is checking the existence of API named
hiprtcLinkCreate
. So I checked the name in my.so
file:no
hiprtcLinkCreate
found. Any ideas? thanks in advance.hip-runtime-amd 5.2.3-1
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hip-runtime-amdLinux 5.17.4
Orochi
ac7f0ab7f537d6724fd6e9228f0539391e730230