ROCm / apex

A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

Update register keyword handling for C++17 #100

Closed pruthvistony closed 1 year ago

pruthvistony commented 1 year ago

The keyword 'register' for storage class is removed in C++17, so keeping it active for only c++14 and lower.

Update pytorch build with C++17 support and all extensions build too.