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
There is an compilation issue for me (with ROCm-2.0):
[ 54%] Linking CXX executable test_log_normal_distribution
Call parameter type does not match function signature!
%StackGuardSlot = alloca i8*, addrspace(5)
i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
LLVM ERROR: Broken function found, compilation aborted!
Generating AMD GCN kernel failed in llc for target: gfx900
Call parameter type does not match function signature!
%StackGuardSlot = alloca i8*, addrspace(5)
i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
LLVM ERROR: Broken function found, compilation aborted!
Generating AMD GCN kernel failed in llc for target: gfx803
Call parameter type does not match function signature!
%StackGuardSlot = alloca i8*, addrspace(5)
i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
LLVM ERROR: Broken function found, compilation aborted!
Generating AMD GCN kernel failed in llc for target: gfx906
clang-8: error: linker command failed with exit code 7 (use -v to see invocation)
make[2]: *** [test/CMakeFiles/test_hiprand_kernel.dir/build.make:92: test/test_hiprand_kernel] Fehler 7
make[1]: *** [CMakeFiles/Makefile2:776: test/CMakeFiles/test_hiprand_kernel.dir/all] Fehler 2
[ 54%] Built target test_log_normal_distribution
207 warnings generated.
[ 55%] Linking CXX executable test_rocrand_cpp_wrapper
[ 55%] Built target test_rocrand_cpp_wrapper
The text was updated successfully, but these errors were encountered:
There is an compilation issue for me (with ROCm-2.0):
The text was updated successfully, but these errors were encountered: