Skip to main content

Module lower_cuda

Module lower_cuda 

Source
Expand description

IR to CUDA lowering pass.

Lowers IR to CUDA C code for compilation with nvcc.

Structs§

CudaLowering
CUDA code generator.
CudaLoweringConfig
CUDA lowering configuration.

Enums§

LoweringError
Lowering errors.

Functions§

lower_to_cuda
Convenience function to lower IR to CUDA.
lower_to_cuda_with_config
Lower IR to CUDA with custom config.