Skip to content

cuMemExportToShareableHandle always returns CUDA_ERROR_INVALID_VALUE #27

@vzhurba01

Description

@vzhurba01

The output variable cshareableHandle_ptr is incorrectly set to NULL and is passed to CUDA, thus always returning CUDA_ERROR_INVALID_VALUE.

The following similar APIs are likely not working either since they too have output variable void*:

  • cuMemExportToShareableHandle
  • cuDeviceGetNvSciSyncAttributes
  • cudaDeviceGetNvSciSyncAttributes
  • cuMemPoolExportToShareableHandle
  • cudaMemPoolExportToShareableHandle
  • cudaGraphMemFreeNodeGetParams
  • cuMemGetHandleForAddressRange

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions