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

rm inline from __global__ kernel for resolving the error #1732

Conversation

pmixer
Copy link

@pmixer pmixer commented Aug 10, 2023

as titled

@pmixer pmixer requested a review from a team as a code owner August 10, 2023 05:26
@rapids-bot
Copy link

rapids-bot bot commented Aug 10, 2023

Pull requests from external contributors require approval from a rapidsai organization member with write permissions or greater before CI can begin.

@github-actions github-actions bot added the cpp label Aug 10, 2023
@ahendriksen
Copy link
Contributor

Related to issue: #1511

@ahendriksen
Copy link
Contributor

Hi, thanks for your contribution!

Removing inline can cause issues for other customers. Can you check if this PR solves your issue as well? #1733

rapids-bot bot pushed a commit that referenced this pull request Aug 11, 2023
Fixes issue #1511. Make get_cache_idx a weak symbol (to allow linking multiple symbols) without marking it inline (to avoid compilation warnings that are promoted to errors in nvcc 12). 

Related issues:
- #1490 
- #1722 

Related PRs:
- #1732 
- #1492

Authors:
  - Allard Hendriksen (https://github.com/ahendriksen)
  - Artem M. Chirkin (https://github.com/achirkin)

Approvers:
  - Artem M. Chirkin (https://github.com/achirkin)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #1733
@pmixer
Copy link
Author

pmixer commented Aug 11, 2023

Hi, thanks for your contribution!

Removing inline can cause issues for other customers. Can you check if this PR solves your issue as well? #1733

hi @cjnolet @ahendriksen , #1733 should resolve the issue as well, I'll close this PR as its duplicated, thx!

@pmixer pmixer closed this Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants