From 59c483aa16fc97e7cee0730ad4e8a66b5af0cda7 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 17 Jun 2016 14:11:46 +0530 Subject: [PATCH] hipLaunchKernel supports empty kernel with no arguments Change-Id: Iaa46ced7fe0e3d72734d02250dfb48b98bef615d --- include/hcc_detail/hip_runtime.h | 4 ++-- include/nvcc_detail/hip_runtime.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/hcc_detail/hip_runtime.h b/include/hcc_detail/hip_runtime.h index aa634cdf1e..51d4be40c3 100644 --- a/include/hcc_detail/hip_runtime.h +++ b/include/hcc_detail/hip_runtime.h @@ -526,7 +526,7 @@ do {\ fprintf(stderr, KGRN "<>>(0, __VA_ARGS__);\ +kernelName<<>>(0, ##__VA_ARGS__);\ } while(0)