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

Commit 4c37620

Browse files
authored
add matrix-xmx8 feature config for XMX8 tests (#1349)
1 parent 18915b4 commit 4c37620

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
@@ -119,6 +119,9 @@
119119
if lit_config.params.get('matrix', False):
120120
config.available_features.add('matrix')
121121

122+
if lit_config.params.get('matrix-xmx8', False):
123+
config.available_features.add('matrix-xmx8')
124+
122125
#support for LIT parameter ze_debug<num>
123126
if lit_config.params.get('ze_debug'):
124127
config.ze_debug = lit_config.params.get('ze_debug')

0 commit comments

Comments
 (0)