From 90976594bf4b1be0def84aff2c27f992d4913a93 Mon Sep 17 00:00:00 2001 From: joye Date: Tue, 8 Jul 2025 18:10:29 +0800 Subject: [PATCH] add int8x16 branch --- include/ck_tile/core/tensor/buffer_view.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ck_tile/core/tensor/buffer_view.hpp b/include/ck_tile/core/tensor/buffer_view.hpp index 5cae332007..5be2535c8a 100644 --- a/include/ck_tile/core/tensor/buffer_view.hpp +++ b/include/ck_tile/core/tensor/buffer_view.hpp @@ -1012,6 +1012,8 @@ struct buffer_view, int8x16_t> && std::is_same_v, int8x16_t>) || // int8 on thread buffer + (std::is_same_v, int8_t> && + std::is_same_v, thread_buffer>) || (std::is_same_v, int8_t> && std::is_same_v, thread_buffer>) || (std::is_same_v, int8_t> && @@ -1090,6 +1092,8 @@ struct buffer_view, int8_t> && std::is_same_v, int8x16_t>) || + (std::is_same_v, int8_t> && + std::is_same_v, thread_buffer>) || (std::is_same_v, pk_int4_t> && std::is_same_v, thread_buffer>)) {