Skip to content
#

python-api

Here are 228 public repositories matching this topic...

tijyojwad
tijyojwad commented Aug 4, 2020

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.

enhancement good first issue cudapoa
hzeller
hzeller commented May 15, 2020

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

good first issue code-clean
kylebgorman
kylebgorman commented Mar 23, 2022
  • 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
documentation enhancement good first issue

Improve this page

Add a description, image, and links to the python-api topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more