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 29d125c commit 5a3afcbCopy full SHA for 5a3afcb
.github/workflows/sycl-linux-run-tests.yml
@@ -136,7 +136,6 @@ on:
136
- '["cts-cpu"]'
137
- '["Linux", "build"]'
138
- '["cuda"]'
139
- - '["Linux", "bmg"]'
140
- '["PVC_PERF"]'
141
image:
142
type: choice
devops/scripts/benchmarks/requirements.txt
@@ -2,4 +2,3 @@ matplotlib==3.9.2
2
mpld3==0.5.10
3
dataclasses-json==0.6.7
4
PyYAML==6.0.1
5
-Mako==1.3.9
devops/scripts/benchmarks/utils/validate.py
@@ -19,4 +19,4 @@ def timestamp(t: str) -> bool:
19
timestamp_re = re.compile(
20
r"^\d{4}(0[1-9]|1[0-2])([0-2][0-9]|3[01])_([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9]$"
21
)
22
- return timestamp_re.match(t) is not None
+ return timestamp_re.match(t) is not None
0 commit comments