Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle cudaMemHandleTypeNone and cudaErrorInvalidValue in is…
…_export_handle_type_supported (#1055) - [x] Intercept `cudaErrorInvalidValue` returned from `cudaDeviceGetAttribute` to return `false` from `is_export_handle_type_supported ` - [x] Return true from is_export_handle_type_supported for `cudaMemHandleTypeNone` Co-authored-by: @jrhemstad Co-authored-by: @harrism Closes #1054 Signed-off-by: Gera Shegalov <[email protected]> Authors: - Gera Shegalov (https://github.com/gerashegalov) Approvers: - Rong Ou (https://github.com/rongou) - Mark Harris (https://github.com/harrism) URL: #1055
- Loading branch information