9b8fe5c296
- Update to version 25.02.0: * Introducing AdaptiveCpp portable CUDA (PCUDA): AdaptiveCpp 25.02 introduces support for a new programming model in its generic JIT compiler: The portable CUDA (PCUDA) model. This programming model is a dialect of the CUDA and HIP programming model. AdaptiveCpp PCUDA allows taking CUDA or HIP source code, recompile with AdaptiveCpp, and obtain a single single binary that can dispatch kernels to CPUs, Intel GPUs, AMD GPUs, NVIDIA GPUs (or all at the same time). * Full highlights at: https://github.com/AdaptiveCpp/AdaptiveCpp/releases/tag/v25.02.0 * Full changelog at: https://github.com/AdaptiveCpp/AdaptiveCpp/compare/v24.10.0...v25.02.0 * Drop adaptivecpp-24.10.0-cmake4.patch: upstreamed
Eyad Issa2025-05-09 22:00:33 +00:00
f6a890aa08
Accepting request 1274861 from devel:tools:compiler
Ana Guerrero2025-05-06 14:43:30 +00:00
37f64ba375
- Use Source URL instead of _service to fetch the source code
Eyad Issa2025-05-06 10:39:38 +00:00
4271c85e02
- Renamed 0003-Remove-realpath-in-acpp.patch to 0002-Remove-realpath-in-acpp.patch
Eyad Issa2025-01-03 22:53:15 +00:00
27c31209b4
- Update to version 24.10.0~0: * AdaptiveCpp 24.10 introduces additional JIT-time optimizations, especially at the default ACPP_ADAPTIVITY_LEVEL=1 setting. Users may see substantial performance improvements for some kernels. * ACPP_ALLOCATION_TRACKING=1 was added which can enable the JIT compiler to include even more information about memory usage in code generation, further improving performance in some cases. * Added full support for the SYCL 2020 group algorithms library in the default generic JIT compiler on all backends. * Additional C++ parallel STL algorithms supported for offloading * Introducing the acpp::algorithms library: The algorithms underneath the C++ parallel STL offloading support are now also documented and exposed on the SYCL level for users who wish to invoke them from SYCL with a higher degree of control. * Added framework for JIT-time reflection to generic JIT compiler. * New extensions: ~ AdaptiveCpp_restrict_ptr ~ AdaptiveCpp_jit::compile_if - Remove requirement on LLVM 18 and update version - Renamed libraries to libacpp-* - Deleted 0002-CMake-acpp-clang-to-MODULE.patch: upstreamed
Eyad Issa2025-01-03 22:48:21 +00:00
e09a88cefe
Accepting request 1228747 from devel:tools:compiler
Ana Guerrero2024-12-08 10:36:59 +00:00
39769e4e07
- Split OpenMP runtime from the generic library
Eyad Issa2024-12-06 11:14:54 +00:00
9af42131dc
Accepting request 1226349 from devel:tools:compiler
Ana Guerrero2024-11-26 19:55:45 +00:00
2cd8145f48
- Convert patches to git format * 01-env-to-interpreter.patch -> 0001-Use-bin-env-python3-instead-of-python3-in-scripts.patch * 02-cmake-modules.patch ->0002-CMake-acpp-clang-to-MODULE.patch - Added patch 0003-Remove-realpath-in-acpp.patch to remove warning when using acpp caused by %fdupes.
Eyad Issa2024-11-18 19:14:20 +00:00