[ROCm/clr commit: d92cfa44d2]
Tento commit je obsažen v:
Rahul Garg
2017-09-25 17:32:56 +05:30
rodič c1cb518025
revize 59fce18f03
+1 -1
Zobrazit soubor
@@ -1145,7 +1145,7 @@ inline static hipChannelFormatDesc hipCreateChannelDesc()
return cudaCreateChannelDesc<T>();
}
hipChannelFormatDesc hipCreateChannelDesc(int x, int y, int z, int w, hipChannelFormatKind f)
inline static hipChannelFormatDesc hipCreateChannelDesc(int x, int y, int z, int w, hipChannelFormatKind f)
{
return cudaCreateChannelDesc(x , y , z , w, hipChannelFormatKindToCudaChannelFormatKind(f));
}