-
Couldn't load subscription status.
- Fork 17
Array-based storage for expression objects #138
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
base: master
Are you sure you want to change the base?
Conversation
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #138 +/- ##
==========================================
- Coverage 96.66% 3.06% -93.61%
==========================================
Files 30 31 +1
Lines 2612 2745 +133
==========================================
- Hits 2525 84 -2441
- Misses 87 2661 +2574 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Related to the CUDA implementation in #65. However the difference here is that this is a full
AbstractNodetype, capable of being used in all existing functions. It's also fully writeable, rather than just read-only and generated for the CUDA kernel.In fact I think this is probably useful to rewrite the CUDA implementation to be a bit leaner. The existing CUDA kernel has a lot of redundancies.