From 3adc5d3bdccd0fc960ff8a3ecfda52faf2331301 Mon Sep 17 00:00:00 2001 From: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:09:01 -0800 Subject: [PATCH] Update UsingCMakewithAMDROCm.rst --- CMake/UsingCMakewithAMDROCm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/UsingCMakewithAMDROCm.rst b/CMake/UsingCMakewithAMDROCm.rst index dffe3ab8..565613c1 100644 --- a/CMake/UsingCMakewithAMDROCm.rst +++ b/CMake/UsingCMakewithAMDROCm.rst @@ -62,7 +62,7 @@ There are two ways to use HIP in CMake: The ``find_package(hip)`` provides the ``hip::device`` target to add all the flags for device compilation - :: +:: # Search for rocm in common locations list(APPEND CMAKE_PREFIX_PATH /opt/rocm/hip /opt/rocm)