bifrost icon indicating copy to clipboard operation
bifrost copied to clipboard

New DeprecationWarnings in cuda 12.4

Open dentalfloss1 opened this issue 1 year ago • 1 comments

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

dentalfloss1 avatar Jun 21 '24 21:06 dentalfloss1

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.

jaycedowell avatar Jun 21 '24 22:06 jaycedowell