arrayfire / arrayfire/arrayfire-python

Add support for C contiguous arrays

Aberta
#56 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
422
Forks
63
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.