3 releases (breaking)
0.3.0 | Oct 28, 2024 |
---|---|
0.2.0 | Aug 27, 2024 |
0.1.1 | Jul 19, 2024 |
#408 in Science
2,048 downloads per month
Used in 21 crates
(via cubecl)
775KB
19K
SLoC
Cuda runtime
The runtime uses the lower level primitives from cudarc to compile generated CUDA code into a ptx and execute it at runtime.
Setup
By default, this runtime uses the latest CUDA version.
If the default features are not enabled, the CUDA version detected during build time will be used instead.
To specify a fixed CUDA version, disable the default features and add cudarc
to your dependencies with the appropriate feature flag:
cudarc = { version = "same as burn", features = ["cuda-11040"] }
Dependencies
~23–37MB
~738K SLoC