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

Function of getting absolute position of the current work-item #199

Closed
akharche opened this issue Jan 22, 2021 · 1 comment · Fixed by #1368
Closed

Function of getting absolute position of the current work-item #199

akharche opened this issue Jan 22, 2021 · 1 comment · Fixed by #1368
Assignees
Labels
kernel API About @numba_dpex.kernel decorator
Milestone

Comments

@akharche
Copy link
Contributor

Do we have the equivalent of numba.cuda.grid(ndim)?

Return the absolute position of the current work-item in the entire work-group.

@diptorupd
Copy link
Contributor

To support the feature we need to implement support for get_global_linear_id

@diptorupd diptorupd modified the milestones: 0,22, 0.22 Dec 20, 2023
@diptorupd diptorupd added the kernel API About @numba_dpex.kernel decorator label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel API About @numba_dpex.kernel decorator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants