Files
Joe Fioti 966f6f8147 Parallel prefill in rust examples (#317)
* 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
2026-05-17 23:21:20 -04:00
..
2026-03-12 20:29:39 +00:00
2025-12-20 01:36:02 +00:00
2026-01-06 00:20:10 +00:00

Visualization in Luminal

Design Choices

Luminal produces intermediate files rather than complete visualizations

The two primary file types are:

  • .html files
  • .dot files

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 Preview by microsoft.
  • Graphviz Interactive Preview by tintinweb

Visualization Providers

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.