-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Milestone
Description
DLA-Future/src/eigensolver/tridiag_solver/kernels.cu
Lines 638 to 643 in 6ac429e
// The number of non-deflated values | |
k = n - thrust::count(par, c_ptr, c_ptr + n, ColType::Deflated); | |
// Partition while preserving relative order such that deflated entries are at the end | |
thrust::stable_partition_copy(par, in_ptr, in_ptr + n, out_ptr, out_ptr + k, | |
PartitionIndicesPredicate{c_ptr}); |
This is low priority unless we find evidence that this kernel is a bottleneck.
Metadata
Metadata
Assignees
Type
Projects
Status
No status