File: TODOs

package info (click to toggle)
pyopencl 2016.1%2Bgit20161130-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,220 kB
  • ctags: 3,039
  • sloc: python: 20,232; cpp: 8,002; lisp: 4,361; makefile: 192; ansic: 103; sh: 1
file content (17 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- *_from_int_ptr, register with metaclass
- generic_info
- Incorporate fixes in C++ stuff from after the fork
- compare and tests
- MemoryPool
- enqueue_nd_range_kernel size/offset mess

- CommandQueue.set_property
- GLBuffer
- GLRenderBuffer
- GLTexture
- get_gl_context_info_khr
- ?clEnqueueNativeKernel

- Buffer interface functions should really use new-style buffer interface
  (old-style does not work in Py3)
  https://github.com/numpy/numpy/issues/4747