alignment
Here are 379 public repositories matching this topic...
-
Updated
Nov 28, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Nov 17, 2020 - Python
-
Updated
Oct 5, 2020 - C++
-
Updated
Feb 20, 2020 - Swift
-
Updated
Oct 15, 2020 - Python
-
Updated
Nov 27, 2019 - C++
-
Updated
Nov 28, 2020 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 18, 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
Sep 1, 2019 - Cuda
-
Updated
Nov 15, 2017 - Swift
-
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
Nov 16, 2020 - C
-
Updated
Nov 22, 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."
We have a couple of dataframe tests (xref #13304) related to column ordering when constructed from an
OrderedDict
:https://github.com/pandas-dev/pandas/blob/e4cf3abe0020aa801950e0383fffc13ee9703456/pandas/tests/frame/test_constructors.py#L1250-L1288
As of PEP 468 standard dictionaries are ordered so these tests should also work with
OrderedDict