-
Notifications
You must be signed in to change notification settings - Fork 69
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
rocRAND build with rocm 1.7? #6
Comments
Can you please post the error message here |
make -j4 Scanning dependencies of target sobol_direction_vector_generator
/opt/rocm/hcc-1.0/bin/clamp-device: line 216: 16054 Segmentation fault (core dumped) $LLC $KMOPTLLC -mtriple amdgcn--amdhsa-amdgiz -mcpu=$AMDGPU_TARGET -filetype=obj -enable-si-insert-waitcnts=0 -o $2.isabin $2.opt.bc
/opt/rocm/hcc-1.0/bin/clamp-device: line 216: 16056 Segmentation fault (core dumped) $LLC $KMOPTLLC -mtriple amdgcn--amdhsa-amdgiz -mcpu=$AMDGPU_TARGET -filetype=obj -enable-si-insert-waitcnts=0 -o $2.isabin $2.opt.bc |
Thanks; how are you obtaining rocm 1.7? Why do you need to use an unreleased rocm version? |
Hi,
On the same machine, when rocm 1.6 is installed, rocRAND can be built. When rocm 1.7 is installed, the rocRAND build keeps failing.
Are there any extra steps other than the instructions on the github page that I should take to build rocRAND with rocm 1.7?
Thanks,
Qiyu
The text was updated successfully, but these errors were encountered: