| Sep | OCT | Nov |
| 27 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
if (!t) // is actually a t == 0
lane_id == 0
As demonstrated in rapidsai/cudf#6241 (comment), pr
Read more
cuIO
feature request
good first issue
tech debt
Open
device_copy_n which takes a CUDA stream argument
https://github.com/clara-parabricks/GenomeWorks/blob/74e6424c156a7ee15b4137d4788a4257ee6482c4/common/base/include/claraparabricks/genomeworks/utils/cudautils.hpp#L138
should be renamed to device_copy_n_async to make the non-blocking behavior more obvious.
The blocking three-argument version of device_copy_n should remain
Read more
enhancement
good first issue
style
Open
third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.
To reproduce:
make
make regression
git status # observe all the files
Build or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in
Read more
code-clean
good first issue