From 5a8a94216dbda7e0b174c38ee4f6281cefdbb333 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Thu, 16 Jun 2016 09:38:07 -0500 Subject: [PATCH] remove old KERNELBEGIN/KERNELEND macros [ROCm/hip commit: 29552a9ae7d97d03ea8bc0947acdc937e18ac6c4] --- projects/hip/include/nvcc_detail/hip_runtime.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/hip/include/nvcc_detail/hip_runtime.h b/projects/hip/include/nvcc_detail/hip_runtime.h index 06c6ffb9b3..fafa55da9c 100644 --- a/projects/hip/include/nvcc_detail/hip_runtime.h +++ b/projects/hip/include/nvcc_detail/hip_runtime.h @@ -35,9 +35,6 @@ kernelName<<>>(0, __VA_ARGS__);\ } while(0) -#define KERNELBEGIN -#define KERNELEND - #define hipReadModeElementType cudaReadModeElementType #ifdef __CUDA_ARCH__