As a side question to Use Vulkan VkImage as a CUDA cuArray, how could I get more details on what's wrong on a CUDA Driver API call that returns CUDA_ERROR_INVALID_VALUE
?
Specifically, the call is to cuExternalMemoryGetMappedMipmappedArray()
and the documentation does not list CUDA_ERROR_INVALID_VALUE
among its return values.
Any suggestions on how to go about debugging this issue?