-
Notifications
You must be signed in to change notification settings - Fork 88
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
Feature: Passing arguments to NVCC compiler #26
Conversation
…build the documentation
…on of the package
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #26 +/- ##
==========================================
+ Coverage 88.65% 94.19% +5.54%
==========================================
Files 3 3
Lines 141 155 +14
Branches 16 21 +5
==========================================
+ Hits 125 146 +21
+ Misses 11 5 -6
+ Partials 5 4 -1 ☔ View full report in Codecov by Sentry. |
…put during a failed compilation
1baf202
to
6236fe2
Compare
Closing this for now as there are a few more things I want to add first:
|
…ins compiling with external libraries
… allow reusing them in multiple magic command calls
…rd-compatible manner
…ronment from the test runner
@andreinechaev After you review this PR, please merge it and push the tag "v1.1.0" (changed version from "1.0.3" because we added features in a backward compatible manner, thus had to bump the minor version) to the "master" branch to trigger the publish to pypi workflow. |
Main changes: