Skip to content

Conversation

@diptorupd
Copy link
Contributor

@diptorupd diptorupd commented May 20, 2023

  • Have you provided a meaningful PR description?

Removes the support for NumPy arrays as kernel arguments that was deprecated in the 0.20 release.

  • 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?

Fixes #864

Diptorup Deb added 7 commits May 20, 2023 00:46
    - The removal of support for NumPy args in kernels helps
      simplify the logic for execution queue derivation.
    - The ComputeFollowsDataInferenceError was renamed to
      ExecutionQueueInferenceError, and the old
      ExecutionQueueInferenceError was removed.
@diptorupd diptorupd requested a review from mingjie-intel May 20, 2023 07:05
Base automatically changed from feature/support_numba057 to main May 22, 2023 19:07
@diptorupd diptorupd merged commit e7a4420 into main May 22, 2023
@diptorupd diptorupd deleted the feature/remove_numpy_array_kernelargs branch May 22, 2023 20:40
github-actions bot added a commit that referenced this pull request May 22, 2023
…kernelargs

Feature/remove numpy array kernelargs e7a4420
github-actions bot pushed a commit that referenced this pull request May 22, 2023
…kernelargs

Feature/remove numpy array kernelargs e7a4420
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.

Remove NumPy argument support for dpex kernels

1 participant