rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

Commits at 445d7ea6537c10f84a29f08745031361bacc3d89

  1. 445d7ea6 [miopen-opencl] updpkg 3.8.0 acxz authored at acxz comitted at
  2. 4a57313e [migraphx] updpkg 3.8.0 (0.8) acxz authored at acxz comitted at
  3. 95b69502 [hsa-amd-aqlprofile-bin] updpkg 3.8.0 acxz authored at acxz comitted at
  4. 223ae167 [hipcub] updpkg 3.8.0 acxz authored at acxz comitted at
  5. 4903c3ff [atmi] updpkg 3.8.0 acxz authored at acxz comitted at
  6. 96f2dce4 [hsakmt-roct] updpkg 3.8.0 acxz authored at acxz comitted at
  7. ff87e599 [hsa-rocr] updpkg 3.8.0 acxz authored at acxz comitted at
  8. e8bdfa5a [rocm-device-libs] updpkg 3.8.0 acxz authored at acxz comitted at
  9. b2e584c2 [rocm-cmake] updpkg 3.8.0 acxz authored at acxz comitted at
  10. e6735a66 [rocclr] updpkg 3.8.0 acxz authored at acxz comitted at
  11. 77dbe748 [aomp-amdgpu] New upstream release 11.9-0 (#423) Torsten Keßler authored at GitHub comitted at
  12. 3a419431 [rocm-opencl-runtime] add opencl-amdgpu-pro-pal as conflict acxz authored at acxz comitted at
  13. d821028d [rocm-opencl-runtime] add opencl-driver as conflict acxz authored at acxz comitted at
  14. 18b13d14 [llvm-amdgpu-git] Remove stray THREADS variable (#418) (#419) Renato Caldas authored at GitHub comitted at
  15. 51a6deb3 [miopen-opencl] Make sure clang-offload-bundler is used acxz authored at acxz comitted at
  16. 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
  17. 86428304 [hip-rocclr] Add gfx803 to build targets (#415) Torsten Keßler authored at GitHub comitted at
  18. a04490e1 [rocblas] Build Tensile with clang from llvm-amdgpu and enable host libraries (#413) Torsten Keßler authored at GitHub comitted at
  19. 4250543b [rocm-dbgapi] Add missing makedepends for documentation (#408) Torsten Keßler authored at GitHub comitted at
  20. 991842e1 Fix markup in README (#409) Torsten Keßler authored at GitHub comitted at
  21. 831be7b2 Remove outdated warning, don't rec rocm-dkms, grammar (#407) Co-authored-by: Akash Patel <17132214+acxz@users.noreply.github.com> Torsten Keßler authored at GitHub comitted at
  22. 88e3cfed [rocm-dev] let rocm-dev provide rocm since rocm-dkms is optionally for the rocm stack on later kernels acxz authored at acxz comitted at
  23. 578d6e98 [rocm-dbgapi] Remove doxygen documentation (#405) Torsten Keßler authored at GitHub comitted at
  24. 6a15b371 [hsa-ext-rocr-bin] remove unused package acxz authored at acxz comitted at
  25. fe9d7f9a [hsa-amd-aqlprofile] remove package acxz authored at acxz comitted at
  26. c94c3dda [rocm-debug-agent] Update to 3.7.0 (#403) Torsten Keßler authored at GitHub comitted at
  27. 098825fc [rocalution] Update to 3.7.0 (#402) Torsten Keßler authored at GitHub comitted at
  28. 66d79415 [hipblas] Update to 3.7.0 (#401) Torsten Keßler authored at GitHub comitted at
  29. 94935595 [rocsolver] Update to 3.7.0 (#400) Torsten Keßler authored at GitHub comitted at
  30. 5a3a6951 [rocblas] Update to 3.7.0 (#398) Torsten Keßler authored at GitHub comitted at