-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathurls.json
More file actions
22 lines (22 loc) · 1.99 KB
/
urls.json
File metadata and controls
22 lines (22 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"dpcpp_envar": "https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md",
"numa_domain": "https://en.wikipedia.org/wiki/Non-uniform_memory_access",
"oneapi": "https://www.oneapi.io/",
"oneapi_filter_selection": "https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_filter_selector.asciidoc",
"oneapi_default_context": "https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_default_context.asciidoc",
"oneapi_enqueue_barrier": "https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_enqueue_barrier.asciidoc",
"oneapi_peer_access": "https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_peer_access.asciidoc",
"sycl_aspects": "https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.device.aspect",
"sycl_context": "https://sycl.readthedocs.io/en/latest/iface/context.html",
"sycl_device": "https://sycl.readthedocs.io/en/latest/iface/device.html",
"sycl_device_info": "https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_device_information_descriptors",
"sycl_device_selector": "https://sycl.readthedocs.io/en/latest/iface/device-selector.html",
"sycl_event": "https://sycl.readthedocs.io/en/latest/iface/event.html",
"sycl_platform": "https://sycl.readthedocs.io/en/latest/iface/platform.html",
"sycl_queue": "https://sycl.readthedocs.io/en/latest/iface/queue.html",
"sycl_runtime_classes": "https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_sycl_runtime_classes",
"sycl_spec_2020": "https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html",
"array_api": "https://data-apis.org/array-api/latest/",
"dpcpp_compiler": "https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html",
"sycl_execution_model": "https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#_sycl_execution_model"
}