Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cartesian map operator #32

Open
ehsantn opened this issue Sep 12, 2017 · 3 comments
Open

Cartesian map operator #32

ehsantn opened this issue Sep 12, 2017 · 3 comments

Comments

@ehsantn
Copy link

ehsantn commented Sep 12, 2017

We need a more general form of prange that provides a parallel iterator in multiple dimensions. Currently, parallel functions like min/max have to linearize the array using ravel first.

@ninegua
Copy link

ninegua commented Nov 27, 2017

There is a ndindex function in numpy that iterates over indices, which is actually very close to our loopnest. So maybe some like a pndindex?

@DrTodd13
Copy link

Good idea.

@ehsantn
Copy link
Author

ehsantn commented Nov 28, 2017

Yes, this looks great for our purpose.

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

No branches or pull requests

3 participants