SWDEV-460098 - Fix error codes for hipLaunchKernel APIs to match cuda (#206)

Co-authored-by: Branislav Brzak <branislav.brzak@amd.com>
此提交包含在:
Manocha, Rahul
2025-05-29 00:50:49 -07:00
提交者 GitHub
父節點 355d97fec4
當前提交 ea8a7e1e54
共有 5 個檔案被更改,包括 29 行新增26 行删除
+1 -1
查看文件
@@ -151,7 +151,7 @@ TEST_CASE("Unit_hipLaunchCooperativeKernelMultiDevice_Negative_MultiKernelSameDe
}
HIP_CHECK_ERROR(hipLaunchCooperativeKernelMultiDevice(params_list.data(), 2, 0u),
hipErrorInvalidValue);
hipErrorInvalidDevice);
for (const auto params : params_list) {
HIP_CHECK(hipStreamDestroy(params.stream));