Changed function hipMemcpy_2D to hipMemcpyParam2D
This commit is contained in:
@@ -70,7 +70,7 @@ bool runTest(int argc, char **argv)
|
||||
copyParam.srcPitch = width * sizeof(float);
|
||||
copyParam.widthInBytes = copyParam.srcPitch;
|
||||
copyParam.height = height;
|
||||
hipMemcpy_2D(©Param);
|
||||
hipMemcpyParam2D(©Param);
|
||||
|
||||
textureReference* texref;
|
||||
hipModuleGetTexRef(&texref, Module, "tex");
|
||||
|
||||
مرجع در شماره جدید
Block a user