Chris
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...
`transform_inclusive_scan` always runs serially with `std::ranges::iota_view::begin/end` iterators
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,...
### 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...