Is this a duplicate?
Area
General cuda-python
Is your feature request related to a problem? Please describe.
Generators create very inefficient code in Cython, relative to a simple C for loop, and the overhead is especially bad when the sequences are small.
Describe the solution you'd like
We should remove instances of generators where ever possible.
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
General cuda-python
Is your feature request related to a problem? Please describe.
Generators create very inefficient code in Cython, relative to a simple C for loop, and the overhead is especially bad when the sequences are small.
Describe the solution you'd like
We should remove instances of generators where ever possible.
Describe alternatives you've considered
No response
Additional context
No response