cuda-python
cuda-python copied to clipboard
cuda.py design stage
Objects to cover:
- Device
- Context
- Stream
- Event
-
MemoryResource -
Buffer -
@viewableandGPUMemoryView -
launch()andLaunchConfig -
ProgramandLinker - header and DSO search utilities (#62)
(updated the issue description)
Basic skeleton is laid out in the (internal) design doc and implemented in #87. The design finalization will be an iterative process as we proceed with more beta releases, with multiple (internal) design review meetings and a final sign-off, but the groundwork for a beta 1 release is considered done.