burn/crates/burn-jit
Nathaniel Simard 40a26bd2ea
Feat/backend bridge (#1529)
2024-03-26 19:24:45 -04:00
..
src Feat/backend bridge (#1529) 2024-03-26 19:24:45 -04:00
Cargo.toml Splitted the JIT stuff from the Wgpu stuff (#1417) 2024-03-06 11:23:53 -05:00
LICENSE-APACHE Splitted the JIT stuff from the Wgpu stuff (#1417) 2024-03-06 11:23:53 -05:00
LICENSE-MIT Splitted the JIT stuff from the Wgpu stuff (#1417) 2024-03-06 11:23:53 -05:00
README.md Splitted the JIT stuff from the Wgpu stuff (#1417) 2024-03-06 11:23:53 -05:00

README.md

Burn JIT Backend

Generic backend that can be compiled just-in-time (JIT) to any shader language target In progress: At the moment, only WGSL compilation is supported, and some kernels still rely on pure WGSL