rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
*** HIP-rocm-4.2.0/hip-config.cmake.in.bak	2021-05-13 09:58:42.409738663 +0200
--- HIP-rocm-4.2.0/hip-config.cmake.in	2021-05-13 09:59:03.402050161 +0200
***************
*** 123,129 ****
    if(NOT WIN32)
      find_dependency(AMDDeviceLibs)
    endif()
!   set(AMDGPU_TARGETS "gfx900;gfx906;gfx908" CACHE STRING "AMD GPU targets to compile for")
    set(GPU_TARGETS "${AMDGPU_TARGETS}" CACHE STRING "GPU targets to compile for")
  endif()
  
--- 123,129 ----
    if(NOT WIN32)
      find_dependency(AMDDeviceLibs)
    endif()
!   set(AMDGPU_TARGETS "gfx803;gfx900;gfx906;gfx908" CACHE STRING "AMD GPU targets to compile for")
    set(GPU_TARGETS "${AMDGPU_TARGETS}" CACHE STRING "GPU targets to compile for")
  endif()