Changed function hipMemcpy_2D to hipMemcpyParam2D

[ROCm/hip-tests commit: 3d2e40a5df]
Этот коммит содержится в:
Rahul Garg
2017-11-21 12:36:24 +05:30
родитель c971b263c1
Коммит 1b359db390
+1 -1
Просмотреть файл
@@ -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");