Expand description
IR to CUDA lowering pass.
Lowers IR to CUDA C code for compilation with nvcc.
Structs§
- Cuda
Lowering - CUDA code generator.
- Cuda
Lowering Config - CUDA lowering configuration.
Enums§
- Lowering
Error - 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.