From e533495f54226c48f050f3b7a95f18dc56459e54 Mon Sep 17 00:00:00 2001 From: "Ma, Jiangnan" Date: Fri, 27 Oct 2023 22:00:30 +0800 Subject: [PATCH] init --- high_performance_operators/attention/base.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 high_performance_operators/attention/base.cpp diff --git a/high_performance_operators/attention/base.cpp b/high_performance_operators/attention/base.cpp new file mode 100644 index 0000000..604782e --- /dev/null +++ b/high_performance_operators/attention/base.cpp @@ -0,0 +1 @@ +#include