arrayfire / arrayfire/arrayfire-python

Add support for C contiguous arrays

Đang mở
#56 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
422
Fork
63
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
python
Lĩnh vực
api
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
30/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.