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.core.launch() improvements #150

Open
leofang opened this issue Oct 10, 2024 · 0 comments
Open

cuda.core.launch() improvements #150

leofang opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do

Comments

@leofang
Copy link
Member

leofang commented Oct 10, 2024

  • Support ctypes/numpy structs
    • make sure ctypes is deprioritized
  • Support converting arbitrary objects to StridedMemoryView
  • Benchmarking
    • measure launch() overhead
    • reimplement type dispatcher via dict lookup instead of conditional branching
@leofang leofang added enhancement Any code-related improvements P1 Medium priority - Should do labels Oct 10, 2024
@leofang leofang added this to the cuda.core beta 2 milestone Oct 10, 2024
@leofang leofang self-assigned this Oct 10, 2024
@leofang leofang added the cuda.core Everything related to the cuda.core module label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda.core Everything related to the cuda.core module enhancement Any code-related improvements P1 Medium priority - Should do
Projects
None yet
Development

No branches or pull requests

1 participant