File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
devops/scripts/benchmarks/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def __init__(self):
35
35
def init (cls , detect_ver_path : Path , dpcpp_exec : str = "clang++" ):
36
36
"""
37
37
Constructs the singleton instance for DetectVersion, and initializes by
38
- building and run detect _version .cpp, which outputs:
38
+ building and run detect_version .cpp, which outputs:
39
39
- L0 driver version via ZE_intel_get_driver_version_string extension,
40
40
- DPC++ version via `__clang_version__` builtin.
41
41
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Validate:
4
4
"""Static class containing methods for validating various fields"""
5
5
6
6
@staticmethod
7
- def on_re (val : str , regex : re . Pattern , throw : Exception = None ):
7
+ def on_re (val : str , regex : str , throw : Exception = None ):
8
8
"""
9
9
Returns True if val is matched by pattern defined by regex, otherwise
10
10
False.
You can’t perform that action at this time.
0 commit comments