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

Support new JIT compilation flags #635

Open
eyalroz opened this issue Apr 11, 2024 · 0 comments
Open

Support new JIT compilation flags #635

eyalroz opened this issue Apr 11, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 11, 2024

CUDA 12.4 adds support for the following flags:

  • -fdevice-syntax-only that ends device compilation after front-end syntax checking. This option can provide rapid feedback (warnings and errors) of source code changes as it will not invoke the optimizer. Note: this option will not generate valid object code.
  • -minimal - omits certain language features to reduce compile time for small programs.

Let's support them.

@eyalroz eyalroz added the task label Apr 11, 2024
@eyalroz eyalroz added this to the Full CUDA 12.4 support milestone Apr 11, 2024
eyalroz added a commit that referenced this issue Dec 22, 2024
* Now supporting `--minimal` and `--fdevice_syntax_only` NVRTC compilation options
* Now only enabling the `--device-ident` compilation option for versions of CUDA know to support it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant