Skip to content

Commit 96ec579

Browse files
committed
Update blog
1 parent de55d6d commit 96ec579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2025-11-13-1763027191.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ For fusion, PolyBlocks uses a Polyhedral slicing-based approach in the affine pa
3838
- Fetch the data for the next iteration (of a loop) while processing the current iteration
3939

4040
Some other random notes:
41-
- User-facing API: TensorRT-style compiled engine files, or Torch/Mojo/PolyBlocks-style JIT compilers inside Python.
41+
- User-facing API: TensorRT-style AOT compiled engine files, or Torch/Mojo/PolyBlocks-style JIT compilers inside Python, or in between (e.g. TensorRT-RTX).
4242
- For the host-side code (i.e. the code that talks to the driver), it might be a good idea to generate C++ code that people can compile themselves (for power users). But this would add more hoops for the user to jump through, so this might be an option?
4343
- Quantization hardware-awareness in the compiler is important, so that it can factor that in during tiling and memory layout.

0 commit comments

Comments
 (0)