-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Segfaults in hiprtCreateGeometry when using distribution packaged hip #18
Comments
Hi @littlewu2508 We have released a new version on https://gpuopen.com/hiprt/ Could you please try this version and let us know if the issue still persists? |
Confirms that with the newest hiprtsdk (2.1.c202dac) the issue perssits. Also I uses the Orochi bundled by hiprtsdk-2.0.0 because the newest one cause errors even on 00_context_creation:
|
Which version of ROCm do you use? The provided binaries are available with 5.7 (https://repo.radeon.com/amdgpu-install/23.20/ubuntu/focal/). |
I am using ROCm 5.7.1 |
Just confirming, neither 2.1-alt1.gc202dac nor v2.2.0e68f54 doesn't work with ROCm 5.7.1, I'm getting segfaults for all tutorials: example segfault bt with 2.1
|
Sorry for the late reply. Could you try this particular version of 5.7, plesae? https://repo.radeon.com/amdgpu-install/23.20/ubuntu/focal/ |
It seems that Orochi did not load the function. Could you check please these paths on your system? https://github.com/amdadvtech/Orochi/blob/cdf5c7624dd826335c2d2022ddfb770178cad46a/contrib/hipew/src/hipew.cpp#L295-L298 |
Oh, these locations does not exists on my system. My hip libraries are installed in After fixing this issue, I got similar issue with @LAKostis:
|
Hello, meanwhile, we released source codes of HIPRT. I know it's not perfect solution but you can try to compile HIPRT for your system. The compilation should be straightforward: https://github.com/GPUOpen-LibrariesAndSDKs/HIPRT |
I'm using 6700XT on Gentoo
dev-util/hip-5.6.0
with upstream clang-16.0.6, and hiprtbuildID_linux.txt: 453
.00_context_creation
passed.When executing
01_geom_intersection64D
, it segfaults. The stack trace:If I use the amd's rocm distribution (at
/opt/rocm
), then it's the same issue with #15 (comment)The text was updated successfully, but these errors were encountered: