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

Make fatlib #361

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Make fatlib #361

merged 4 commits into from
Aug 3, 2023

Conversation

wallentx
Copy link
Contributor

@wallentx wallentx commented Aug 3, 2023

If we set CMAKE_CUDA_ARCHITECTURES OFF, this will generate PTX only for the lowest supported compute capability, and SASS will be generated by the driver JIT for the actual GPU on the user's system at runtime. This may not be what you want if you're distributing precompiled binaries and want them to be runnable out of the box on all supported GPUs.

@wallentx wallentx requested a review from harold-b August 3, 2023 04:40
@wallentx wallentx changed the title Wallentx/more gencode Make fatlib Aug 3, 2023
@wallentx wallentx requested review from arvidn and emlowe August 3, 2023 15:22
Copy link
Contributor

@harold-b harold-b left a comment

Choose a reason for hiding this comment

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

lgtm

@wallentx wallentx merged commit 35fe5cc into cuda-compression Aug 3, 2023
@wallentx wallentx deleted the wallentx/more-gencode branch August 3, 2023 18:19
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.

2 participants