Add quotes for string option values (#472)

This commit is contained in:
Po Yen Chen
2022-10-28 05:33:14 +08:00
committed by GitHub
parent d8f5f717f8
commit 337642a48c

View File

@@ -59,7 +59,7 @@ cmake
-D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc \
-D CMAKE_CXX_FLAGS="-O3" \
-D CMAKE_BUILD_TYPE=Release \
-D GPU_TARGETS=gfx908;gfx90a \
-D GPU_TARGETS="gfx908;gfx90a" \
..
```