webonnx / wonnx

A WebGPU-accelerated ONNX inference run-time written 100% in Rust, ready for native and the web
Other
1.65k stars 60 forks source link

Command Builder for optimized flexible node computation #9

Closed haixuanTao closed 2 years ago

haixuanTao commented 3 years ago

Is your feature request related to a problem? Please describe. Current implementation of the command encoder is limited to optimization of fixed sized command encoder.

Describe the solution you'd like I want a minimalist Command builder that could handle not predefined nodes of infinite size.