From 3335cd2fc292437a8b0ef7fb68a795eba0049215 Mon Sep 17 00:00:00 2001 From: coderfeli Date: Mon, 27 Jan 2025 13:21:38 +0000 Subject: [PATCH] disable mock moe sorting --- include/ck_tile/core/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/core/config.hpp b/include/ck_tile/core/config.hpp index a15d2c0402..738df6668b 100644 --- a/include/ck_tile/core/config.hpp +++ b/include/ck_tile/core/config.hpp @@ -228,5 +228,5 @@ #endif #ifndef CK_TILE_REFERENCE_MOE_SORTING_MOCK_ID -#define CK_TILE_REFERENCE_MOE_SORTING_MOCK_ID 1 +#define CK_TILE_REFERENCE_MOE_SORTING_MOCK_ID 0 #endif