alignment
Here are 374 public repositories matching this topic...
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 5, 2020 - C++
-
Updated
Feb 20, 2020 - Swift
-
Updated
Oct 15, 2020 - Python
-
Updated
Nov 27, 2019 - C++
-
Updated
Nov 12, 2020 - C++
-
Updated
Aug 18, 2020 - C++
-
Updated
Oct 9, 2020 - Python
-
Updated
May 15, 2017 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 2, 2020 - Dart
-
Updated
Oct 19, 2017 - C++
-
Updated
Oct 27, 2020 - MATLAB
-
Updated
Nov 15, 2017 - Swift
-
Updated
Sep 1, 2019 - Cuda
-
Updated
Nov 6, 2020 - C++
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 8, 2017 - C++
The version of 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
-
Updated
Oct 14, 2020 - C
-
Updated
Nov 1, 2020 - C#
-
Updated
Sep 25, 2020 - C++
Improve this page
Add a description, image, and links to the alignment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alignment topic, visit your repo's landing page and select "manage topics."


In #37556
# type: ignorewere added to silence mypy errors to be fixed 'later'. If an ignore is needed due to a error with the type checker, a comment with a reference to the mypy issue on the github mypy issue tracker should be included.Further investigation or PRs welcome removing these ignores or adding comments with links to mypy issues if applicable. PRs should include 'xref #37715'