2
0

Merge pull request #1157 from mhbliao/hliao/master/misc

[hip] Minor fix to silence compilation warnings.

[ROCm/hip commit: a21dc71f43]
Este cometimento está contido em:
Maneesh Gupta
2019-06-05 12:13:35 +05:30
cometido por GitHub
ascendente 654f61549d de162fa300
cometimento d663404fa0
+1 -1
Ver ficheiro
@@ -1007,7 +1007,7 @@ void __syncthreads()
SIZE 15:11 Range: 1..32
*/
#define GETREG_IMMED(SZ,OFF,REG) (SZ << 11) | (OFF << 6) | REG
#define GETREG_IMMED(SZ,OFF,REG) (((SZ) << 11) | ((OFF) << 6) | (REG))
/*
__smid returns the wave's assigned Compute Unit and Shader Engine.