Advertisement
mahmoodn

mxnet-warpctc

Feb 22nd, 2019
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.91 KB | None | 0 0
  1. mahmood@orca:mxnet$ git clone https://github.com/baidu-research/warp-ctc.git
  2. Cloning into 'warp-ctc'...
  3. remote: Enumerating objects: 412, done.
  4. remote: Total 412 (delta 0), reused 0 (delta 0), pack-reused 412
  5. Receiving objects: 100% (412/412), 322.42 KiB | 321.00 KiB/s, done.
  6. Resolving deltas: 100% (196/196), done.
  7. mahmood@orca:mxnet$ cd warp-ctc
  8. mahmood@orca:warp-ctc$ mkdir build
  9. mahmood@orca:warp-ctc$ cd build
  10. mahmood@orca:build$ cmake ../
  11. -- The C compiler identification is GNU 7.3.0
  12. -- The CXX compiler identification is GNU 7.3.0
  13. -- Check for working C compiler: /usr/bin/cc
  14. -- Check for working C compiler: /usr/bin/cc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Check for working CXX compiler: /usr/bin/c++
  20. -- Check for working CXX compiler: /usr/bin/c++ -- works
  21. -- Detecting CXX compiler ABI info
  22. -- Detecting CXX compiler ABI info - done
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Looking for pthread.h
  26. -- Looking for pthread.h - found
  27. -- Looking for pthread_create
  28. -- Looking for pthread_create - not found
  29. -- Looking for pthread_create in pthreads
  30. -- Looking for pthread_create in pthreads - not found
  31. -- Looking for pthread_create in pthread
  32. -- Looking for pthread_create in pthread - found
  33. -- Found Threads: TRUE
  34. -- Found CUDA: /usr/local/cuda (found suitable version "10.0", minimum required is "6.5")
  35. -- cuda found TRUE
  36. CMake Warning at CMakeLists.txt:48 (FIND_PACKAGE):
  37. By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has
  38. asked CMake to find a package configuration file provided by "Torch", but
  39. CMake did not find one.
  40.  
  41. Could not find a package configuration file provided by "Torch" with any of
  42. the following names:
  43.  
  44. TorchConfig.cmake
  45. torch-config.cmake
  46.  
  47. Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set
  48. "Torch_DIR" to a directory containing one of the above files. If "Torch"
  49. provides a separate development package or SDK, be sure it has been
  50. installed.
  51.  
  52.  
  53. -- Torch found Torch_DIR-NOTFOUND
  54. -- Building shared library with GPU support
  55. -- Configuring done
  56. -- Generating done
  57. -- Build files have been written to: /home/mahmood/mx/mxnet/warp-ctc/build
  58. mahmood@orca:build$ make
  59. [ 14%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o
  60. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  61. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  62. detected during:
  63. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  64. (76): here
  65. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  66. (124): here
  67. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  68. (139): here
  69. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  70. (149): here
  71.  
  72. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  73. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  74. detected during:
  75. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  76. (76): here
  77. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  78. (124): here
  79. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  80. (139): here
  81. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  82. (157): here
  83.  
  84. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  85. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  86. detected during:
  87. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  88. (76): here
  89. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  90. (124): here
  91. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  92. (139): here
  93. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  94. (149): here
  95.  
  96. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  97. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  98. detected during:
  99. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  100. (76): here
  101. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  102. (124): here
  103. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  104. (139): here
  105. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  106. (157): here
  107.  
  108. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 158; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  109. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 168; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  110. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 178; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  111. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  112. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 198; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  113. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 564; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  114. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 574; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  115. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  116. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 594; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  117. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 604; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  118. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 904; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  119. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 920; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  120. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 936; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  121. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 952; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  122. ptxas /tmp/tmpxft_00005075_00000000-11_reduce.compute_30.ptx, line 968; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  123. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  124. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  125. detected during:
  126. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  127. (76): here
  128. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  129. (124): here
  130. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  131. (139): here
  132. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  133. (149): here
  134.  
  135. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  136. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  137. detected during:
  138. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  139. (76): here
  140. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  141. (124): here
  142. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  143. (139): here
  144. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  145. (157): here
  146.  
  147. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  148. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  149. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  150. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  151. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  152. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  153. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  154. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  155. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  156. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  157. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  158. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  159. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  160. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  161. ptxas /tmp/tmpxft_00005075_00000000-10_reduce.compute_35.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  162. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  163. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  164. detected during:
  165. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  166. (76): here
  167. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  168. (124): here
  169. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  170. (139): here
  171. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  172. (149): here
  173.  
  174. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  175. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  176. detected during:
  177. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  178. (76): here
  179. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  180. (124): here
  181. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  182. (139): here
  183. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  184. (157): here
  185.  
  186. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  187. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  188. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  189. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  190. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  191. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  192. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  193. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  194. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  195. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  196. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  197. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  198. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  199. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  200. ptxas /tmp/tmpxft_00005075_00000000-9_reduce.compute_50.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  201. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  202. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  203. detected during:
  204. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  205. (76): here
  206. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  207. (124): here
  208. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  209. (139): here
  210. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  211. (149): here
  212.  
  213. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  214. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  215. detected during:
  216. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  217. (76): here
  218. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  219. (124): here
  220. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  221. (139): here
  222. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  223. (157): here
  224.  
  225. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  226. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  227. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  228. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  229. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  230. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  231. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  232. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  233. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  234. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  235. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  236. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  237. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  238. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  239. ptxas /tmp/tmpxft_00005075_00000000-8_reduce.compute_52.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  240. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  241. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  242. detected during:
  243. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  244. (76): here
  245. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  246. (124): here
  247. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  248. (139): here
  249. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  250. (149): here
  251.  
  252. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  253. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  254. detected during:
  255. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  256. (76): here
  257. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  258. (124): here
  259. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  260. (139): here
  261. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  262. (157): here
  263.  
  264. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  265. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  266. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  267. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  268. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  269. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  270. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  271. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  272. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  273. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  274. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  275. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  276. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  277. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  278. ptxas /tmp/tmpxft_00005075_00000000-7_reduce.compute_60.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  279. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  280. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  281. detected during:
  282. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::add<float, float>]"
  283. (76): here
  284. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::negate<float, float>, Rop=ctc_helper::add<float, float>, T=float]"
  285. (124): here
  286. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  287. (139): here
  288. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::negate<float, float>, Rof=ctc_helper::add<float, float>]"
  289. (149): here
  290.  
  291. /home/mahmood/mx/mxnet/warp-ctc/src/reduce.cu(44): warning: function "__shfl_down(float, unsigned int, int)"
  292. /usr/local/cuda/include/sm_30_intrinsics.hpp(275): here was declared deprecated ("__shfl_down() is deprecated in favor of __shfl_down_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  293. detected during:
  294. instantiation of "T CTAReduce<NT, T, Rop>::reduce(int, T, CTAReduce<NT, T, Rop>::Storage &, int, Rop) [with NT=128, T=float, Rop=ctc_helper::maximum<float, float>]"
  295. (76): here
  296. instantiation of "void reduce_rows<NT,Iop,Rop,T>(Iop, Rop, const T *, T *, int, int) [with NT=128, Iop=ctc_helper::identity<float, float>, Rop=ctc_helper::maximum<float, float>, T=float]"
  297. (124): here
  298. instantiation of "void ReduceHelper::impl(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  299. (139): here
  300. instantiation of "ctcStatus_t reduce(Iof, Rof, const T *, T *, int, int, __nv_bool, cudaStream_t) [with T=float, Iof=ctc_helper::identity<float, float>, Rof=ctc_helper::maximum<float, float>]"
  301. (157): here
  302.  
  303. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  304. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  305. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  306. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  307. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  308. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  309. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  310. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  311. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  312. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  313. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  314. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  315. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  316. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  317. ptxas /tmp/tmpxft_00005075_00000000-6_reduce.compute_61.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  318. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 159; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  319. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 169; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  320. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 179; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  321. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 189; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  322. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 199; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  323. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 565; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  324. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 575; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  325. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 585; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  326. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 595; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  327. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 605; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  328. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  329. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 908; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  330. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 924; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  331. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 940; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  332. ptxas /tmp/tmpxft_00005075_00000000-5_reduce.compute_62.ptx, line 956; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  333. [ 28%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_ctc_entrypoint.cu.o
  334. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  335. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  336.  
  337. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  338. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  339.  
  340. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  341. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  342.  
  343. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  344. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  345.  
  346. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  347. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  348.  
  349. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  350. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  351.  
  352. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 1903; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  353. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 1907; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  354. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 1911; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  355. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 1915; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  356. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 1919; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  357. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5697; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  358. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5721; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  359. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5725; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  360. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5729; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  361. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5733; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  362. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 5737; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  363. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9580; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  364. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  365. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9606; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  366. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9609; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  367. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  368. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9617; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  369. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 9621; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  370. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13856; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  371. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13881; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  372. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13885; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  373. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13889; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  374. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13893; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  375. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 13897; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  376. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18012; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  377. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18016; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  378. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  379. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18043; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  380. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18047; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  381. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18051; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  382. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 18055; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  383. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 23584; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  384. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 23588; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  385. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 23592; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  386. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 23596; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  387. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 23600; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  388. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28681; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  389. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28706; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  390. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28710; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  391. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28714; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  392. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28718; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  393. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 28722; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  394. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33418; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  395. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33422; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  396. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33445; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  397. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33448; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  398. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33452; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  399. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33456; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  400. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 33460; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  401. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39361; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  402. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39386; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  403. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39390; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  404. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39394; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  405. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39398; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  406. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 39402; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  407. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44712; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  408. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44716; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  409. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44739; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  410. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44742; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  411. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44746; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  412. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44750; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  413. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 44754; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  414. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51025; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  415. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51029; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  416. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51052; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  417. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51055; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  418. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51059; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  419. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51063; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  420. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 51067; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  421. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57735; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  422. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57739; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  423. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57762; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  424. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57765; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  425. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57769; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  426. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57773; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  427. ptxas /tmp/tmpxft_000050db_00000000-11_ctc_entrypoint.compute_30.ptx, line 57777; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  428. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  429. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  430.  
  431. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  432. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  433.  
  434. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  435. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  436.  
  437. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  438. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  439. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  440. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  441. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  442. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  443. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  444. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  445. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  446. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  447. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  448. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  449. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  450. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  451. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  452. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  453. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  454. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  455. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  456. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  457. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  458. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  459. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  460. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  461. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  462. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  463. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  464. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  465. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  466. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  467. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  468. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  469. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  470. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  471. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  472. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  473. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  474. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  475. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  476. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  477. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  478. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  479. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  480. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  481. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  482. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  483. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  484. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  485. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  486. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  487. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  488. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  489. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  490. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  491. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  492. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  493. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  494. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  495. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  496. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  497. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  498. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  499. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  500. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  501. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  502. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  503. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  504. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  505. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  506. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  507. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  508. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  509. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  510. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  511. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  512. ptxas /tmp/tmpxft_000050db_00000000-10_ctc_entrypoint.compute_35.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  513. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  514. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  515.  
  516. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  517. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  518.  
  519. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  520. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  521.  
  522. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  523. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  524. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  525. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  526. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  527. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  528. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  529. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  530. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  531. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  532. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  533. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  534. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  535. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  536. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  537. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  538. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  539. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  540. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  541. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  542. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  543. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  544. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  545. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  546. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  547. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  548. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  549. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  550. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  551. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  552. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  553. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  554. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  555. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  556. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  557. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  558. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  559. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  560. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  561. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  562. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  563. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  564. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  565. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  566. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  567. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  568. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  569. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  570. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  571. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  572. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  573. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  574. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  575. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  576. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  577. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  578. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  579. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  580. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  581. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  582. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  583. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  584. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  585. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  586. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  587. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  588. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  589. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  590. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  591. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  592. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  593. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  594. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  595. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  596. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  597. ptxas /tmp/tmpxft_000050db_00000000-9_ctc_entrypoint.compute_50.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  598. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  599. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  600.  
  601. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  602. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  603.  
  604. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  605. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  606.  
  607. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  608. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  609. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  610. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  611. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  612. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  613. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  614. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  615. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  616. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  617. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  618. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  619. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  620. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  621. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  622. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  623. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  624. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  625. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  626. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  627. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  628. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  629. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  630. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  631. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  632. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  633. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  634. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  635. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  636. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  637. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  638. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  639. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  640. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  641. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  642. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  643. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  644. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  645. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  646. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  647. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  648. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  649. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  650. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  651. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  652. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  653. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  654. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  655. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  656. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  657. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  658. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  659. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  660. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  661. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  662. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  663. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  664. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  665. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  666. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  667. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  668. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  669. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  670. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  671. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  672. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  673. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  674. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  675. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  676. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  677. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  678. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  679. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  680. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  681. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  682. ptxas /tmp/tmpxft_000050db_00000000-8_ctc_entrypoint.compute_52.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  683. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  684. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  685.  
  686. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  687. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  688.  
  689. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  690. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  691.  
  692. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  693. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  694. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  695. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  696. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  697. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  698. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  699. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  700. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  701. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  702. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  703. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  704. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  705. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  706. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  707. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  708. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  709. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  710. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  711. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  712. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  713. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  714. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  715. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  716. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  717. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  718. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  719. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  720. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  721. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  722. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  723. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  724. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  725. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  726. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  727. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  728. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  729. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  730. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  731. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  732. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  733. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  734. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  735. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  736. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  737. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  738. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  739. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  740. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  741. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  742. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  743. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  744. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  745. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  746. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  747. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  748. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  749. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  750. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  751. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  752. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  753. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  754. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  755. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  756. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  757. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  758. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  759. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  760. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  761. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  762. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  763. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  764. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  765. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  766. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  767. ptxas /tmp/tmpxft_000050db_00000000-7_ctc_entrypoint.compute_60.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  768. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(115): warning: function "__shfl_up(float, unsigned int, int)"
  769. /usr/local/cuda/include/sm_30_intrinsics.hpp(258): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  770.  
  771. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(125): warning: function "__shfl_up(int, unsigned int, int)"
  772. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  773.  
  774. /home/mahmood/mx/mxnet/warp-ctc/include/contrib/moderngpu/include/device/intrinsics.cuh(126): warning: function "__shfl_up(int, unsigned int, int)"
  775. /usr/local/cuda/include/sm_30_intrinsics.hpp(172): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  776.  
  777. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  778. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  779. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  780. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  781. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  782. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  783. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  784. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  785. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  786. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  787. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  788. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  789. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  790. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  791. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  792. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  793. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  794. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  795. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  796. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  797. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  798. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  799. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  800. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  801. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  802. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  803. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  804. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  805. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  806. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  807. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  808. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  809. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  810. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  811. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  812. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  813. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  814. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  815. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  816. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  817. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  818. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  819. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  820. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  821. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  822. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  823. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  824. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  825. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  826. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  827. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  828. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  829. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  830. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  831. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  832. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  833. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  834. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  835. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  836. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  837. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  838. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  839. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  840. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  841. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  842. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  843. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  844. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  845. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  846. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  847. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  848. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  849. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  850. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  851. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  852. ptxas /tmp/tmpxft_000050db_00000000-6_ctc_entrypoint.compute_61.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  853. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 1880; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  854. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 1884; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  855. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 1888; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  856. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 1892; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  857. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 1896; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  858. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5613; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  859. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5635; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  860. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5639; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  861. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  862. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5647; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  863. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 5651; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  864. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9433; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  865. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9437; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  866. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9459; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  867. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9462; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  868. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9466; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  869. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9470; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  870. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 9474; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  871. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13643; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  872. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13666; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  873. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13670; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  874. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13674; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  875. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13678; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  876. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 13682; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  877. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17736; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  878. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17740; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  879. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17763; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  880. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17766; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  881. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17770; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  882. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17774; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  883. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 17778; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  884. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 23224; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  885. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 23228; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  886. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 23232; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  887. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 23236; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  888. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 23240; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  889. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28288; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  890. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28311; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  891. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28315; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  892. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28319; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  893. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28323; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  894. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 28327; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  895. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 32977; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  896. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 32981; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  897. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 33003; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  898. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 33006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  899. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 33010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  900. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 33014; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  901. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 33018; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  902. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38835; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  903. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38858; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  904. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38862; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  905. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38866; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  906. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38870; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  907. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 38874; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  908. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44150; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  909. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44154; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  910. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44177; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  911. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44180; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  912. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44184; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  913. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44188; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  914. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 44192; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  915. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50393; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  916. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50397; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  917. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50420; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  918. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50423; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  919. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50427; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  920. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50431; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  921. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 50435; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  922. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57006; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  923. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57010; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  924. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57033; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  925. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57036; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  926. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57040; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  927. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57044; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  928. ptxas /tmp/tmpxft_000050db_00000000-5_ctc_entrypoint.compute_62.ptx, line 57048; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
  929. Scanning dependencies of target warpctc
  930. [ 42%] Linking CXX shared library libwarpctc.so
  931. [ 42%] Built target warpctc
  932. Scanning dependencies of target test_cpu
  933. [ 57%] Building CXX object CMakeFiles/test_cpu.dir/tests/test_cpu.cpp.o
  934. [ 71%] Linking CXX executable test_cpu
  935. [ 71%] Built target test_cpu
  936. [ 85%] Building NVCC (Device) object CMakeFiles/test_gpu.dir/tests/test_gpu_generated_test_gpu.cu.o
  937. Scanning dependencies of target test_gpu
  938. [100%] Linking CXX executable test_gpu
  939. [100%] Built target test_gpu
  940. mahmood@orca:build$ sudo make install
  941. [sudo] password for mahmood:
  942. -- cuda found TRUE
  943. CMake Warning at CMakeLists.txt:48 (FIND_PACKAGE):
  944. By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has
  945. asked CMake to find a package configuration file provided by "Torch", but
  946. CMake did not find one.
  947.  
  948. Could not find a package configuration file provided by "Torch" with any of
  949. the following names:
  950.  
  951. TorchConfig.cmake
  952. torch-config.cmake
  953.  
  954. Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set
  955. "Torch_DIR" to a directory containing one of the above files. If "Torch"
  956. provides a separate development package or SDK, be sure it has been
  957. installed.
  958.  
  959.  
  960. -- Torch found Torch_DIR-NOTFOUND
  961. -- Building shared library with GPU support
  962. -- Configuring done
  963. -- Generating done
  964. -- Build files have been written to: /home/mahmood/mx/mxnet/warp-ctc/build
  965. [ 14%] Linking CXX shared library libwarpctc.so
  966. [ 42%] Built target warpctc
  967. [ 57%] Linking CXX executable test_cpu
  968. [ 71%] Built target test_cpu
  969. [ 85%] Linking CXX executable test_gpu
  970. [100%] Built target test_gpu
  971. Install the project...
  972. -- Install configuration: ""
  973. -- Installing: /usr/local/lib/libwarpctc.so
  974. -- Installing: /usr/local/include/ctc.h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement