mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-10 08:12:33 -05:00
Standardize section headers for 13_kernels module
This commit is contained in:
@@ -278,6 +278,11 @@ def matmul_baseline(A: Tensor, B: Tensor) -> Tensor:
|
||||
return result
|
||||
### END SOLUTION
|
||||
|
||||
# %% [markdown]
|
||||
"""
|
||||
## 🔧 DEVELOPMENT
|
||||
"""
|
||||
|
||||
# %% nbgrader={"grade": false, "grade_id": "test-custom-matmul", "locked": false, "schema_version": 3, "solution": false, "task": false}
|
||||
### 🧪 Unit Test: Baseline Matrix Multiplication
|
||||
|
||||
|
||||
Reference in New Issue
Block a user