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
A large number of DeprecationWarnings are generated when using "make" to build bifrost. Fortunately most of the warnings seem to limited to transpose.cu. See attached log of the make command. makelog.txt
The text was updated successfully, but these errors were encountered:
warning: ‘cudaError_t
cudaDeviceSetSharedMemConfig(cudaSharedMemConfig)’ is deprecated [
-Wdeprecated-declarations]
I found this on SO which indicates that there isn't a replacement and that it really doesn't matter. If we are concerned about it we can wrap it with some kind of THIS_IS_OLD_CUDA macro.
A large number of DeprecationWarnings are generated when using "make" to build bifrost. Fortunately most of the warnings seem to limited to transpose.cu. See attached log of the make command.
makelog.txt
The text was updated successfully, but these errors were encountered: