Skip to content

Commit a8fe9d8

Browse files
committed
Update blog
1 parent 869d568 commit a8fe9d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/blog/2025-10-10-1760088945.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Some notes on machine-learning compilers, gathered while researching tech for Ea
1212

1313
## tl;dr summary
1414

15-
// This analysis could change in the future!
16-
17-
The current state is:
15+
The current state is (could change in the future!):
1816
1. Vendor-specific compilers are the only performant options on consumer GPUs. For e.g. [TensorRT-RTX](https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/index.html) for NVIDIA, [MiGraphX](https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/) for AMD, [OpenVINO](https://github.com/openvinotoolkit/openvino) for Intel.
1917
2. Cross-vendor compilers are just not performant enough for Stable Diffusion-class workloads on consumer GPUs. For e.g. like [TVM](https://tvm.apache.org/), [IREE](https://iree.dev/), [XLA](https://openxla.org/xla).
2018

0 commit comments

Comments
 (0)