SWDEV-446760 - add image check and skip failing tests
Change-Id: If4a135222ab755c23a4c0d00c29bea33744528a5
[ROCm/hip-tests commit: d0088ee34f]
Cette révision appartient à :
révisé par
Jatin Jaikishan Chaudhary
Parent
1994fc0e6d
révision
b60e8dca7c
@@ -53,6 +53,7 @@ THE SOFTWARE.
|
||||
*/
|
||||
TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Positive_Basic") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
|
||||
constexpr bool async = false;
|
||||
|
||||
SECTION("Device to host") {
|
||||
@@ -130,6 +131,8 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Positive_Basic") {
|
||||
* - HIP_VERSION >= 5.2
|
||||
*/
|
||||
TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Negative_Parameters") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
|
||||
using namespace std::placeholders;
|
||||
|
||||
constexpr hipExtent extent{128 * sizeof(int), 128, 8};
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur