We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bool
unsigned int
1 parent ea00936 commit 2839344Copy full SHA for 2839344
source/adapters/cuda/usm.cpp
@@ -99,7 +99,7 @@ ur_result_t USMFreeImpl(ur_context_handle_t Context, void *Pointer) {
99
ur_result_t Result = UR_RESULT_SUCCESS;
100
try {
101
ScopedContext Active(Context);
102
- bool IsManaged;
+ unsigned int IsManaged;
103
unsigned int Type;
104
void *AttributeValues[2] = {&IsManaged, &Type};
105
CUpointer_attribute Attributes[2] = {CU_POINTER_ATTRIBUTE_IS_MANAGED,
0 commit comments