Catch2 Test Fixes (#2961)
* test fixes * address PR comment * PR comment fixing Nvidia pass * add additional kernel launch checks * pr comments
This commit is contained in:
@@ -146,6 +146,7 @@ TEST_CASE("Unit_bitExtract") {
|
||||
hipLaunchKernelGGL(HIP_kernel, dim3(num_blocks), dim3(num_threads_per_block), 0, 0, deviceOut32,
|
||||
deviceSrc032, deviceSrc132, deviceSrc232, deviceOut64, deviceSrc064,
|
||||
deviceSrc164, deviceSrc264);
|
||||
HIP_CHECK(hipGetLastError());
|
||||
|
||||
|
||||
HIP_CHECK(hipMemcpy(hostOut32, deviceOut32, NUM * sizeof(unsigned int), hipMemcpyDeviceToHost));
|
||||
|
||||
مرجع در شماره جدید
Block a user