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
Currently when HIP as the library backend, vendor and other parameters are set to AMD. We can use __HIP_PLATFORM_AMD__ and __HIP_PLATFORM_NVIDIA__ macros to detect what is the target device to set up everything properly.
The text was updated successfully, but these errors were encountered:
Sorry for the long reply, I am busy with another project at this moment. I can add subflags for HIP version of Nvidia (if anyone even uses it), however, the solution you provided in the pull request is not correct. All the parameters in the backend-specific parts were specifically tuned for the particular backend, which is why they are not unified.
Currently when HIP as the library backend, vendor and other parameters are set to AMD. We can use
__HIP_PLATFORM_AMD__
and__HIP_PLATFORM_NVIDIA__
macros to detect what is the target device to set up everything properly.The text was updated successfully, but these errors were encountered: