mirror of https://github.com/hpcaitech/ColossalAI
commit
6fd355a5a6
|
@ -7,7 +7,7 @@
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "../common/micros.h"
|
#include "../../common/micros.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ class MoeCudaExtension(_CudaExtension):
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def sources_files(self):
|
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
|
return ret
|
||||||
|
|
||||||
def cxx_flags(self):
|
def cxx_flags(self):
|
||||||
|
|
Loading…
Reference in New Issue