change back

This commit is contained in:
Hendrik Groove 2024-10-17 17:47:10 +02:00
parent d8a92fe783
commit 0790bf7f8f

View File

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