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

Benchmarks of Existing Operations #12

Open
isVoid opened this issue Mar 22, 2024 · 0 comments
Open

Benchmarks of Existing Operations #12

isVoid opened this issue Mar 22, 2024 · 0 comments
Labels
good first issue Good for newcomers P0 Top Priority

Comments

@isVoid
Copy link
Collaborator

isVoid commented Mar 22, 2024

Currently we haven't built a benchmark framework to compare the operations in Numba Kernels with RAW CUDA C++. One pending reason why we haven't done so is that we know there will be a performance gap awaiting LTO support. However, this shouldn't be a blocker for us to build the benchmark framework.

There are two aspects of performances that we want to capture by the benchmarks:

  1. Infrastructure to benchmark the performance gap between releases, this indicates the performance gain we get from optimizing Numbast, Numba, CUDA over time
  2. Infrastructure to benchmark the gap between native CUDA C++ and Numba kernels. This measures the overhead of the additional wrappers we built with Numbast (extra shim, IRs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P0 Top Priority
Projects
None yet
Development

No branches or pull requests

1 participant