Create jenkinsfile (#3)

This commit is contained in:
arjun-raj-kuppala
2022-12-14 17:28:10 +05:30
committad av GitHub
förälder 0571115bed
incheckning b177875344
6 ändrade filer med 113 tillägg och 5 borttagningar
+1 -1
Visa fil
@@ -193,4 +193,4 @@ static bool _log_enable = (!TestContext::getEnvVar("HT_LOG_ENABLE").empty() ? tr
printf(format, __VA_ARGS__); \
printf("%c", '\n'); \
} \
}
}
+1 -1
Visa fil
@@ -227,4 +227,4 @@ class StreamGuard {
private:
const Streams stream_type_;
hipStream_t stream_;
};
};
+1 -1
Visa fil
@@ -142,4 +142,4 @@ inline bool DeviceAttributesSupport(const int device, Attributes... attributes)
return value;
};
return (... && DeviceAttributeSupport(device, attributes));
}
}