Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New DeprecationWarnings in cuda 12.4 #239

Closed
dentalfloss1 opened this issue Jun 21, 2024 · 1 comment · Fixed by #242
Closed

New DeprecationWarnings in cuda 12.4 #239

dentalfloss1 opened this issue Jun 21, 2024 · 1 comment · Fixed by #242

Comments

@dentalfloss1
Copy link
Collaborator

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

@jaycedowell
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants