Skip to content

Conversation

@steffenlarsen
Copy link
Contributor

This commit removes an unused capture in the PI L0 backend and ignores two parameters in MemoryManager::allocateHostMemory.

This commit removes an unused capture in the PI L0 backend and ignores
two parameters in MemoryManager::allocateHostMemory.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested review from a team as code owners August 11, 2022 11:39
bool HostPtrReadOnly, size_t Size,
const sycl::property_list &) {
std::ignore = HostPtrReadOnly;
std::ignore = Size;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alternatively we remove the arguments from the function entirely.

Copy link
Contributor

@t4c1 t4c1 left a comment

Choose a reason for hiding this comment

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

LGTM.

@steffenlarsen
Copy link
Contributor Author

Failing CUDA tests (Assert/assert_in_simultaneous_kernels.cpp & Assert/assert_in_simultaneously_multiple_tus.cpp) are known sporadic failures and are unrelated.

@steffenlarsen steffenlarsen merged commit 0cc408e into intel:sycl Aug 11, 2022
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