forked from oneapi-src/SYCLomatic-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoption_mapping.json
More file actions
17 lines (17 loc) · 782 Bytes
/
option_mapping.json
File metadata and controls
17 lines (17 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"option_cpu" : "",
"option_usmnone_cpu" : "--usm-level=none",
"option_gpu" : "",
"option_usmnone_gpu" : "--usm-level=none",
"opt_ctad_cpu" : "--enable-ctad",
"opt_ctad_gpu" : "--enable-ctad",
"option_use_syclcompat_cpu" : "--use-syclcompat",
"option_use_syclcompat_gpu" : "--use-syclcompat",
"opt_async_handler_cpu" : "--always-use-async-handler",
"opt_async_handler_gpu" : "--always-use-async-handler",
"opt_format_range_migrated_cpu" : "--format-range=migrated",
"opt_format_range_all_cpu" : "--format-range=all",
"opt_format_range_none_cpu" : "--format-range=none",
"opt_no_cl_namespace_cpu": "--no-cl-namespace-inline",
"option_cuda_backend": ""
}