mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +00:00
fix include path
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
#include "../common/micros.h"
|
||||
#include "../../common/micros.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
@@ -11,7 +11,7 @@ class MoeCudaExtension(_CudaExtension):
|
||||
return ret
|
||||
|
||||
def sources_files(self):
|
||||
ret = [self.csrc_abs_path(fname) for fname in ["cuda/moe.cpp", "cuda/moe_kernel.cu"]]
|
||||
ret = [self.csrc_abs_path(fname) for fname in ["cuda/pybind/moe.cpp", "cuda/moe_kernel.cu"]]
|
||||
return ret
|
||||
|
||||
def cxx_flags(self):
|
||||
|
Reference in New Issue
Block a user