Skip to content
#

alignment

Here are 481 public repositories matching this topic...

MarcoGorelli
MarcoGorelli commented Mar 27, 2022

task is:

  1. bump version of pandas-dev-flaker in https://github.com/pandas-dev/pandas/blob/c3ab0c99264be1c7907525ea4846f3f024057a28/.pre-commit-config.yaml#L53 to 0.5.0
  2. update pandas-dev-flaker: pip install -U pandas-dev-flaker
  3. run flake8 pandas --select PDF026
  4. fix any issues that are highlighted by flake8
  5. run flake8 pandas and add any new codes to https://github.com/p
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