Advertisement
Guest User

Untitled

a guest
Mar 11th, 2020
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.65 KB | None | 0 0
  1. nvcc -std=c++11 -arch=sm_60 -c lib/lstm_forward_gpu.cu.cc -o lib/lstm_forward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  2. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  3. lstm_forward_gpu.cu.cc
  4. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  5. lstm_forward_gpu.cu.cc
  6. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  7. lstm_forward_gpu.cu.cc
  8. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  9. nvcc -std=c++11 -arch=sm_60 -c lib/lstm_backward_gpu.cu.cc -o lib/lstm_backward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  10. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  11. lstm_backward_gpu.cu.cc
  12. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  13. lstm_backward_gpu.cu.cc
  14. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  15. lstm_backward_gpu.cu.cc
  16. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  17. nvcc -std=c++11 -arch=sm_60 -c lib/gru_forward_gpu.cu.cc -o lib/gru_forward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  18. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  19. gru_forward_gpu.cu.cc
  20. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  21. gru_forward_gpu.cu.cc
  22. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  23. gru_forward_gpu.cu.cc
  24. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  25. nvcc -std=c++11 -arch=sm_60 -c lib/gru_backward_gpu.cu.cc -o lib/gru_backward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  26. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  27. gru_backward_gpu.cu.cc
  28. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  29. gru_backward_gpu.cu.cc
  30. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  31. gru_backward_gpu.cu.cc
  32. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  33. nvcc -std=c++11 -arch=sm_60 -c lib/layer_norm_forward_gpu.cu.cc -o lib/layer_norm_forward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  34. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  35. layer_norm_forward_gpu.cu.cc
  36. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  37. layer_norm_forward_gpu.cu.cc
  38. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  39. layer_norm_forward_gpu.cu.cc
  40. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  41. nvcc -std=c++11 -arch=sm_60 -c lib/layer_norm_backward_gpu.cu.cc -o lib/layer_norm_backward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  42. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  43. layer_norm_backward_gpu.cu.cc
  44. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  45. layer_norm_backward_gpu.cu.cc
  46. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  47. layer_norm_backward_gpu.cu.cc
  48. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  49. nvcc -std=c++11 -arch=sm_60 -c lib/layer_norm_lstm_forward_gpu.cu.cc -o lib/layer_norm_lstm_forward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  50. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  51. layer_norm_lstm_forward_gpu.cu.cc
  52. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  53. layer_norm_lstm_forward_gpu.cu.cc
  54. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  55. layer_norm_lstm_forward_gpu.cu.cc
  56. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  57. nvcc -std=c++11 -arch=sm_60 -c lib/layer_norm_lstm_backward_gpu.cu.cc -o lib/layer_norm_lstm_backward_gpu.o -x cu -Xcompiler -fPIC -I/usr/include/eigen3 -I/usr/local/cuda/include -Ilib -O3
  58. nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored.
  59. layer_norm_lstm_backward_gpu.cu.cc
  60. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  61. layer_norm_lstm_backward_gpu.cu.cc
  62. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  63. layer_norm_lstm_backward_gpu.cu.cc
  64. cl : Command line warning D9002 : ignoring unknown option '-fPIC'
  65. ar -crv libhaste.a lib/*.o
  66. process_begin: CreateProcess(NULL, ar -crv libhaste.a lib/*.o, ...) failed.
  67. make (e=2): The system cannot find the file specified.
  68. make: *** [haste] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement