arrayfire / arrayfire/arrayfire-python
Add support for C contiguous arrays
- Lenguaje dominante
- Python
- Estrellas
- 422
- Forks
- 63
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Many python modules default to C contiguous layouts. Adding support for this would be nice.
This can be solved independently of upstream. Most functions are independent of the layout. The few that are dependent include the following.
- Functions that depend on the dimension number: reductions / sort / scan / ffts.
- Linear algebra functions that assume column major layout: matmul, lu, qr, cholesky, solve.
- Perhaps some others I am missing.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
No files, tests, or entry points are named. Start by locating how array layouts are represented in the Python bindings, then inspect reductions, sort, scan, FFTs, matmul, LU, QR, Cholesky, and solve. Done should include defined C-contiguous behavior for the affected functions and tests covering it.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- api
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 30/100