We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc100db commit 4282b3cCopy full SHA for 4282b3c
sycl/doc/GetStartedGuide.md
@@ -502,6 +502,11 @@ skipped.
502
If CUDA support has been built, it is tested only if there are CUDA devices
503
available.
504
505
+If testing with HIP for AMD, the lit tests will use `gfx906` as the default
506
+architecture. It is possible to change it by adding
507
+`-Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=<target>` to the CMake
508
+variable `SYCL_CLANG_EXTRA_FLAGS`.
509
+
510
#### Run DPC++ E2E test suite
511
512
Follow instructions from the link below to build and run tests:
0 commit comments