Install Cuvis SDK
Pick your platform — the selector below queries GitHub Releases live and emits the right download command for your OS, CPU architecture, and CUDA stack.
Verify the installer
Each release ships a SHA256SUMS.txt with one line per asset.
sha256sum -c SHA256SUMS.txt
Get-FileHash -Algorithm SHA256 .\Cuvis_C_SDK_Installer_*.exe
# Compare against the matching line in SHA256SUMS.txt.
After install
The SDK ships a couple of CLI tools and headers under /opt/cuvis/ (Linux) or
C:\Program Files\Cuvis\ (Windows). Pick a language wrapper to start writing
code:
- C wrapper:
cuvis.c - C++ wrapper:
cuvis.cpp - C# wrapper:
cuvis.csharp - Python wrapper:
cuvis.python
Or skim examples/
in the umbrella repo for runnable starter code in each language.
Older releases
The selector lists every published release tag with assets attached. If a release you need doesn't appear, check the full list on GitHub — some pre-3.4.x releases predate the GitHub Releases hosting and may live elsewhere.