Allison Piper

Results 60 issues of Allison Piper

The sections about versioning etc towards the bottom are particularly outdated.

P1: should have
type: cleanup
area: docs

There are a number of tests that we currently aren't building because they are `ifdef`'d out -- @senior-zero discovered a few uncovered cases in `test_block_scan`, and @canonizer just reported another...

type: bug: functional
P0: must have
area: tests

Per #503, it should be possible to introduce in-place versions of these algorithms.

type: enhancement
P3: backlog

only: cmake
blocked
P2: nice to have
only: gpuci

This is blocked on NVIDIA/libcudacxx#52 and NVIDIA/libcudacxx#55. NVIDIA/libcudacxx#52 means we can just update the callsites, and not juggle multiple types (with different APIs and semantics, depending on SM version and...

type: enhancement
blocked
P2: nice to have
type: cleanup

# Milestone Target Summary We currently do not test on all platforms that we support. We should test each supported major version of GCC, Clang, and MSVC. Thrust has decent...

type: enhancement
P0: must have
area: tests

An internal user has reported a bug in `cub::DeviceHistogram`. When using 16-bit values, the computed temporary storage buffer size is too small on Pascal, leading to runtime errors. They've applied...

type: bug: functional
P1: should have

See discussion in #294 and #305. The same change should be applied to `cub::DeviceReduce::Reduce`.

type: enhancement
P2: nice to have

I have some slides for this, it's just a matter of embedding them into the docs and doing a writeup. ![NVBench Overview - Cold Measurement](https://user-images.githubusercontent.com/58744/115718961-a3bdd800-a349-11eb-8a50-974eaf7df3a8.png) ![NVBench Overview - Hot Measurement](https://user-images.githubusercontent.com/58744/115718966-a4566e80-a349-11eb-95ea-e36e0e6243f9.png)

type: enhancement
P0: must have
only: docs

Several users have asked about how to add custom arguments to their benchmarks (e.g. #86). This is done by implementing an application specific `main(argc, argv)` function and linking to the...

type: enhancement
P2: nice to have
good first issue
area: examples