Skip to content

[SYCL][Bindless][E2E] fix unsampled images test failure #13007

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

Conversation

cppchedy
Copy link
Contributor

@cppchedy cppchedy commented Mar 13, 2024

  • Update the test to initialize the input vectors with 0s to match bindless_helpers::fill_rand requirement of non empty vector.
  • Change the name of function initVector to init_vector.
  • move init_vector, equal_vec and operator<< in header bindless_helpers.hpp.

* Update the test to initialize the input vectors with 0s to
  match bindless_helpers::fill_rand requirement of non empty
  vector.

* change the name and move init_vector to bindless_helpers.
@cppchedy cppchedy requested a review from a team as a code owner March 13, 2024 09:44
Copy link
Contributor

@isaacault isaacault left a comment

Choose a reason for hiding this comment

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

It seems the merge commit contains some NFC changes. Can the description be updated to capture the scope of all the changes in this PR?

@cppchedy
Copy link
Contributor Author

@isaacault I updated the description as advised.

@cppchedy
Copy link
Contributor Author

@intel/llvm-gatekeepers can you merge this? thanks

@ldrumm ldrumm merged commit b48e342 into intel:sycl Mar 29, 2024
kbenzie pushed a commit to kbenzie/intel-llvm that referenced this pull request Apr 18, 2024
* Update the test to initialize the input vectors with 0s to match
`bindless_helpers::fill_rand` requirement of non empty vector.
* Change the name of function `initVector` to  `init_vector`.
* move `init_vector`, `equal_vec` and `operator<<` in header
`bindless_helpers.hpp`.
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.

6 participants