You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ROCm] Create torchvision as a HIP Extension (#1928)
* Added code to support creating extension on ROCm
* max -> fmaxf conversion for hipification
* added WITH_HIP flag for hipExtension
* added appropriate headers for HIP build
* use USE_ROCM in condition to build
* change fmaxf and fminf calls
* fminf -> min
* fix the check for ROCM_HOME
* more robust checking for rocm pytorch
* add check for pytorch version before using HIP extensions
* conditional reading of ROCM_HOME
0 commit comments