In the release notes for the Jetpack 5.0 Developer Preview, “Support for NvSci” is listed.
In this thread, NvSci is recommended for use in CUDA inter-process communication.
However, the only documentation I can find for NvSCI, in the CUDA programming guide, is limited in scope and recommends the Drive OS documentation for more details.
My question is: are the release notes accurate with respect to NvSci support, and is the Drive OS documentation the correct source for NvSci documentation? My target platform is an Orin AGX development kit. In particular I would like to understand the differences between EGL and NvSci streams, and the implications of using one over the other.