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

Use CMake 3.27's fatbin generation mechanism #531

Open
eyalroz opened this issue Jun 21, 2023 · 0 comments
Open

Use CMake 3.27's fatbin generation mechanism #531

eyalroz opened this issue Jun 21, 2023 · 0 comments
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jun 21, 2023

At the moment, we use a custom command to generate fatbins from compiled objects (e.g. here). CMake 3.27 has introduced a built-in mechanism for generating them, described here.

Let's switch to depending on CMake 3.27 and use that mechanism.

@eyalroz eyalroz added the task label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant