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

Reducing input size of preset L for pairwise distance workload #337

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

adarshyoga
Copy link
Contributor

@adarshyoga adarshyoga commented Feb 20, 2024

  • Have you provided a meaningful PR description?

After changes to run pairwise distance on 2D grid in PR #306, numba-dpex implementations on preset L fails because the range is greater than the limits set by sycl. This PR reduces the size of L preset so that numba-dpex implementation can run successfully.

  • 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 merged commit b701ca6 into main Feb 20, 2024
50 of 51 checks passed
@adarshyoga adarshyoga deleted the fix/pairwise_L_size branch February 20, 2024 19:17
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