RadeonSI Lands Shared Virtual Memory "SVM" Support For Mesa 25.2
- Reference: 0001555536
- News link: https://www.phoronix.com/news/RadeonSI-SVM-Merged
- Source link:
[2]Shared Virtual Memory allows for sharing of pointers and pointer-containing data structures easily between host and device code with it being an important feature of OpenCL 2.0+. SVM also provides memory model consistency guarantees for greater coherency.
Back in May the Mesa Rust-based Rusticl OpenCL driver [3]merged support for SVM and since then Red Hat engineer Karol Herbst took to working on SVM support for the Intel Iris Gallium3D and AMD RadeonSI Gallium3D drivers for supporting this functionality. Two weeks ago [4]Intel Iris merged its SVM support and now RadeonSI support also squeezed in for the Mesa 25.2 release too.
[5]This merge gets that OpenCL 2.0 coarse-grained buffer SVM working on RadeonSI and exposing cl_ext_buffer_device_address.
[1] https://www.phoronix.com/search/Mesa+25.2
[2] https://www.phoronix.com/search/Shared+Virtual+Memory
[3] https://www.phoronix.com/news/Rusticl-SVM-Merged-Mesa-25.2
[4] https://www.phoronix.com/news/Intel-Iris-Mesa-SVM
[5] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35175
phoronix