-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve custom kernel call #161
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #161 +/- ##
==========================================
- Coverage 78.01% 78.00% -0.01%
==========================================
Files 272 272
Lines 9665 9681 +16
==========================================
+ Hits 7540 7552 +12
- Misses 2125 2129 +4
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
add
std::map<std::string, std::variant<cle::Image, float, int>>
as a futur holder for parameter listadd typedef : ParametersMap
update custom kernel to fit
execute
from the prototype version for compatibility