Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 1d03da5

Browse files
author
Aidan Belton
committed
Fixed error in SYCL/lit.cfg.py
1 parent c254f0c commit 1d03da5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SYCL/lit.cfg.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,6 @@
292292
else:
293293
config.substitutions.append( ('%sycl_triple', "spir64-unknown-unknown-sycldevice" ) )
294294

295-
if config.sycl_be == 'rocm' and config.rocm_platform == 'AMD':
296-
config.substitutions.append( ('%mcpu', "-mcpu=gfx906" ) )
297-
else:
298-
config.substitutions.append( ('%mcpu', "") )
299-
300295
if find_executable('sycl-ls'):
301296
config.available_features.add('sycl-ls')
302297

0 commit comments

Comments
 (0)