This commit is contained in:
Hendrik Groove 2024-10-17 17:42:37 +02:00
parent bce48bffc6
commit d8a92fe783

View File

@ -80,7 +80,7 @@ bool ArrayInterfaceHandler::IsCudaPtr(void const* ptr) {
} }
#else #else
switch (attr.type) { switch (attr.type) {
case hipMemoryTypeUnregistered: case hipMemoryTypeUnified:
case hipMemoryTypeHost: case hipMemoryTypeHost:
return false; return false;
default: default: