Skip to content

Commit 45f9471

Browse files
author
jgtong
authored
Update README.md to add -DUSE_AMD_ARCH flag instructions
1 parent 73f3c8d commit 45f9471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easywave/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To compile the SYCL code on NVIDIA GPUs, please use the following:
3131

3232
To compile the SYCL code on AMD GPUs, please use the following:
3333

34-
`-DUSE_AMD_BACKEND=gfx90a` for MI250 or `-DUSE_AMD_BACKEND=gfx908` for MI100
34+
`-DUSE_AMD_BACKEND=ON -DUSE_AMD_ARCH={gfx90a|gfx908}` for MI250 and MI100 respectively
3535

3636
## CUDA:
3737

0 commit comments

Comments
 (0)