Skip to content

Releases: unixwzrd/TorchDevice

First release.

30 Dec 19:13
4415dac
Compare
Choose a tag to compare

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.