Hacker News new | ask | show | jobs
by freeone3000 2116 days ago
These are problems of third parties, not Nvidia.

Every game that runs on Linux gets full graphics acceleration.

As for Windows, PyTorch AMP allows for mixed precision training on native windows through conda, no apex needed. And of course, the same APIs from Nvidia are available on both.

1 comments

Thanks, it's great to know that I can use PyTorch AMP for mixed precision training, I was following NVIDIA's documentation, and this wasn't explained.