From d8a92fe7832bdb1ab5ecaa0b95454d4bf8501630 Mon Sep 17 00:00:00 2001 From: Hendrik Groove Date: Thu, 17 Oct 2024 17:42:37 +0200 Subject: [PATCH] test --- src/data/array_interface.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/array_interface.cu b/src/data/array_interface.cu index 2ce80b91a..acf427c5b 100644 --- a/src/data/array_interface.cu +++ b/src/data/array_interface.cu @@ -80,7 +80,7 @@ bool ArrayInterfaceHandler::IsCudaPtr(void const* ptr) { } #else switch (attr.type) { - case hipMemoryTypeUnregistered: + case hipMemoryTypeUnified: case hipMemoryTypeHost: return false; default: