Standardize section headers for 13_kernels module

This commit is contained in:
Vijay Janapa Reddi
2025-07-20 12:31:42 -04:00
parent 09cd3f3eb6
commit 83de5c5f60

View File

@@ -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