-
Notifications
You must be signed in to change notification settings - Fork 112
/
OpenCL_Cxx.txt
157 lines (88 loc) · 3.23 KB
/
OpenCL_Cxx.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
// Copyright 2017-2024 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)^ C++ 1.0 Specification
:R: pass:q,r[^(R)^]
Khronos{R} OpenCL Working Group
:data-uri:
:icons: font
:toc2:
:toclevels: 2
:max-width: 100
:numbered:
:imagewidth: 800
:fullimagewidth: width="800"
:source-highlighter: coderay
:title-logo-image: image:images/OpenCL.png[Logo,pdfwidth=4in,align=right]
// type of the source code in the document
:language: c++
:numbered!:
// Various special / math symbols. This is easier to edit with than Unicode.
include::config/attribs.txt[]
// Attributes that are shared by OpenCL specifications.
include::config/opencl.asciidoc[]
include::copyrights.txt[]
<<<
:numbered:
// Generic Type Notation chapter
include::cxx/generic_type_name_notation.txt[]
// Language chapter
include::cxx/lang/lang.txt[]
include::cxx/lang/builtin_data_types.txt[]
include::cxx/lang/keywords.txt[]
include::cxx/lang/implicit_type_conversions.txt[]
include::cxx/lang/expressions.txt[]
include::cxx/lang/address_spaces.txt[]
include::cxx/lang/kernel_functions.txt[]
include::cxx/lang/preprocessor.txt[]
include::cxx/lang/attribute_qualifiers.txt[]
include::cxx/lang/restrictions.txt[]
// Standard Library chapter
include::cxx/stdlib/stdlib.txt[]
include::cxx/stdlib/definitions.txt[]
include::cxx/stdlib/conversions.txt[]
include::cxx/stdlib/reinterpreting_data.txt[]
include::cxx/stdlib/address_spaces.txt[]
include::cxx/stdlib/specialization_constants.txt[]
include::cxx/stdlib/half_wrapper.txt[]
include::cxx/stdlib/vector_wrapper.txt[]
include::cxx/stdlib/range.txt[]
include::cxx/stdlib/vector_utilities.txt[]
include::cxx/stdlib/vector_iterator.txt[]
include::cxx/stdlib/marker_types.txt[]
include::cxx/stdlib/images_and_samplers.txt[]
include::cxx/stdlib/pipes.txt[]
include::cxx/stdlib/device_enqueue.txt[]
include::cxx/stdlib/work_item.txt[]
include::cxx/stdlib/work_group.txt[]
include::cxx/stdlib/synchronization.txt[]
include::cxx/stdlib/common.txt[]
include::cxx/stdlib/geometric.txt[]
include::cxx/stdlib/math.txt[]
include::cxx/stdlib/integer.txt[]
include::cxx/stdlib/relational.txt[]
include::cxx/stdlib/vector_data_load_and_store.txt[]
include::cxx/stdlib/printf.txt[]
include::cxx/stdlib/atomic_operations.txt[]
include::cxx/stdlib/array.txt[]
include::cxx/stdlib/limits.txt[]
include::cxx/stdlib/math_constants.txt[]
include::cxx/stdlib/tuple.txt[]
include::cxx/stdlib/type_traits.txt[]
include::cxx/stdlib/iterator.txt[]
include::cxx/stdlib/general_utilities.txt[]
// Numerical Compliance chapter
include::cxx/numerical_compliance/numerical_compliance.txt[]
include::cxx/numerical_compliance/rounding_modes.txt[]
include::cxx/numerical_compliance/inf_nan_and_denormalized_numbers.txt[]
include::cxx/numerical_compliance/floating_point_exceptions.txt[]
include::cxx/numerical_compliance/relative_error_as_ulps.txt[]
include::cxx/numerical_compliance/edge_case_behavior.txt[]
// Image Addressing and Filtering chapter
include::cxx/image_addressing_and_filtering.txt[]
// Compiler Options chapter
include::cxx/compiler_options.txt[]
:numbered!:
include::cxx/annotation.txt[]
<<<
include::cxx/acknowledgements.txt[]