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

Add support for run-time compilation using the NVRTC library #228

Closed
eyalroz opened this issue Oct 6, 2020 · 0 comments
Closed

Add support for run-time compilation using the NVRTC library #228

eyalroz opened this issue Oct 6, 2020 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Oct 6, 2020

Just like we should add support for the Driver API (issue #9 ), we should also add support for using NVRTC functionality: Compiling kernels at run-time.

@eyalroz eyalroz self-assigned this Oct 6, 2020
eyalroz pushed a commit that referenced this issue Oct 6, 2020
eyalroz pushed a commit that referenced this issue Oct 7, 2020
eyalroz pushed a commit that referenced this issue Oct 7, 2020
eyalroz pushed a commit that referenced this issue Oct 7, 2020
eyalroz pushed a commit that referenced this issue Oct 7, 2020
eyalroz pushed a commit that referenced this issue Oct 7, 2020
eyalroz pushed a commit that referenced this issue Oct 14, 2020
eyalroz pushed a commit that referenced this issue Oct 14, 2020
eyalroz pushed a commit that referenced this issue Oct 21, 2020
eyalroz pushed a commit that referenced this issue Oct 28, 2020
eyalroz pushed a commit that referenced this issue Oct 28, 2020
eyalroz pushed a commit that referenced this issue Nov 11, 2020
eyalroz pushed a commit that referenced this issue Nov 23, 2020
eyalroz pushed a commit that referenced this issue Dec 3, 2020
eyalroz pushed a commit that referenced this issue Jan 29, 2021
eyalroz pushed a commit that referenced this issue Feb 10, 2021
eyalroz pushed a commit that referenced this issue Feb 10, 2021
eyalroz pushed a commit that referenced this issue Feb 10, 2021
eyalroz pushed a commit that referenced this issue Feb 17, 2021
eyalroz pushed a commit that referenced this issue Feb 26, 2021
eyalroz pushed a commit that referenced this issue Feb 26, 2021
eyalroz pushed a commit that referenced this issue Feb 27, 2021
eyalroz pushed a commit that referenced this issue Apr 30, 2021
eyalroz pushed a commit that referenced this issue Jul 4, 2021
eyalroz pushed a commit that referenced this issue Jul 4, 2021
eyalroz pushed a commit that referenced this issue Jul 4, 2021
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.
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