From 6939f6e776eb838859a819f19d200b2ee2633fa7 Mon Sep 17 00:00:00 2001 From: Harisankar Sadasivan Date: Mon, 15 Apr 2024 20:03:30 -0400 Subject: [PATCH] added ck commoon header to kernel launch --- include/ck/host_utility/kernel_launch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck/host_utility/kernel_launch.hpp b/include/ck/host_utility/kernel_launch.hpp index 4ce05035fa..ee5fca2987 100755 --- a/include/ck/host_utility/kernel_launch.hpp +++ b/include/ck/host_utility/kernel_launch.hpp @@ -5,7 +5,7 @@ #include -#include "ck/ck.hpp" +#include "ck/utility/common_header.hpp" #include "ck/stream_config.hpp" #include "ck/host_utility/hip_check_error.hpp"