Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuda.py design stage #76

Closed
jollylili opened this issue Jul 16, 2024 · 2 comments · Fixed by #87
Closed

cuda.py design stage #76

jollylili opened this issue Jul 16, 2024 · 2 comments · Fixed by #87
Assignees
Labels
enhancement Any code-related improvements P0 High priority - Must do!

Comments

@jollylili
Copy link
Collaborator

jollylili commented Jul 16, 2024

Objects to cover:

  • Device
  • Context
  • Stream
  • Event
  • MemoryResource
  • Buffer
  • @viewable and GPUMemoryView
  • launch() and LaunchConfig
  • Program and Linker
  • header and DSO search utilities (Support CUDA wheels?  #62)
@github-actions github-actions bot added the triage Needs the team's attention label Jul 16, 2024
@jollylili jollylili added this to the cuda-12-RC1, cuda-11-RC1 milestone Jul 16, 2024
@jollylili jollylili added enhancement Any code-related improvements and removed triage Needs the team's attention labels Jul 30, 2024
@leofang
Copy link
Member

leofang commented Sep 10, 2024

(updated the issue description)

@jollylili jollylili changed the title Design stage cuda.py design stage Sep 10, 2024
@leofang leofang self-assigned this Sep 10, 2024
@leofang leofang added P0 High priority - Must do! cuda.py EA labels Sep 10, 2024
@leofang leofang linked a pull request Oct 10, 2024 that will close this issue
10 tasks
@leofang
Copy link
Member

leofang commented Oct 10, 2024

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.

@leofang leofang closed this as completed Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code-related improvements P0 High priority - Must do!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants