Guest User

Untitled

a guest
Feb 14th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. [ 51%] Linking CXX executable test_rocrand_kernel_sobol32
  2. Call parameter type does not match function signature!
  3. %StackGuardSlot = alloca i8*, addrspace(5)
  4. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  5. in function _Z14rocrand_kernelIN14rocrand_device14sobol32_engineILb0EEEEvPjS3_m
  6. LLVM ERROR: Broken function found, compilation aborted!
  7. Generating AMD GCN kernel failed in llc for target: gfx900
  8. Call parameter type does not match function signature!
  9. %StackGuardSlot = alloca i8*, addrspace(5)
  10. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  11. in function _Z14rocrand_kernelIN14rocrand_device14sobol32_engineILb0EEEEvPjS3_m
  12. LLVM ERROR: Broken function found, compilation aborted!
  13. Generating AMD GCN kernel failed in llc for target: gfx906
  14. Call parameter type does not match function signature!
  15. %StackGuardSlot = alloca i8*, addrspace(5)
  16. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  17. in function _Z14rocrand_kernelIN14rocrand_device14sobol32_engineILb0EEEEvPjS3_m
  18. LLVM ERROR: Broken function found, compilation aborted!
  19. Generating AMD GCN kernel failed in llc for target: gfx803
  20. clang-9: error: linker command failed with exit code 7 (use -v to see invocation)
  21. make[2]: *** [test/CMakeFiles/test_rocrand_kernel_sobol32.dir/build.make:91: test/test_rocrand_kernel_sobol32] error 7
  22. make[1]: *** [CMakeFiles/Makefile2:738: test/CMakeFiles/test_rocrand_kernel_sobol32.dir/all] error 2
  23.  
  24. [ 52%] Linking CXX executable test_poisson_distribution
  25. [ 54%] Linking CXX executable test_hiprand_kernel
  26. [ 54%] Built target test_poisson_distribution
  27. Call parameter type does not match function signature!
  28. %StackGuardSlot = alloca i8*, addrspace(5)
  29. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  30. in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
  31. LLVM ERROR: Broken function found, compilation aborted!
  32. Generating AMD GCN kernel failed in llc for target: gfx803
  33. Call parameter type does not match function signature!
  34. %StackGuardSlot = alloca i8*, addrspace(5)
  35. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  36. in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
  37. LLVM ERROR: Broken function found, compilation aborted!
  38. Generating AMD GCN kernel failed in llc for target: gfx906
  39. Call parameter type does not match function signature!
  40. %StackGuardSlot = alloca i8*, addrspace(5)
  41. i8** call void @llvm.stackprotector(i8* %0, i8* addrspace(5)* %StackGuardSlot)
  42. in function _Z19hiprand_init_kernelI20hiprandStateMRG32k3aEvPT_myy
  43. LLVM ERROR: Broken function found, compilation aborted!
  44. Generating AMD GCN kernel failed in llc for target: gfx900
  45. clang-9: error: linker command failed with exit code 7 (use -v to see invocation)
  46. make[2]: *** [test/CMakeFiles/test_hiprand_kernel.dir/build.make:92: test/test_hiprand_kernel] error 7
  47. make[1]: *** [CMakeFiles/Makefile2:776: test/CMakeFiles/test_hiprand_kernel.dir/all] error 2
Advertisement
Add Comment
Please, Sign In to add comment