We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a175c1b commit f17119dCopy full SHA for f17119d
sycl/test/lit.cfg.py
@@ -172,10 +172,10 @@
172
# For AMD the specific GPU has to be specified with --offload-arch
173
if not any([f.startswith("--offload-arch") for f in additional_flags]):
174
# If the offload arch wasn't specified in SYCL_CLANG_EXTRA_FLAGS,
175
- # hardcode it to gfx906, this is fine because only compiler tests
+ # hardcode it to gfx90a, this is fine because only compiler tests
176
additional_flags += [
177
"-Xsycl-target-backend=amdgcn-amd-amdhsa",
178
- "--offload-arch=gfx906",
+ "--offload-arch=gfx90a",
179
]
180
181
config.sycl_headers_filter = lit_config.params.get("SYCL_HEADERS_FILTER", None)
0 commit comments