提交 a888141a authored 作者: Alexander Matyasko's avatar Alexander Matyasko

Remove unnecessary headers due to compile fail

上级 15df7a8e
...@@ -1554,9 +1554,7 @@ class GpuDownsampleFactorMaxGradGrad(CGpuKernelBase): ...@@ -1554,9 +1554,7 @@ class GpuDownsampleFactorMaxGradGrad(CGpuKernelBase):
assert self.ndim in [2, 3] assert self.ndim in [2, 3]
def c_headers(self): def c_headers(self):
return ['gpuarray/types.h', 'gpuarray/array.h', 'gpuarray/kernel.h', return ['gpuarray_api.h', 'gpuarray_helper.h', 'numpy_compat.h']
'gpuarray/util.h', 'gpuarray/ext_cuda.h', 'gpuarray_api.h',
'numpy_compat.h', 'gpuarray_helper.h']
def c_header_dirs(self): def c_header_dirs(self):
return [os.path.dirname(__file__), pygpu.get_include()] return [os.path.dirname(__file__), pygpu.get_include()]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论