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

Begin support to automatically compute thread and block size #1802

Conversation

grospelliergilles
Copy link
Member

There is no implementation at the moment.
The goal is to be able to use methods like cudaOccupancyMaxPotentialBlockSize() to compute the best values to launch kernels.

…unchArgs' et la déplace dans son propre fichier.
@grospelliergilles grospelliergilles added arcane Arcane Component arcane:accelerator Arcane Accelerator API/Runtime labels Nov 28, 2024
@grospelliergilles grospelliergilles self-assigned this Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 70.26%. Comparing base (b20f9f2) to head (4048536).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...rc/arcane/accelerator/core/RunCommandLaunchInfo.cc 60.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1802   +/-   ##
=======================================
  Coverage   70.26%   70.26%           
=======================================
  Files        2260     2260           
  Lines      162382   162386    +4     
  Branches    18705    18705           
=======================================
+ Hits       114096   114100    +4     
  Misses      41513    41513           
  Partials     6773     6773           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grospelliergilles grospelliergilles merged commit e4783dd into main Nov 28, 2024
32 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-begin-support-to-automatically-compute-thread-and-block-size branch November 30, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane:accelerator Arcane Accelerator API/Runtime arcane Arcane Component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant