From 97be286211bb90e6e69689545b39ebf592e67954 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 27 Jun 2024 19:27:54 +0200 Subject: [PATCH] Missing update --- docs/how-to/unified_memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/unified_memory.rst b/docs/how-to/unified_memory.rst index 450ade9582..4242c2a669 100644 --- a/docs/how-to/unified_memory.rst +++ b/docs/how-to/unified_memory.rst @@ -377,7 +377,7 @@ special ``device_id`` values: - ``hipInvalidDeviceId`` = -2 means that the device is invalid. For the best performance, profile your application to optimize the -utilization of compiler hits. +utilization of HIP runtime hits. Data Prefetching ----------------