vyre-driver-wgpu 0.7.2

wgpu backend for vyre IR - implements VyreBackend, owns GPU runtime, buffer pool, pipeline cache
Documentation
1
2
3
4
5
6
7
8
9
//! AST node shape and CPU/GPU parity for the constructs kernel sources rely on: nested declarators,
//! asm with attributes, control flow, typedef shadowing, and statement expressions.
#![cfg(feature = "c-parser")]
#![allow(deprecated)]
mod c_ast_gpu_parity_support;
#[path = "c_ast_kernel_grade_construct_shape/classify.rs"]
mod classify;
#[path = "c_ast_kernel_grade_construct_shape/kernel_construct_parity_and_shape.rs"]
mod kernel_construct_parity_and_shape;