Chris

Results 4 issues of Chris

# Describe the bug The overload of `transform_inclusive_scan` that takes execution policy and initial value arguments passes the result of dereferencing the output iterator to the binary reduce operation. Doing...

bug

I'm using the TBB parallel backend of oneAPI 2023.2 with GCC 12.2.0 on Linux. I've also enabled C++ 20. I have noticed that passing the `begin`/`end` iterators of a standard...

### Bug Description There seems to be an issue with the `wp.svd2` function, which consistently returns NaN values in the `U` and `V` matrices. Even for a simple diagonal input,...

bug
core

### Description Warp currently supports constructing a sparse matrix using `warp.sparse.bsr_from_triplets`. However, **updating the numerical values** in a matrix while keeping the **sparsity pattern fixed** is not straightforward. This feature...

feature request