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 a012ad2 commit f26d984Copy full SHA for f26d984
sycl/tools/sycl-trace/generate_ze_pretty_printers.py
@@ -33,7 +33,7 @@ def generate_ze_pretty_printers(header):
33
34
param_type = "ze_" + camel_to_snake(api_name_tail) + "_params_t"
35
36
- search_str = "typedef struct _{}\n{{\n([0-9\sa-zA-Z_\*;\n]*)}}".format(
+ search_str = r"typedef struct _{}\n{{\n([0-9\sa-zA-Z_\*;\n]*)}}".format(
37
param_type
38
)
39
args = re.search(search_str, header)
0 commit comments