HIP
HIP copied to clipboard
Catch2 Unit Test Fixes
- Kernel launches are not being error checked. This can lead to cases where a failure in kernel invocation is classified as a failure in some other operation
hipLaunchKernelGGLdoes not returnhipError_tso the check must be done viahipGetLastError- Block size of 512 exceeds the HW capabilities of some (integrated) GPUs
make_hipPitchedPtris passed x, x, y as arguments instead of x, y, z
Tagging @gargrahul as I forgot to mention this PR during our meeting.
@mangupta done
@mangupta
@mangupta @Kerilk @gargrahul
@pvelesko Could you please resubmit the required changes on top of the latest develop branch as a new PR ?