Skip to content

Releases: GPUOpen-LibrariesAndSDKs/HIPRT

2.5.a21e075.3

27 Mar 21:57
4a0c5a0
Compare
Choose a tag to compare

hotfix of 2.5.a21e075.2
#37

2.5.a21e075.2

27 Mar 12:10
9452e5c
Compare
Choose a tag to compare
  • minor cmake improvements
  • fix embedded oro_compiled_kernels.hipfb ( #34 )
  • add support for more gfx

2.5.a21e075

17 Feb 23:32
c429893
Compare
Choose a tag to compare

hotfix: Initialize identity flag

2.5.4e650d5

11 Feb 20:55
0d40036
Compare
Choose a tag to compare

cmake - add option to disable cuda ( FORCE_DISABLE_CUDA )
cmake - move kernels precompilation to a custom_command/custom_target
Fix rendering artifacts

2.5.8c74270

03 Feb 16:33
b9e664d
Compare
Choose a tag to compare
  • update from HIP 5 to HIP 6
  • minor improvements in the cmake script
  • perf improvement in maths
  • prepare support for more GPUs

2.5.cfa5e2a.2

07 Jan 20:02
b9d4a52
Compare
Choose a tag to compare
Merge pull request #25 from GPUOpen-LibrariesAndSDKs/next-release-3

update to 2.5

v2.5.cfa5e2a

15 Nov 17:04
8071587
Compare
Choose a tag to compare
  • When you run the cmake, you should use none or one flag among this list:
-DBAKE_KERNEL=ON          --> Enable the use of encrypted and baked uncompiled kernels source code
-DBAKE_COMPILED_KERNEL=ON --> If enabled, the kernels will be compiled and embedded as a buffer inside the binary. If you do that, you should also enable the flag 'PRECOMPILE'
-DBITCODE=ON              --> Enable bitcode linking: when running the program, it's expected to find precompiled kernels as external files.
  • More flexible vector types
  • Unifying math into a single header
  • Collapse crash fix
  • Other minor fixes

v2.4.6b6daf9

17 Sep 14:30
3a8b836
Compare
Choose a tag to compare
  • H-PLOC and improved wide BVH conversion
  • CMake support
  • Configurable HIPRT path via a env. variable
  • New gfx architectures supported
  • hiprtBuildTraceKernel can return only the HIP module
  • HIP module caching and unloading (fixing a memory leak)
  • Fixing matrix inversion and identity check
  • Fixing refit and other minor issues

next-release, RC7

09 Sep 17:19
Compare
Choose a tag to compare
next-release, RC7 Pre-release
Pre-release

compared to RC6, there is only 1 additional commit:
83e18cc

  • changing CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR for more flexibility.
  • add more headers in the cmake install

next-release, RC6

17 Jul 22:22
Compare
Choose a tag to compare
next-release, RC6 Pre-release
Pre-release

Compared to RC5, we just added a possibility to disable Bake Kernel generation.
use :
-DGENERATE_BAKE_KERNEL=OFF
in cmake argument.

if it's forced to OFF, some building functions from the HIPRT API, like hiprtBuildTraceKernelsFromBitcode should fail.
If your project only uses precompiled kernels, that's fine to set this flag to OFF.