From 06cc505b20c949cd231d6431218325412ecd882e Mon Sep 17 00:00:00 2001 From: Young Hui Date: Wed, 22 May 2024 21:51:43 -0400 Subject: [PATCH] fix syntax --- amd/hipcc/docs/env.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amd/hipcc/docs/env.rst b/amd/hipcc/docs/env.rst index 6829f62ee18902..5d65397b1a6465 100644 --- a/amd/hipcc/docs/env.rst +++ b/amd/hipcc/docs/env.rst @@ -10,7 +10,7 @@ HIPCC environment variables The environment variable ``HIP_PLATFORM`` can be used to specify ``amd`` or ``nvidia`` depending on the available backend tool flows: -* ``HIP_PLATFORM``='amd' or ``HIP_PLATFORM``='nvidia'. +* ``HIP_PLATFORM`` = ``amd`` or ``HIP_PLATFORM`` = ``nvidia`` .. note:: If ``HIP_PLATFORM`` is not set, then ``hipcc`` will attempt to auto-detect based on if the ``nvcc`` tool is found.