-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add option to choose between NSYS and NCU profilers #28
Conversation
cosminc98
commented
Feb 16, 2024
- Add option to choose between NSYS and NCU profilers
- Fix isort and black issues
- Can search for profiling tool paths recursively in directories where they are expected to exist (if they do not exist in PATH)
- Documented changes
…build the documentation
…on of the package
…put during a failed compilation
…ins compiling with external libraries
… allow reusing them in multiple magic command calls
…rd-compatible manner
…ronment from the test runner
…ered 3rd party libraries
…able-unstable-feature as it was removed in version 24.1.0
…ght Compute profiling tool
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 94.19% 92.57% -1.62%
==========================================
Files 3 4 +1
Lines 155 202 +47
Branches 21 32 +11
==========================================
+ Hits 146 187 +41
- Misses 5 8 +3
- Partials 4 7 +3 ☔ View full report in Codecov by Sentry. |
@andreinechaev After reviewing the changes, please push the v1.2.0 tag (same reasoning: added features in a backward compatible manner so we bump the minor version). |