Advertisement
Guest User

cuda-memcheck-out.log

a guest
Sep 27th, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ubuntu@tegra-ubuntu:~/Test0001/Debug$ cuda-memcheck ./Test0001
  2. ========= CUDA-MEMCHECK
  3. ========= Invalid __global__ read of size 8
  4. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  5. ========= by thread (9,0,0) in block (0,0,0)
  6. ========= Address 0x000370e8 is out of bounds
  7. =========
  8. ========= Invalid __global__ read of size 8
  9. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  10. ========= by thread (8,0,0) in block (0,0,0)
  11. ========= Address 0x000370e0 is out of bounds
  12. =========
  13. ========= Invalid __global__ read of size 8
  14. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  15. ========= by thread (7,0,0) in block (0,0,0)
  16. ========= Address 0x000370d8 is out of bounds
  17. =========
  18. ========= Invalid __global__ read of size 8
  19. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  20. ========= by thread (6,0,0) in block (0,0,0)
  21. ========= Address 0x000370d0 is out of bounds
  22. =========
  23. ========= Invalid __global__ read of size 8
  24. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  25. ========= by thread (5,0,0) in block (0,0,0)
  26. ========= Address 0x000370c8 is out of bounds
  27. =========
  28. ========= Invalid __global__ read of size 8
  29. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  30. ========= by thread (4,0,0) in block (0,0,0)
  31. ========= Address 0x000370c0 is out of bounds
  32. =========
  33. ========= Invalid __global__ read of size 8
  34. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  35. ========= by thread (3,0,0) in block (0,0,0)
  36. ========= Address 0x000370b8 is out of bounds
  37. =========
  38. ========= Invalid __global__ read of size 8
  39. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  40. ========= by thread (2,0,0) in block (0,0,0)
  41. ========= Address 0x000370b0 is out of bounds
  42. =========
  43. ========= Invalid __global__ read of size 8
  44. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  45. ========= by thread (1,0,0) in block (0,0,0)
  46. ========= Address 0x000370a8 is out of bounds
  47. =========
  48. ========= Invalid __global__ read of size 8
  49. ========= at 0x000000c8 in /home/ubuntu/Test0001/Debug/../src/my_helper.cuh:75:void vector_projection<double>(double*, int)
  50. ========= by thread (0,0,0) in block (0,0,0)
  51. ========= Address 0x000370a0 is out of bounds
  52. =========
  53. ========= Program hit error 4 on CUDA API call to cudaMemcpyFromSymbol
  54. =========
  55. CUDA error at ../src/vectorAdd.cu:19 code=4(cudaErrorLaunchFailure) "cudaMemcpyFromSymbol(Y, DEV_X, 10*sizeof(double))"
  56. ========= ERROR SUMMARY: 11 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement