File aomp.changes of Package aomp
-------------------------------------------------------------------
Wed Aug 14 12:40:20 UTC 2024 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to AOMP 19.0-3 (rocm 6.1.2)
* Support for requires atomic default mem order clause was
added.
* OMPT no longer falls back into synchronous execution mode
when profiler is attached.
* OMPT now supports callbacks for omp_target_associate_ptr and
omp_target_disassociate_ptr.
* Xteam Reduction enabled by default at all opt levels.
* Some HIP interoperability issues with tracking HIP memory
allocations on Mi200 were resolved.
* Remove deprecated utility offload-arch. This was replaced
with amdgpu-arch or nvptx-arch.
-------------------------------------------------------------------
Wed May 15 10:14:48 UTC 2024 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to AOMP 19.0-0
* Initial enablement of the AMD Instinct MI300 series
* Improved performance in areas like lower precision math and
attention layers.
* Support for SDMA link aggregation
* Many more changes and fixes
- Added Disable-ASAN-packaging.patch
* Disables the ASAN build since it had issues compiling
-------------------------------------------------------------------
Fri Sep 15 06:59:55 UTC 2023 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to AOMP 18.0-0
- Changed HIPCC_BIN_DIR path to work with latest version
-------------------------------------------------------------------
Thu Aug 17 13:23:37 UTC 2023 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to AOMP 17.0-3 (rocm 5.6)
* hip-examples got removed
* Removed Fix-missing-cstdint-when-compiling-with-gcc13.patch
* Removed Get-rid-of-warning-when-compiling-hipamd.patch
* Added Don-t-build-with-RPATHs.patch
* Added Provide-correct-path-for-HIPCC_BIN_DIR.patch
* OpenCL runtime is now built automatically in clr
* Minor specfile fixes
-------------------------------------------------------------------
Fri Jul 7 09:19:25 UTC 2023 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Add missing patch Add-variable-for-controlling-which-components-to-bui.patch
-------------------------------------------------------------------
Fri Jul 7 09:07:30 UTC 2023 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to AOMP 17.0-2
* Major rework of the entire package
* Support for OpenCL runtime
* Support for HIP runtime
-------------------------------------------------------------------
Mon Sep 13 12:10:09 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- We're still getting OOMs so Increase mem_per_compile_job even more.
-------------------------------------------------------------------
Thu Aug 26 13:31:25 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Increase mem_per_compile_job since some workes still gets OOMs
-------------------------------------------------------------------
Fri Aug 6 12:11:59 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Fix more incorrect AOMP paths
-------------------------------------------------------------------
Thu Aug 5 16:05:55 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Properly provide rocminfo and clinfo
-------------------------------------------------------------------
Wed Aug 4 13:45:01 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Build failed on cloud136 with oom. Increase mem_per_compile_job.
-------------------------------------------------------------------
Wed Aug 4 09:21:12 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Restore accidentally excluded lib-debug directory
-------------------------------------------------------------------
Mon Aug 2 20:52:01 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Update to version 13.0-5
- Fix removal of Cyclades in the kernel includes
- Set default value for CMAKE_HIP_ARCHITECTURES in VDI
-------------------------------------------------------------------
Tue Jun 22 15:28:29 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Make sure all libs and binaries are built with --build-id=sha1
-------------------------------------------------------------------
Mon Jun 21 15:17:15 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Limit number of compile and link jobs based on available memory
-------------------------------------------------------------------
Fri Jun 18 07:55:30 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Add gcc-fortan for BuildRequires. gcc-fortran provides libquadmath.
quadmath-hack is no longer needed.
- Exclude lib-debug/ since it only contains duplicates of lib/
-------------------------------------------------------------------
Wed Jun 16 15:17:18 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Handle duplicates with %fdupes
-------------------------------------------------------------------
Mon Jun 14 20:52:35 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Rediff Add-variable-for-controlling-which-components-to-bui.patch
- Patch OpenMP build script to allow for gcc/g++ 10
- Update to AOMP version 13.0-3
-------------------------------------------------------------------
Wed May 26 18:28:29 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Add conflict with libopencl
-------------------------------------------------------------------
Mon Apr 26 21:02:11 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Fix incorrect AOMP paths in various script files
- Create links in /usr/bin to various detection scripts
- Add flang and flang_runtime back since we have the quadmath-hack package
- Set AOMP environment variable
-------------------------------------------------------------------
Mon Apr 26 14:47:00 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Skip building flang and flang_runtime since libquadmath0 is broken
-------------------------------------------------------------------
Mon Apr 26 08:46:04 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Builds fail due to insufficient disk space. Add same constraints as for LLVM11
-------------------------------------------------------------------
Fri Apr 23 19:16:48 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Create and package /etc/ld.so.conf.d/aomp.conf
- Use %real_version macro instead of hardcoding aomp version
- Set ExclusiveArch: x86_64
-------------------------------------------------------------------
Fri Apr 23 19:14:35 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 13.0-2
* Rebase all changes to the current LLVM development trunk which
is the development of LLVM 13.
* Set the default number of teams to 4 times the number of
computation units for improving GPU occupancy
* Support for adjusting the number of threads in a team based
on VGPR usage of a kernel
* Enhanced the kernel trace (when LIBOMPTARGET_KERNEL_TRACE is
set) with register usage information. This already includes
the requested and actual number of teams and threads used for
a kernel.
* Updated ROCm components to 4.1.x branches.
* Default Code Object v4
Known Issues:
* Regression with QMCPACK deterministic tests
* pow(double, int) is returning -inf
-------------------------------------------------------------------
Thu Apr 15 12:48:11 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Add components: vdi hipvdi ocl rocdbgapi rocgdb
- Fixup OpenCL icd link
-------------------------------------------------------------------
Thu Apr 15 12:31:12 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Remove Mesa-libGL requriement
-------------------------------------------------------------------
Wed Apr 14 13:07:39 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Split package into aomp and aomp-devel
-------------------------------------------------------------------
Mon Apr 12 09:35:29 UTC 2021 - Patrik Jakobsson <patrik.jakobsson@suse.com>
- Initial version