You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/footnotes.asciidoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,12 @@ The value of {CL_COMPLETE} and {CL_SUCCESS} are the same. \
48
48
{clGetDeviceIDs} may return all or a subset of the actual physical devices present in the platform and that match _device_type_. \
49
49
]
50
50
51
+
:fn-host-unified-memory: pass:n[ \
52
+
When the query for {CL_DEVICE_HOST_UNIFIED_MEMORY} is {CL_TRUE}, allocating OpenCL memory will likely reduce the amount of host memory available to the system. \
53
+
Likewise, allocating host memory will likely reduce the amount of memory available to OpenCL. \
54
+
If the memory described by {CL_DEVICE_GLOBAL_MEM_SIZE} is primarily host memory, such as for CPUs, integrated GPUs, and other devices with a relatively small amount of dedicated device memory, then the device should return {CL_TRUE} for {CL_DEVICE_HOST_UNIFIED_MEMORY}. \
55
+
]
56
+
51
57
:fn-image-array-performance: pass:n[ \
52
58
Note that reading and writing 2D image arrays from a kernel with `image_array_size` equal to one may perform worse than 2D images. \
53
59
]
@@ -68,6 +74,10 @@ This value for *memory_scope* can only be used with *atomic_work_item_fence* wit
68
74
Note that the performance of 64-bit integer arithmetic can vary significantly between embedded devices. \
69
75
]
70
76
77
+
:fn-local-arg-size-zero: pass:n[ \
78
+
When the size of a `local` argument is set to zero, the value of the pointer within the kernel is implementation-defined. \
79
+
]
80
+
71
81
:fn-map-count-usage: pass:n[ \
72
82
The map count returned should be considered immediately stale. \
73
83
It is unsuitable for general use in applications. \
0 commit comments