Этот коммит содержится в:
rkebichi
2019-09-05 10:36:55 -04:00
коммит произвёл GitHub
родитель 6e1fbda1c7
Коммит 7a46f29e96
-3
Просмотреть файл
@@ -102,13 +102,10 @@ int main() {
roctxMarkA("before hipLaunchKernel");
roctxRangePushA("hipLaunchKernel");
//roctxRangePushA("before hipLaunchKernel");
// roctxRangePushA("before hipLaunchKernel");
// Lauching kernel from host
hipLaunchKernel(matrixTranspose, dim3(WIDTH / THREADS_PER_BLOCK_X, WIDTH / THREADS_PER_BLOCK_Y),
dim3(THREADS_PER_BLOCK_X, THREADS_PER_BLOCK_Y), 0, 0, gpuTransposeMatrix,
gpuMatrix, WIDTH);
//roctxRangePop();
roctxMarkA("after hipLaunchKernel");
// Memory transfer from device to host