-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Sync the headers in cupy/core/include/cupy/complex/ with upstream? #2629
Copy link
Copy link
Closed
Labels
Description
Recently the bundled Thrust complex headers have been modified on a per-PR basis for the following reasons:
- Performance impact: Refactor CUB to support an explicit
axisargument; Fix alignments for Thrust's complex types #2562 (fixed alignment) - Missing
__host__qualifiers: Fix bug in CUB + **Native support** of complex numbers in CUB #2538 - Missing support: Allow to use
realandimagon cuda kernels #2520
All of these changes are more or less in sync with the latest Thrust codes. I suggest that these headers can be brought up to date with the upstream. The incentive is that one might discover another one-liner change like in #2562 that boosts the performance considerably 🙂
Reactions are currently unavailable