summaryrefslogtreecommitdiff
path: root/TODO.org
blob: 670aa2ba60ef4c3b6d38d43fb950eb62c31ee48f (plain)
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
#+title: Things yet missing
#+author: Thomas Albers Raviola

* [60/114] Bindings progress
- [2/2] Platform API
  - [X] clGetPlatformIDs
  - [X] clGetPlatformInfo
- [7/8] Device APIs
  - [X] clGetDeviceIDs
  - [X] clGetDeviceInfo
  - [ ] clCreateSubDevices
  - [X] clRetainDevice
  - [X] clReleaseDevice
  - [X] clSetDefaultDeviceCommandQueue
  - [X] clGetDeviceAndHostTimer
  - [X] clGetHostTimer
- [5/6] Context APIs
  - [X] clCreateContext
  - [X] clCreateContextFromType
  - [X] clRetainContext
  - [X] clReleaseContext
  - [X] clGetContextInfo
  - [ ] clSetContextDestructorCallback
- [4/4] Command Queue APIs
  - [X] clCreateCommandQueueWithProperties
  - [X] clRetainCommandQueue
  - [X] clReleaseCommandQueue
  - [X] clGetCommandQueueInfo
- [8/13] Memory Object APIs
  - [X] clCreateBuffer
  - [ ] clCreateSubBuffer
  - [ ] clCreateImage
  - [X] clCreatePipe
  - [ ] clCreateBufferWithProperties
  - [ ] clCreateImageWithProperties
  - [X] clRetainMemObject
  - [X] clReleaseMemObject
  - [X] clGetSupportedImageFormats
  - [X] clGetMemObjectInfo
  - [X] clGetImageInfo
  - [X] clGetPipeInfo
  - [ ] clSetMemObjectDestructorCallback
- [2/2] SVM Allocation APIs
  - [X] clSVMAlloc
  - [X] clSVMFree
- [4/4] Sampler APIs
  - [X] clCreateSamplerWithProperties
  - [X] clRetainSampler
  - [X] clReleaseSampler
  - [X] clGetSamplerInfo
- [6/14] Program Object APIs
  - [X] clCreateProgramWithSource
  - [ ] clCreateProgramWithBinary
  - [ ] clCreateProgramWithBuiltInKernels
  - [ ] clCreateProgramWithIL
  - [X] clRetainProgram
  - [X] clReleaseProgram
  - [X] clBuildProgram
  - [ ] clCompileProgram
  - [X] clLinkProgram
  - [ ] clSetProgramReleaseCallback
  - [ ] clSetProgramSpecializationConstant
  - [X] clUnloadPlatformCompiler
  - [ ] clGetProgramInfo
  - [ ] clGetProgramBuildInfo
- [6/12] Kernel Object APIs
  - [X] clCreateKernel
  - [X] clCreateKernelsInProgram
  - [X] clCloneKernel
  - [X] clRetainKernel
  - [X] clReleaseKernel
  - [ ] clSetKernelArg
  - [ ] clSetKernelArgSVMPointer
  - [ ] clSetKernelExecInfo
  - [X] clGetKernelInfo
  - [ ] clGetKernelArgInfo
  - [ ] clGetKernelWorkGroupInfo
  - [ ] clGetKernelSubGroupInfo
- [6/7] Event Object APIs
  - [X] clWaitForEvents
  - [X] clGetEventInfo
  - [X] clCreateUserEvent
  - [X] clRetainEvent
  - [X] clReleaseEvent
  - [X] clSetUserEventStatus
  - [ ] clSetEventCallback
- [1/1] Profiling APIs
  - [X] clGetEventProfilingInfo
- [2/2] Flush and Finish APIs
  - [X] clFlush
  - [X] clFinish
- [7/27] Enqueued Commands APIs
  - [ ] clEnqueueReadBuffer
  - [ ] clEnqueueReadBufferRect
  - [ ] clEnqueueWriteBuffer
  - [ ] clEnqueueWriteBufferRect
  - [ ] clEnqueueFillBuffer
  - [ ] clEnqueueCopyBuffer
  - [ ] clEnqueueCopyBufferRect
  - [ ] clEnqueueReadImage
  - [ ] clEnqueueWriteImage
  - [ ] clEnqueueFillImage
  - [ ] clEnqueueCopyImage
  - [ ] clEnqueueCopyImageToBuffer
  - [ ] clEnqueueCopyBufferToImage
  - [ ] clEnqueueMapBuffer
  - [ ] clEnqueueMapImage
  - [ ] clEnqueueUnmapMemObject
  - [ ] clEnqueueMigrateMemObjects
  - [X] clEnqueueNDRangeKernel
  - [ ] clEnqueueNativeKernel
  - [ ] clEnqueueMarkerWithWaitList
  - [ ] clEnqueueBarrierWithWaitList
  - [X] clEnqueueSVMFree
  - [X] clEnqueueSVMMemcpy
  - [X] clEnqueueSVMMemfill
  - [X] clEnqueueSVMMap
  - [X] clEnqueueSVMUnmap
  - [X] clEnqueueSVMMigrateMem
- [0/1] Extension function access
  - [ ] clGetExtensionFunctionAddressForPlatform
- [0/1] Deprecated OpenCL 1.0 APIs
  - [ ] clSetCommandQueueProperty
- [0/7] Deprecated OpenCL 1.1 APIs
  - [ ] clCreateImage2D
  - [ ] clCreateImage3D
  - [ ] clEnqueueMarker
  - [ ] clEnqueueWaitForEvents
  - [ ] clEnqueueBarrier
  - [ ] clUnloadCompiler
  - [ ] clGetExtensionFunctionAddress
- [0/3] Deprecated OpenCL 2.0 APIs
  - [ ] clCreateCommandQueue
  - [ ] clCreateSampler
  - [ ] clEnqueueTask