Skip to content

Commit

Permalink
Fix merge issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Maronas <marcos.maronas@intel.com>
  • Loading branch information
maarquitos14 committed Feb 7, 2024
1 parent 7c06067 commit 43dc4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/source/detail/device_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,9 @@ bool device_impl::has(aspect Aspect) const {

return Result != nullptr;
}
throw runtime_error("This device aspect has not been implemented yet.",
PI_ERROR_INVALID_DEVICE);
}
throw runtime_error("This device aspect has not been implemented yet.",
PI_ERROR_INVALID_DEVICE);
}

std::shared_ptr<device_impl> device_impl::getHostDeviceImpl() {
Expand Down

0 comments on commit 43dc4fa

Please sign in to comment.