From 7a46f29e964e0361f50883ec3246f88687608075 Mon Sep 17 00:00:00 2001 From: rkebichi <54912798+rkebichi@users.noreply.github.com> Date: Thu, 5 Sep 2019 10:36:55 -0400 Subject: [PATCH] Update MatrixTranspose.cpp --- test/MatrixTranspose_test/MatrixTranspose.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/MatrixTranspose_test/MatrixTranspose.cpp b/test/MatrixTranspose_test/MatrixTranspose.cpp index b519801940..e76802f85d 100644 --- a/test/MatrixTranspose_test/MatrixTranspose.cpp +++ b/test/MatrixTranspose_test/MatrixTranspose.cpp @@ -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