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 CUDA 11.* flags in NVRTC #262

Closed
eyalroz opened this issue Oct 27, 2021 · 0 comments
Closed

Support new CUDA 11.* flags in NVRTC #262

eyalroz opened this issue Oct 27, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Oct 27, 2021

In either CUDA 11.2, 11.3 or 11.4, The compilation flag -modify-stack-limit was added to NVRTC, controlling whether or not the process stack size will be increased for the duration of the compilation. CUDA 11.4 also introduced allows specifying -dlto when compiling with NVRTC.

There may be other new flags, see here.

We should support all of these.

@eyalroz eyalroz added the task label Oct 27, 2021
@eyalroz eyalroz added this to the Full CUDA 11 support milestone Oct 27, 2021
@eyalroz eyalroz changed the title Support stack size increase flag in NVRTC Support new CUDA 11.* flags in NVRTC Oct 27, 2021
eyalroz added a commit that referenced this issue Oct 30, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
@eyalroz eyalroz self-assigned this Oct 30, 2021
eyalroz added a commit that referenced this issue Nov 4, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 8, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 8, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 9, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 12, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 13, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz added a commit that referenced this issue Nov 13, 2021
…in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Nov 29, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Nov 29, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 1, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 1, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 1, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 1, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 4, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 6, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 6, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 8, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 28, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 28, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 28, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 29, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 30, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 31, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Dec 31, 2021
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 3, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 14, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 14, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 14, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 14, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Jan 18, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 7, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 8, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 11, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 12, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 15, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 17, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 17, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 18, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 19, 2022
… for the compilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair.
eyalroz pushed a commit that referenced this issue Feb 19, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 9, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 12, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 14, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 15, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 17, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
eyalroz pushed a commit that referenced this issue Mar 17, 2022
…ilation options added to NVRTC in CUDA 11.4/11.5, and most other options, excluding the diagnostic error/suppress/ignore pair. Also regards #128 - this essentially adds much of what NVIDIA jitify provides.
@eyalroz eyalroz closed this as completed Apr 15, 2022
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