arrayfire / arrayfire/arrayfire-python

Add support for C contiguous arrays

未关闭
#56 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
422
派生
63
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
api
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。