Changed function hipMemcpy_2D to hipMemcpyParam2D

[ROCm/clr commit: 24307fe5c4]
This commit is contained in:
Rahul Garg
2017-11-21 12:36:24 +05:30
parent 9cee9705dc
commit dc2c56c43d
3 changed files with 3 additions and 3 deletions
@@ -70,7 +70,7 @@ bool runTest(int argc, char **argv)
copyParam.srcPitch = width * sizeof(float);
copyParam.widthInBytes = copyParam.srcPitch;
copyParam.height = height;
hipMemcpy_2D(&copyParam);
hipMemcpyParam2D(&copyParam);
textureReference* texref;
hipModuleGetTexRef(&texref, Module, "tex");