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

Commit 7d44c82

Browse files
authored
Add LIT feature "matrix" which is only supported on specific hardware (#385)
1 parent f1a22ff commit 7d44c82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
if lit_config.params.get('gpu-intel-dg1', False):
9898
config.available_features.add('gpu-intel-dg1')
9999

100+
if lit_config.params.get('matrix', False):
101+
config.available_features.add('matrix')
102+
100103
# check if compiler supports CL command line options
101104
cl_options=False
102105
sp = subprocess.getstatusoutput(config.dpcpp_compiler+' /help')

0 commit comments

Comments
 (0)