Skip to content
#

alignment

Here are 490 public repositories matching this topic...

MarcoGorelli
MarcoGorelli commented Apr 25, 2022

Currently, we use flake8-rst for running flake8 in code snippets in rst files:

https://github.com/pandas-dev/pandas/blob/2e56a838cf5ed3058df16c11e5ebae862520bab7/.pre-commit-config.yaml#L95-L102

However, flake8-rst isn't maintained, and is currently run in its own environment with a different flake8 version because of incompatibilities with flake8 v4

Task here is:

  • search around to see
Code Style good first issue
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

Improve this page

Add a description, image, and links to the alignment 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 alignment topic, visit your repo's landing page and select "manage topics."

Learn more