-
Updated
Aug 10, 2020 - Python
python-api
Here are 148 public repositories matching this topic...
-
Updated
Aug 24, 2020 - Python
-
Updated
Dec 16, 2018 - Rust
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 22, 2020 - C++
-
Updated
Apr 1, 2020 - Python
Right now the macros for banded alignment like CUDAPOA_BANDED_MATRIX_RIGHT_PADDING are not shared between the kernel code and other sources that determine sizes for bands (such as in batch.cu). For now they're hard coded to specific numbers, but this is error prone. This needs to be fixed to the macros are shared between files.
-
Updated
Jul 25, 2019 - C++
-
Updated
Oct 25, 2018 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Jan 2, 2018 - Python
When running the regression, the resulting logs seem to end up in 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
/ɛ, ɔ/ appear in a few-dozen phonemic transcriptions, but they either are allophones of, or incorrect transcriptions, of, /e, o/ in the modern language.
-
Updated
Jun 9, 2020 - Jupyter Notebook
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 20, 2020 - Python
-
Updated
Sep 25, 2018 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Mar 23, 2020 - Python
-
Updated
Jul 25, 2018 - Python
-
Updated
Jul 19, 2019 - Python
-
Updated
Mar 1, 2018 - Python
-
Updated
May 5, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Oct 3, 2019 - Python
-
Updated
Jul 11, 2020 - Python
Improve this page
Add a description, image, and links to the python-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-api topic, visit your repo's landing page and select "manage topics."
There are (at least) two ways in which the
reinterpret_cast
is misused:static_cast
:https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io/avro/avro_gpu.cu#L95
static cast should be used to cast from
void*
.https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io