Mesaure memory usage of decimal64_t operations
Open
optimization
- Dominant language
- C++
- Stars
- 65
- Forks
- 15
- Avg merge
- 18h
- Merged PRs (30d)
- 16
Description
The default stack size on CUDA is 1024, which is blown by simple operations like addition. Maybe we have some space for optimization, or maybe we simply need to be more aggressive with forced inline on CUDA.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.