Mini Tensor Compiler
High-level tensor expressions lowered into generated, layout-aware C++ loop kernels.
tensor shapes validated
against NumPy + PyTorch
Implemented matmul, transpose, reductions, softmax, LayerNorm, ReLU, and INT8 quantize/dequantize. Added shape tracking and fusion for add-ReLU and matmul-bias patterns.
- Python
- C++
- PyTorch
- FP32 / INT8