Machine learning framework written in C.
Stars
99
Forks
13
Watchers
99
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
feat: Add Metal Performance Shaders (MPS) backend for optimized GPU matmul
9eb0ec5View on GitHubAdd Metal backend support to benchmark results in bench_all.py
5c067fcView on GitHubFix memory management in Metal backend by using CFBridgingRetain for object ownership
8dfc15bView on GitHubFix OpenCL command queue creation for Apple platform compatibility
7e7025cView on GitHubRefactor backend selection logic to support Metal and OpenCL environments
fe08324View on GitHubEnhance Metal and OpenCL backends with new kernel strategies, dynamic caching, and improved buffer management
b13b425View on GitHub