From 83bbf215c85b786bf2acdff1963a2c53c0d35e88 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 24 Oct 2019 05:21:55 -0700 Subject: [PATCH] Update profiling doc (#1576) [ROCm/hip commit: 70f2cd13172bc1afe1caef0837807409f02f80e7] --- projects/hip/docs/markdown/hip_profiling.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/hip/docs/markdown/hip_profiling.md b/projects/hip/docs/markdown/hip_profiling.md index 8a44368680..28ed37e321 100644 --- a/projects/hip/docs/markdown/hip_profiling.md +++ b/projects/hip/docs/markdown/hip_profiling.md @@ -196,8 +196,7 @@ This file can be copied and edited to provide more selective HSA event recording #### How to enable profiling at HIP build time -Recent pre-built packages of HIP are always built with profiling support enabled. -For developer builds, you must enable marker support manually when compiling HIP. +Pre-built packages of HIP are not built with profiling support enabled.You must enable marker support manually when compiling HIP. 1. Build HIP with ATP markers enabled HIP pre-built packages are enabled with ATP marker support by default.