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

Adding implementations of Rambo using numpy-like vector operations #196

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

adarshyoga
Copy link
Contributor

@adarshyoga adarshyoga commented Apr 4, 2023

  • Have you provided a meaningful PR description?

Adds dpnp, numba_np, numba_dpex_n implementation of Rambo workload. The numpy implementation was using elementwise operations inside a loop. Moved the elementwise loop based implementation to a python implementation and added a numpy implementation.

Numba_dpex_n implementation fails validation. Issue has been raised here

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

@adarshyoga adarshyoga requested a review from mingjie-intel April 4, 2023 21:51
@adarshyoga adarshyoga self-assigned this Apr 4, 2023
@adarshyoga adarshyoga changed the title Adding dpnp, python implementations of Rambo Adding implementations of Rambo using numpy-like vector operations Apr 5, 2023
@diptorupd diptorupd merged commit 09dc9ed into main Apr 6, 2023
@diptorupd diptorupd deleted the rambo_dpnp_numpy branch April 6, 2023 01:57
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.

3 participants