From 42866940dcfa272102b222e07715bd75d288734f Mon Sep 17 00:00:00 2001 From: carlushuang Date: Sun, 31 Mar 2024 00:01:30 +0000 Subject: [PATCH] remove mistake --- include/ck_tile/core/config.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ck_tile/core/config.hpp b/include/ck_tile/core/config.hpp index a614cd3a70..7b7dc880fe 100644 --- a/include/ck_tile/core/config.hpp +++ b/include/ck_tile/core/config.hpp @@ -20,8 +20,6 @@ #define CK_TILE_DEVICE_EXTERN #endif -// minimal arch - #ifndef CK_TILE_USE_CUSTOM_DATA_TYPE #define CK_TILE_USE_CUSTOM_DATA_TYPE 0 // custom data type will generate extra move/bfi code #endif