Skip to content
Snippets Groups Projects
TODOs 461 B
Newer Older
  • Learn to ignore specific revisions
  • Yichao Yu's avatar
    Yichao Yu committed
    - *_from_int_ptr, register with metaclass
    
    Yichao Yu's avatar
    Yichao Yu committed
    - generic_info
    
    - Incorporate fixes in C++ stuff from after the fork
    
    Yichao Yu's avatar
    Yichao Yu committed
    - compare and tests
    
    Yichao Yu's avatar
    Yichao Yu committed
    - MemoryPool
    
    Yichao Yu's avatar
    Yichao Yu committed
    - enqueue_nd_range_kernel size/offset mess
    
    - CommandQueue.set_property
    - GLBuffer
    - GLRenderBuffer
    - GLTexture
    - get_gl_context_info_khr
    - ?clEnqueueNativeKernel
    
    Andreas Klöckner's avatar
    Andreas Klöckner committed
    
    - Buffer interface functions should really use new-style buffer interface
      (old-style does not work in Py3)
      https://github.com/numpy/numpy/issues/4747