From ce19efb9494fc84fddba5b4f3fc31b07683c0fbc Mon Sep 17 00:00:00 2001 From: zjing14 Date: Wed, 18 Oct 2023 18:30:13 -0500 Subject: [PATCH] fixed math-ci error; suspend a warning (#996) Co-authored-by: Jing Zhang [ROCm/composable_kernel commit: 58338bb203efc9e4fa21c7837bf3531a7bad3694] --- cmake/EnableCompilerWarnings.cmake | 1 + .../device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/cmake/EnableCompilerWarnings.cmake b/cmake/EnableCompilerWarnings.cmake index 66139cc710..87cb8cdf11 100644 --- a/cmake/EnableCompilerWarnings.cmake +++ b/cmake/EnableCompilerWarnings.cmake @@ -70,6 +70,7 @@ else() -Wno-option-ignored -Wsign-compare -Wno-extra-semi-stmt + -Wno-unused-template ) if (CMAKE_${COMPILER}_COMPILER_ID MATCHES "Clang") list(APPEND CMAKE_COMPILER_WARNINGS diff --git a/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp b/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp index a4c6767434..309a32bf2f 100644 --- a/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp +++ b/include/ck/tensor_operation/gpu/device/impl/device_contraction_multiple_abd_xdl_cshuffle.hpp @@ -5,6 +5,7 @@ #include #include +#include #include "ck/utility/common_header.hpp" #include "ck/tensor_description/tensor_descriptor.hpp"