rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

Commits at b7ae12e6cb3d912723da2e09ca779e3077411c5e

  1. b7ae12e6 [rocm-clang-ocl] updpkg 3.8.0 acxz authored at acxz comitted at
  2. 641f78c1 [rock-dkms-bin] updpkg 3.8 acxz authored at acxz comitted at
  3. d09379f4 [rocm-bandwidth-test] updpkg 3.8.0 acxz authored at acxz comitted at
  4. bbacf981 [rock-dkms-firmware-bin] updpkg 3.8 acxz authored at acxz comitted at
  5. 0eb65e5f [mivisionx] updpkg 3.8.0 acxz authored at acxz comitted at
  6. 823a54ad [rocfft] updpkg 3.8.0 acxz authored at acxz comitted at
  7. dc6bf181 [miopen-hip] updpkg 3.8.0 acxz authored at acxz comitted at
  8. fcc6b9d8 [llvm-amdgpu] updpkg 3.8.0 acxz authored at acxz comitted at
  9. d8144f0d [rocalution] updpkg 3.8.0 acxz authored at acxz comitted at
  10. fe0353e4 [rccl] updpkg 3.8.0 acxz authored at acxz comitted at
  11. 90636b72 [miopengemm] updpkg 3.8.0 acxz authored at acxz comitted at
  12. 445d7ea6 [miopen-opencl] updpkg 3.8.0 acxz authored at acxz comitted at
  13. 4a57313e [migraphx] updpkg 3.8.0 (0.8) acxz authored at acxz comitted at
  14. 95b69502 [hsa-amd-aqlprofile-bin] updpkg 3.8.0 acxz authored at acxz comitted at
  15. 223ae167 [hipcub] updpkg 3.8.0 acxz authored at acxz comitted at
  16. 4903c3ff [atmi] updpkg 3.8.0 acxz authored at acxz comitted at
  17. 96f2dce4 [hsakmt-roct] updpkg 3.8.0 acxz authored at acxz comitted at
  18. ff87e599 [hsa-rocr] updpkg 3.8.0 acxz authored at acxz comitted at
  19. e8bdfa5a [rocm-device-libs] updpkg 3.8.0 acxz authored at acxz comitted at
  20. b2e584c2 [rocm-cmake] updpkg 3.8.0 acxz authored at acxz comitted at
  21. e6735a66 [rocclr] updpkg 3.8.0 acxz authored at acxz comitted at
  22. 77dbe748 [aomp-amdgpu] New upstream release 11.9-0 (#423) Torsten Keßler authored at GitHub comitted at
  23. 3a419431 [rocm-opencl-runtime] add opencl-amdgpu-pro-pal as conflict acxz authored at acxz comitted at
  24. d821028d [rocm-opencl-runtime] add opencl-driver as conflict acxz authored at acxz comitted at
  25. 18b13d14 [llvm-amdgpu-git] Remove stray THREADS variable (#418) (#419) Renato Caldas authored at GitHub comitted at
  26. 51a6deb3 [miopen-opencl] Make sure clang-offload-bundler is used acxz authored at acxz comitted at
  27. 47115ae6 [miopen-hip] Make sure clang-offload-bundler is used (#417) The CMake logic currently only looks for `clang-offload-bundler`, if `MIOPEN_HIP_COMPILER` is clang++. If undefined, it falls back to hipcc, which results in `extractkernel` being used. Upstream miopen is built with `clang-offload-bundler` support, according to `/opt/rocm-3.7.0/miopen/include/miopen/config.h` in the official docker container. With this change in place, the config headers are essentially the same: ```patch --- build/include/miopen/config.h 2020-09-12 00:01:00.140410402 +0200 +++ upstream/include/miopen/config.h 2020-09-11 23:34:40.735846511 +0200 @@ -49,7 +49,7 @@ // clang-format off #define HIP_PACKAGE_VERSION_MAJOR 3 #define HIP_PACKAGE_VERSION_MINOR 7 -#define HIP_PACKAGE_VERSION_PATCH 20364 +#define HIP_PACKAGE_VERSION_PATCH 20315 // clang-format on // clang-format off @@ -68,8 +68,8 @@ #define MIOPEN_USE_RNE_BFLOAT16 1 #define MIOPEN_AMDGCN_ASSEMBLER "/opt/rocm/llvm/bin/clang" -#define HIP_OC_COMPILER "/opt/rocm/bin/clang-ocl" -#define MIOPEN_HIP_COMPILER "/opt/rocm/llvm/bin/clang++" +#define HIP_OC_COMPILER "/opt/rocm-3.7.0/bin/clang-ocl" +#define MIOPEN_HIP_COMPILER "/opt/rocm-3.7.0/llvm/bin/clang++" /* #undef EXTRACTKERNEL_BIN */ #define MIOPEN_OFFLOADBUNDLER_BIN "/opt/rocm/llvm/bin/clang-offload-bundler" #define MIOPEN_CACHE_DIR "~/.cache/miopen/" ``` oleid authored at GitHub comitted at
  28. 86428304 [hip-rocclr] Add gfx803 to build targets (#415) Torsten Keßler authored at GitHub comitted at
  29. a04490e1 [rocblas] Build Tensile with clang from llvm-amdgpu and enable host libraries (#413) Torsten Keßler authored at GitHub comitted at
  30. 4250543b [rocm-dbgapi] Add missing makedepends for documentation (#408) Torsten Keßler authored at GitHub comitted at