Module transpiler

Source
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§

CudaTranspiler
High-level CUDA transpiler interface
Transpiler
Main transpiler for converting CUDA AST to Rust code