https://github.com/phineas-pta/nvidia-win
NVIDIA’s deep learning stack on Windows: CUDA toolkit + cuDNN + TensorRT
https://github.com/phineas-pta/nvidia-win
cuda cudnn guide tensorrt tutorial windows
Last synced: 10 months ago
JSON representation
NVIDIA’s deep learning stack on Windows: CUDA toolkit + cuDNN + TensorRT
- Host: GitHub
- URL: https://github.com/phineas-pta/nvidia-win
- Owner: phineas-pta
- License: cc-by-4.0
- Created: 2023-10-14T11:59:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T22:35:16.000Z (11 months ago)
- Last Synced: 2025-04-12T00:42:10.061Z (10 months ago)
- Topics: cuda, cudnn, guide, tensorrt, tutorial, windows
- Homepage:
- Size: 85.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README








# NVIDIA-win
how to install the NVIDIA’s deep learning stack on Windows: CUDA toolkit + cuDNN + TensorRT,
also various attempts to compile deep learning libraries with cuda
only for Windows 10/11 + recent RTX cards recommended
all comands here are for cmd, if u prefer pwsh must change to adapt
some values are censored with black box ███ so u have to fill in with your use case
**1st of all:** 👉👉👉 [install CUDA toolkit + cuDNN + TensorRT](NVIDIA-win.md) 👈👈👈
my attempts to build various deep learning libraries:
1. [build onnxruntime](test01-onnxruntime.md) ✅
2. [build whisper.cpp with cuBLAS](test02-whisper.cpp-cublas.md) ✅
3. [build CTranslate2 to use faster-whisper](test03-ctranslate2.md) ❌
4. [build triton to use xformers](test04-triton.md) ❌
5. [try out TensorRT-LLM](test05-trt-llm.md) ❌
6. [build OpenCV with CUDA](test06-opencv.md) ✅
7. [build Torch-TensorRT](test07-torch-tensorrt.md) ❌
8. [build llama.cpp with cuBLAS](test08-llama.cpp-cublas.md) ✅
9. [build Stan with OpenCL](test09-stan-opencl.md) ✅
all above guides are under CC-BY-4.0
more complicated tweaking with TensorRT (under GPLv3)
- build Real-ESRGAN with TensorRT on Windows: https://github.com/phineas-pta/RealESRGAN-trt-win ✅
- run Stable Diffusion XL with TensorRT natively on Windows: https://github.com/phineas-pta/SDXL-trt-win ✅