From 155fa7674e412b0e8e8be9ffacd4ec8ca727760c Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 27 Jun 2024 19:29:51 +0200 Subject: [PATCH] Missing update typo --- 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..bf5d40288d 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 hints. Data Prefetching ----------------