The OpenD Programming Language

cudaPointerAttributes

CUDA pointer attributes

struct cudaPointerAttributes {
cudaMemoryType memoryType;
cudaMemoryType type;
int device;
void* devicePointer;
void* hostPointer;
int isManaged;
}

Meta