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

Removed deprecated cu::Context::setSharedMemConfig #267

Merged
merged 1 commit into from
May 1, 2024

Conversation

csbnw
Copy link
Contributor

@csbnw csbnw commented May 1, 2024

Description

Cudawrappers gives a lot of warning regarding the use of a deprecated API:

__CUDA_DEPRECATED CUresult CUDAAPI cuCtxSetSharedMemConfig(CUsharedconfig config);

This is resolved by removing the offending function call.

Related issues:

  • N.A.

Instructions to review the pull request

  • Check that CHANGELOG.md has been updated if necessary

@csbnw csbnw requested a review from matmanc May 1, 2024 09:23
@csbnw csbnw self-assigned this May 1, 2024
Copy link
Contributor

@matmanc matmanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@csbnw csbnw merged commit 0ba15a4 into main May 1, 2024
7 checks passed
@csbnw csbnw deleted the remove-deprecated-api branch May 1, 2024 09:32
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 this pull request may close these issues.

None yet

2 participants