Skip to content

Releases: GPUOpen-LibrariesAndSDKs/HIPRT

3.0.2.4242e39

09 Oct 10:06
4baa98e

Choose a tag to compare

  • Remove kernel encryption to simplify codebase ( Thanks @LunNova )
  • New versioning: major.minor.patch.hash ( #44 )
  • Fix OBB polygon clipping
  • Fix RTIP 1.1 (HWI was disabled on RNDA 2)
  • Fix packing leaves (causing a hang on Linux)
  • Fix intersection filter for triangle packets
  • Fix BVH refit logic

fixes made by @meistdan

3.0.4fea77f

11 Sep 10:16
6441305

Choose a tag to compare

hot fixes for the v3

3.0.9ba63f3

20 Aug 08:25
1c6bdce

Choose a tag to compare

  • RDNA 4 RT features
    • Compressed BVH8 and triangle packets
    • Intersectable instances
    • Oriented bounding boxes (for HQ build)
  • BVH import API changed
    • Generic BVH2 input format
    • Internally transformed to the HW format
  • Per-context logger
    • Resolving issue with a single instance
  • Tighter boxes in SBVH for triangles and instances
  • Instance transformation fix
  • Other fixes and code cleanups

2.5.a21e075.3

27 Mar 21:57
4a0c5a0

Choose a tag to compare

hotfix of 2.5.a21e075.2
#37

2.5.a21e075.2

27 Mar 12:10
9452e5c

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

Choose a tag to compare

hotfix: Initialize identity flag

2.5.4e650d5

11 Feb 20:55
0d40036

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

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

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

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