GI 1.0 of AMD
And the video of the demonstration at SIGGRAPH asia 2022 173 mg
It's a good read, and may be why The Witcher 3 update doesn't seem to have raytraced reflections right now. They mention their reflections are WIP, seemingly taking ques from BFV's reflections.
Guessing both Elden Ring and Halo Infinite will use this as well. A GI system that runs in realtime on consoles is a big draw for most devs, though judging by the paper there's a lot of room for improvement. Probes can easily use generalized RESTIR in a temporal re-use sense, and reflections benefit highly from temporal and spatial re-use. They also need a worldspace cache scheme for volumetrics/translucency. Still it looks good for what it is.
We evaluate the performance of a wide set of combinations of traversal and voxel intersection testing of signed distance function grids in a path tracing setting. In addition, we present an optimized way to compute the intersection between a ray and the surface defined by trilinear interpolation of signed distances at the eight corners of a voxel. We also provide a novel way to compute continuous normals across voxels and an optimization for shadow rays. On an NVIDIA RTX 3090, the fastest method uses the GPU's ray tracing hardware to trace against a bounding volume hierarchy, built around all non-empty voxels, and then applies either an analytic cubic solver or a repeated linear interpolation for voxel intersection.