mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-08 03:20:01 -05:00
- Fixed test_matmul_baseline() → test_unit_matmul_baseline() - Fixed test_vectorized_operations() → test_unit_vectorized_operations() - Fixed test_cache_friendly_matmul() → test_unit_cache_friendly_matmul() - Fixed test_parallel_processing() → test_unit_parallel_processing() - Fixed test_simple_kernel_timing() → test_unit_simple_kernel_timing() - Fixed test_compressed_kernels() → test_unit_compressed_kernels() Ensures correct function names are called to match their definitions.