Allison Piper

Results 60 issues of Allison Piper

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Type...

bug

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Type...

bug

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

CUB tests are in the process of transitioning to Catch2 framework. Scope of this issue is transitioning `cub/test/test_device_histogram.cu` to `cub/test/catch2_test_device_device_histogram.cu`. Some of the testing specifics are discussed in the [testing...

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

### Is this a duplicate? - [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

feature request

NVBench uses a convention of `set_` and `get_` for interacting with object state, but the CUPTI metrics use a different convention of `collect_` and `is__collected`. The CUPTI methods should be...

The current implementation computes the throughput statistics in `measure_cold`, which is invoked during `state.exec`. This has the undesirable effect that throughput statistics are not generated when reads/writes are declared after...