From 96b7e7336a9761547ccfe1a466c887d2fa70dcbf Mon Sep 17 00:00:00 2001 From: carlushuang Date: Wed, 15 May 2024 23:06:50 +0800 Subject: [PATCH] remove operator-deref (#1291) [ROCm/composable_kernel commit: dd0dd13d4e1a674f86ec8c5e2c6626dc8f75b0fb] --- include/ck_tile/core/numeric/integral_constant.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck_tile/core/numeric/integral_constant.hpp b/include/ck_tile/core/numeric/integral_constant.hpp index ea7a67abcc..33c24da8c5 100644 --- a/include/ck_tile/core/numeric/integral_constant.hpp +++ b/include/ck_tile/core/numeric/integral_constant.hpp @@ -56,7 +56,6 @@ CK_TILE_LEFT_UNARY_OP(+) CK_TILE_LEFT_UNARY_OP(-) CK_TILE_LEFT_UNARY_OP(~) CK_TILE_LEFT_UNARY_OP(!) -CK_TILE_LEFT_UNARY_OP(*) CK_TILE_BINARY_OP(+) CK_TILE_BINARY_OP(-)