bifrost
bifrost copied to clipboard
New DeprecationWarnings in cuda 12.4
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
Looks like the main culprit is:
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.