-
Updated
Mar 11, 2022 - Python
python-api
Here are 228 public repositories matching this topic...
-
Updated
Apr 1, 2022 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
Jan 25, 2022 - Python
-
Updated
Mar 8, 2022 - Rust
-
Updated
Feb 12, 2022 - C++
-
Updated
Apr 6, 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
Feb 11, 2022 - Python
-
Updated
Oct 25, 2018 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Apr 5, 2022 - Python
-
Updated
Jan 2, 2018 - Python
-
Updated
Mar 29, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2022 - HTML
The src/examples/server/pets.py file contains stubs for all the functions corresponding to the the operation IDs as defined in the petstore.yaml specification. However, only find_pets_by_status
has any implementation, while all others
-
Updated
Mar 29, 2021 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Sep 25, 2018 - Python
What can I work on ?
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.