mirror of
https://git.teahaven.kr/Rust-related/luminal.git
synced 2026-06-05 09:09:47 +09:00
* Refactor core graph and plugin interfaces * Switch examples to batched prefill * Add native-reference MoE fuzz tests * Add native MoE fuzzing and relax qwen3_moe CI check * Fix CI checks and CUDA fuzz harness * Fix llama clippy warnings and normalize fuzz seeds
Visualization in Luminal
Design Choices
Luminal produces intermediate files rather than complete visualizations
The two primary file types are:
.htmlfiles.dotfiles
These files enable interactive viewing which is often necessary for making visualizations interpretable.
VSCode Extensions
We recommend the following extensions for VSCode users. The integrated nature of these extensions makes viewing these files easy even on remote machines via ssh.
Live Previewby microsoft.Graphviz Interactive Previewby tintinweb
Visualization Providers
.htmlfile formatting is provided by egraph-visualizer.dotfile formatting is provided by graphviz-rust
Example Provided
In the example program, as simple program is defined. From this a HLIR graph is created and visualized. A saturated EGraph is created and visualized. Finally an LLIR graph is extracted and visualized.