mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 09:51:17 +08:00
![]() - Add comprehensive SVD benchmark script (benchmarks/python/svd_benchmark.py): * Performance comparison between CPU and GPU implementations * Batch processing benchmarks * Correctness verification tests * Detailed timing and speedup analysis - Update linalg documentation to mention Metal GPU acceleration - Add implementation summary document for development reference This addresses CONTRIBUTING.md requirements: - Benchmarks for efficiency impact measurement (point 3) - Documentation updates for API changes (point 4) - Comprehensive testing coverage (point 2) |
||
---|---|---|
.. | ||
allocator_tests.cpp | ||
arg_reduce_tests.cpp | ||
array_tests.cpp | ||
autograd_tests.cpp | ||
blas_tests.cpp | ||
CMakeLists.txt | ||
compile_tests.cpp | ||
creations_tests.cpp | ||
custom_vjp_tests.cpp | ||
device_tests.cpp | ||
einsum_tests.cpp | ||
eval_tests.cpp | ||
export_import_tests.cpp | ||
fft_tests.cpp | ||
gpu_tests.cpp | ||
linalg_tests.cpp | ||
load_tests.cpp | ||
ops_tests.cpp | ||
random_tests.cpp | ||
scheduler_tests.cpp | ||
test_metal_svd.cpp | ||
tests.cpp | ||
utils_tests.cpp | ||
vmap_tests.cpp |