Add quotes for string option values (#472)

[ROCm/composable_kernel commit: 337642a48c]
This commit is contained in:
Po Yen Chen
2022-10-28 05:33:14 +08:00
committed by GitHub
parent 4914c9489d
commit 80cbcb0c6e

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" \
..
```