Skip to content

First release.

Latest
Compare
Choose a tag to compare
@unixwzrd unixwzrd released this 30 Dec 19:13
4415dac

Key features include:
• Automatic Device Redirection: Redirects torch.device based on hardware (CUDA, MPS, CPU).
• Mocked CUDA Functions: Run CUDA-based code on MPS.
• Unified Memory Handling: Smooth transition between memory management systems.
• Performance Boost: Includes a recipe to recompile NumPy with Accelerate on macOS, yielding 8x performance gains.

Also in the README there is a recipe for improving your NumPy performance.

Feedback always welcome.