Update test files with progressive integration and checkpoint improvements

This commit is contained in:
Vijay Janapa Reddi
2025-12-04 11:08:17 -08:00
parent 6590194aea
commit 4264699b5f
54 changed files with 624 additions and 618 deletions

View File

@@ -21,6 +21,10 @@ __all__ = ['vectorized_matmul', 'fused_gelu', 'tiled_matmul']
#| default_exp optimization.acceleration
#| export
# %% ../../modules/18_acceleration/18_acceleration.ipynb 5
# Import from TinyTorch package (previous modules must be completed and exported)
from tinytorch.core.tensor import Tensor
# %% ../../modules/18_acceleration/18_acceleration.ipynb 7
def vectorized_matmul(a: Tensor, b: Tensor) -> Tensor:
"""