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

Index into property array in urDevicePartition for OpenCL #2326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martygrant
Copy link
Contributor

@martygrant martygrant commented Nov 14, 2024

In urDevicePartition in the OpenCL adapter we loop through the array of properties but were not actually indexing into the array, only using the first element of the array.

intel/llvm#16083

@martygrant martygrant marked this pull request as ready for review November 14, 2024 11:47
@martygrant martygrant requested a review from a team as a code owner November 14, 2024 11:48
@martygrant martygrant added the ready to merge Added to PR's which are ready to merge label Nov 14, 2024
@alycm
Copy link
Contributor

alycm commented Nov 14, 2024

Is it possible to have some kind of CTS or regression test for this?

@martygrant
Copy link
Contributor Author

@alycm I think that would be possible, I can make an issue to come back later and create one, or would you prefer it is done in this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Added to PR's which are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants