cubecl-cuda 0.11.0-pre.4

CUDA runtime for CubeCL
docs.rs failed to build cubecl-cuda-0.11.0-pre.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cubecl-cuda-0.11.0-pre.3

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"] }