Expand description
Backend translation wrapper for the WAVE runtime.
Translates compiled WAVE binary (.wbin) data into vendor-specific GPU source code using the appropriate backend crate (Metal, PTX, HIP, or SYCL).
Functionsยง
- translate_
to_ vendor - Translate a WAVE binary to vendor-specific source code.