[nvccWarnings] Fix warnings seen with dtests on nvcc path

This commit is contained in:
Phaneendr-kumar Lanka
2017-12-13 12:32:16 +05:30
committed by Phaneendr-kumar Lanka
orang tua 2cdfef0f19
melakukan eea7d495c7
11 mengubah file dengan 12 tambahan dan 21 penghapusan
+1 -1
Melihat File
@@ -29,7 +29,7 @@ __global__ void set(hipLaunchParm lp, uint32_t *ptr, uint8_t val, size_t size)
int main()
{
uint32_t *A, *Ad, *B, *Bd;
uint32_t *Val, *Vald;
uint32_t *Val;
A = new uint32_t[LEN];
B = new uint32_t[LEN];
Val = new uint32_t;