You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
When making kblas with arch 60 via cuda 9, thousand of warnings :
ptxas /tmp/tmpxft_00003b92_00000000-5_XXXXXXXXXX.ptx, line 3957; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
../include/operators.h(93): warning: function "__shfl(int, int, int)"
/usr/local/cuda/include/sm_30_intrinsics.hpp(151): here was declared deprecated ("__shfl() is deprecated in favor of __shfl_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
The text was updated successfully, but these errors were encountered:
Hi
When making kblas with arch 60 via cuda 9, thousand of warnings :
ptxas /tmp/tmpxft_00003b92_00000000-5_XXXXXXXXXX.ptx, line 3957; warning : Instruction 'shfl' without '.sync' is deprecated since PTX ISA version 6.0 and will be discontinued in a future PTX ISA version
../include/operators.h(93): warning: function "__shfl(int, int, int)"
/usr/local/cuda/include/sm_30_intrinsics.hpp(151): here was declared deprecated ("__shfl() is deprecated in favor of __shfl_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
The text was updated successfully, but these errors were encountered: