-
Updated
Jul 5, 2022 - Python
python-api
Here are 230 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
May 20, 2022 - Python
-
Updated
Jun 17, 2022 - Rust
-
Updated
May 30, 2022 - C++
-
Updated
Jul 9, 2022 - C++
-
Updated
Jul 27, 2021 - Python
-
Updated
Oct 18, 2021 - C++
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
-
Updated
Nov 12, 2021 - C++
- A script for computing KPI numbers (languages, dialects, scripts, and number of prons) should be incorporated into the big scrape workflow. @kylebgorman's draft is here.
- @jacksonllee proposes that in addition, "a bot (a GitHub action or something else?) that would regularly scan the repo and create a PR to update the docu
-
Updated
Jun 11, 2022 - Python
-
Updated
Oct 25, 2018 - Python
-
Updated
May 19, 2022 - Python
-
Updated
Jun 24, 2022 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Jan 2, 2018 - Python
-
Updated
Apr 19, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2022 - HTML
-
Updated
Mar 29, 2021 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Sep 25, 2018 - Python
What
Automatic deployment to a dev server for testing
- #1
- #12
- #44
- Automatic deployment to a dev server for testing
Documentation
- Generate automatic documentation from the code
Implementing more APIs
- #2
- #16
- #28
Updating dependancies
- #75
- #73
- #71
- #70
- #64
- #63
- #60
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."
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.