SWDEV-519340 - Enable and fix hipModuleLoad test (#607)

This commit is contained in:
systems-assistant[bot]
2025-11-12 09:28:49 +01:00
committed by GitHub
parent 3ad7c20961
commit f99baf5481
15 changed files with 66 additions and 41 deletions
@@ -56,4 +56,5 @@ TEST_CASE("Unit_hipModuleLoad_Negative_Load_From_A_File_That_Is_Not_A_Module") {
hipModule_t module;
HIP_CHECK_ERROR(hipModuleLoad(&module, "not_a_module.txt"), hipErrorInvalidImage);
}
HIP_CHECK_ERROR(hipModuleLoad(&module, "empty_file.txt"), hipErrorInvalidImage);
}