remove operator-deref (#1291)

[ROCm/composable_kernel commit: dd0dd13d4e]
This commit is contained in:
carlushuang
2024-05-15 23:06:50 +08:00
committed by GitHub
parent 290ac20e62
commit 96b7e7336a

View File

@@ -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(-)