We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822e243 commit d83a513Copy full SHA for d83a513
sycl/test-e2e/lit.cfg.py
@@ -727,7 +727,6 @@ def open_check_file(file_name):
727
config.available_features.add("gpu-intel-pvc-1T")
728
if device_id == gpu_intel_pvc_2T_device_id:
729
config.available_features.add("gpu-intel-pvc-2T")
730
-
731
if re.match(r" *Architecture:", line):
732
_, architecture = line.strip().split(":", 1)
733
architectures.add(architecture.strip())
0 commit comments