forked from KhronosGroup/OpenCL-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenCL_Ext.txt
124 lines (74 loc) · 1.84 KB
/
OpenCL_Ext.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
// Copyright 2017-2018 The Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
= The OpenCL^(TM)^ Extension Specification
:R: pass:q,r[^(R)^]
Khronos{R} OpenCL Working Group
:data-uri:
:icons: font
:toc2:
:toclevels: 1
:max-width: 100
:numbered:
:imagewidth: 800
:fullimagewidth: width="800"
:source-highlighter: coderay
:title-logo-image: image:images/OpenCL.png[Logo,200,200]
:blank: pass:[ +]
:cpp: pass:[C++]
:cpp14: pass:[C++14]
:global: pass:[__global]
:local: pass:[__local]
:constant: pass:[__constant]
// Various special / math symbols. This is easier to edit with than Unicode.
include::config/attribs.txt[]
// type of the source code in the document
:language: {basebackend@docbook:c++:cpp}
include::copyrights.txt[]
<<<
include::ext/introduction.txt[]
<<<
include::ext/cl_khr_fp16.txt[]
<<<
include::ext/cl_khr_gl_sharing__context.txt[]
<<<
include::ext/cl_khr_gl_sharing__memobjs.txt[]
<<<
include::ext/cl_khr_gl_event.txt[]
<<<
include::ext/cl_khr_dx9_media_sharing.txt[]
<<<
include::ext/cl_khr_d3d10_sharing.txt[]
<<<
include::ext/cl_khr_d3d11_sharing.txt[]
<<<
include::ext/cl_khr_gl_depth_images.txt[]
<<<
include::ext/cl_khr_gl_msaa_sharing.txt[]
<<<
include::ext/cl_khr_initialize_memory.txt[]
<<<
include::ext/cl_khr_terminate_context.txt[]
<<<
include::ext/cl_khr_spir.txt[]
<<<
include::ext/cl_khr_icd.txt[]
<<<
include::ext/cl_khr_subgroups.txt[]
<<<
include::ext/cl_khr_mipmap_image.txt[]
<<<
include::ext/cl_khr_egl_image.txt[]
<<<
include::ext/cl_khr_egl_event.txt[]
<<<
include::ext/cl_khr_priority_hints.txt[]
<<<
include::ext/cl_khr_throttle_hints.txt[]
<<<
include::ext/cl_khr_subgroup_named_barrier.txt[]
<<<
ifdef::backend-pdf[]
include::ext/index.txt[]
endif::backend-pdf[]
include::ext/appendix.txt[]