← 返回首页
Added support of AFArray indexing by edwinsolisf · Pull Request #56 · arrayfire/arrayfire-binary-python-wrapper · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Added support of AFArray indexing#56

Merged
syurkevi merged 1 commit into
arrayfire:masterfrom
edwinsolisf:indexing
Aug 29, 2025
Merged

Added support of AFArray indexing#56
syurkevi merged 1 commit into
arrayfire:masterfrom
edwinsolisf:indexing

Conversation

Copy link
Copy Markdown
Contributor

edwinsolisf commented Jun 9, 2025
edited
Loading

Added support for indexing with arrays for the following cases

  • bool indexing: e.g arr[arr > 0]
  • flat indexing: e.g arr[af.iota(5)]
  • multidimensional indexing: e.g arr[:, af.iota(5), 2, af.iota(3)]

Requires PR#28 on the arrayfire-py repo

Hide details View details syurkevi merged commit e80e856 into arrayfire:master Aug 29, 2025
0 of 3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.