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.
2 parents 50452b7 + 2839344 commit 1ff111cCopy full SHA for 1ff111c
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