Co-authored-by: wanghailu <wanghailu0717@163.com>
This commit is contained in:
Hardy 2023-11-27 14:18:12 +08:00 committed by GitHub
parent 3ead20a23a
commit 67974aee8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "operators/reduce_mean.h"
#include "bang/bang_kernel_without_config.h" #include "bang/bang_kernel_without_config.h"
#include "bang/bang_runtime.h" #include "bang/bang_runtime.h"
#include "operators/reduce.h"
namespace infini { namespace infini {
class ReduceMeanCnnl : public BangKernelWithoutConfig { class ReduceMeanCnnl : public BangKernelWithoutConfig {

View File

@ -1,6 +1,6 @@
#include "operators/reduce_mean.h"
#include "kunlun/kunlun_kernel_without_config.h" #include "kunlun/kunlun_kernel_without_config.h"
#include "kunlun/kunlun_runtime.h" #include "kunlun/kunlun_runtime.h"
#include "operators/reduce.h"
namespace infini { namespace infini {
class ReduceMeanXdnn : public KUNLUNKernelWithoutConfig { class ReduceMeanXdnn : public KUNLUNKernelWithoutConfig {