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

A more consistent kernel launch parameter syntax #888

Merged
merged 6 commits into from
Jan 31, 2023

Conversation

chudur-budur
Copy link
Contributor

@chudur-budur chudur-budur commented Jan 25, 2023

Addressing issues #867 and #871. This might also fix issue #886
Also related to issues #790 and #766

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • If this PR is a work in progress, are you filing the PR as a draft?

@chudur-budur chudur-budur marked this pull request as ready for review January 25, 2023 03:36
…nel_interface.utils.Ranges instead.

Fix in docstrings
numba_dpex/core/kernel_interface/dispatcher.py Outdated Show resolved Hide resolved
numba_dpex/core/kernel_interface/dispatcher.py Outdated Show resolved Hide resolved
numba_dpex/core/kernel_interface/dispatcher.py Outdated Show resolved Hide resolved
numba_dpex/core/kernel_interface/dispatcher.py Outdated Show resolved Hide resolved
numba_dpex/core/kernel_interface/dispatcher.py Outdated Show resolved Hide resolved
numba_dpex/examples/kernel/vector_sum2D.py Outdated Show resolved Hide resolved
Better deprecation warnings added

Following exact sycl::range/nd_range specification for kernel lauch parameters

Default cache size is set to 128, like numba

We don't need simplefilter
@diptorupd diptorupd changed the title A more consistent kernel lauch parameter syntax A more consistent kernel launch parameter syntax Jan 29, 2023
Copy link
Contributor

@diptorupd diptorupd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you @chudur-budur

@diptorupd diptorupd merged commit aa4eb5b into IntelPython:main Jan 31, 2023
@diptorupd diptorupd deleted the github-871 branch January 31, 2023 01:59
github-actions bot added a commit that referenced this pull request Jan 31, 2023
A more consistent kernel launch parameter syntax aa4eb5b
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