NVIDIA cuVS public headers also use public RAFT error and logging facilities in inline code paths.
Source header: raft/core/error.hpp
Exception base used by some NVIDIA cuVS utility errors.
Source header: raft/core/error.hpp
Validates a condition and raises a RAFT exception if it is false.
Source header: raft/core/error.hpp
Raises a RAFT exception with a formatted message.
Source header: raft/core/error.hpp
Checks a CUDA runtime call and raises a RAFT exception on failure.
Source header: raft/core/logger.hpp
Emits a debug log message through RAFT logging.