Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
Some of the PSTL algorithms show minor performance regressions compared to thrust algorithms.
Describe the solution you'd like
We should investigate where those performance differences come from and see whether we can avoid them.
Some are certainly due to the usage of 64 bit indices which thrust avoids
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
Some of the PSTL algorithms show minor performance regressions compared to thrust algorithms.
Describe the solution you'd like
We should investigate where those performance differences come from and see whether we can avoid them.
Some are certainly due to the usage of 64 bit indices which thrust avoids
Describe alternatives you've considered
No response
Additional context
No response