mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-29 06:57:30 -05:00
Update test files with progressive integration and checkpoint improvements
This commit is contained in:
4
tinytorch/optimization/acceleration.py
generated
4
tinytorch/optimization/acceleration.py
generated
@@ -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:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user