Fix mixed dot for Jenkins rocm_2_0

Tento commit je obsažen v:
Aaron Enye Shi
2019-01-24 22:48:35 +00:00
rodič 7e46f0639c
revize ede494bd5f
6 změnil soubory, kde provedl 6 přidání a 6 odebrání
+1 -1
Zobrazit soubor
@@ -157,7 +157,7 @@ void __half2Test(bool* result, __half2 a) {
result[0] = !(a < a) && result[0];
result[0] = !(a > a) && result[0];
#if (__hcc_workweek__ >= 19015) || defined(__HIP_CLANG_ONLY__)
#if (__hcc_workweek__ >= 19015) || __HIP_CLANG_ONLY__
// Dot Functions
result[0] = amd_mixed_dot(a, a, 1, 1) && result[0];
#endif