Expand description
CUDA to Rust transpilation module
Modules§
- ast
- AST types for CUDA to Rust transpilation
- builtin_
functions - code_
generator - Rust code generation from CUDA AST
- kernel_
translator - CUDA kernel pattern translation
- memory_
mapper - type_
converter - wgsl
- WebGPU Shading Language (WGSL) generation from CUDA AST
Structs§
- Cuda
Transpiler - High-level CUDA transpiler interface
- Transpiler
- Main transpiler for converting CUDA AST to Rust code