Skip to content

Commit f17119d

Browse files
Update lit.cfg.py
Signed-off-by: srividya sundaram <[email protected]>
1 parent a175c1b commit f17119d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/lit.cfg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@
172172
# For AMD the specific GPU has to be specified with --offload-arch
173173
if not any([f.startswith("--offload-arch") for f in additional_flags]):
174174
# If the offload arch wasn't specified in SYCL_CLANG_EXTRA_FLAGS,
175-
# hardcode it to gfx906, this is fine because only compiler tests
175+
# hardcode it to gfx90a, this is fine because only compiler tests
176176
additional_flags += [
177177
"-Xsycl-target-backend=amdgcn-amd-amdhsa",
178-
"--offload-arch=gfx906",
178+
"--offload-arch=gfx90a",
179179
]
180180

181181
config.sycl_headers_filter = lit_config.params.get("SYCL_HEADERS_FILTER", None)

0 commit comments

Comments
 (0)