Skip to main content

Module backend

Module backend 

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