-
Updated
Jan 26, 2022 - Python
python-api
Here are 223 public repositories matching this topic...
-
Updated
Feb 26, 2022 - Python
-
Updated
Feb 26, 2022 - Python
-
Updated
Jan 25, 2022 - Python
-
Updated
Feb 26, 2022 - Rust
-
Updated
Feb 12, 2022 - C++
-
Updated
Feb 27, 2022 - C++
-
Updated
Jul 27, 2021 - Python
-
Updated
Oct 18, 2021 - C++
-
Updated
Nov 12, 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
Persian ~
Persian, nonstandardly, uses ~ to separate variants. Fix these upstream, and then rescrape.
-
Updated
Feb 11, 2022 - Python
-
Updated
Oct 25, 2018 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Oct 3, 2018 - Python
-
Updated
Jan 2, 2018 - Python
-
Updated
Feb 27, 2022 - Python
-
Updated
Jan 24, 2022 - Jupyter Notebook
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
Dec 15, 2021 - Python
-
Updated
Mar 29, 2021 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Sep 25, 2018 - Python
-
Updated
Feb 11, 2022 - HTML
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.