Create jenkinsfile (#3)

[ROCm/hip-tests commit: b177875344]
This commit is contained in:
arjun-raj-kuppala
2022-12-14 17:28:10 +05:30
committed by GitHub
parent 6f89047bfa
commit a063d591ad
6 changed files with 113 additions and 5 deletions
@@ -270,4 +270,4 @@ TestContext::~TestContext() {
std::abort(); // Crash to bring users attention to this message and avoid accidental passing of
// tests without checking for errors
}
}
}
@@ -193,4 +193,4 @@ static bool _log_enable = (!TestContext::getEnvVar("HT_LOG_ENABLE").empty() ? tr
printf(format, __VA_ARGS__); \
printf("%c", '\n'); \
} \
}
}
@@ -227,4 +227,4 @@ class StreamGuard {
private:
const Streams stream_type_;
hipStream_t stream_;
};
};
+1 -1
View File
@@ -142,4 +142,4 @@ inline bool DeviceAttributesSupport(const int device, Attributes... attributes)
return value;
};
return (... && DeviceAttributeSupport(device, attributes));
}
}
@@ -419,4 +419,4 @@ TEMPLATE_TEST_CASE("Unit_hipFreeMultiTArray", "", char, int, float2, float4) {
HIP_CHECK_THREAD_FINALIZE();
}
#endif
#endif