Commit 327b8b1a authored by rusty1s's avatar rusty1s
Browse files

typo

parent d5549cc0
...@@ -41,7 +41,7 @@ def get_extensions(): ...@@ -41,7 +41,7 @@ def get_extensions():
if osp.exists(path): if osp.exists(path):
sources += [path] sources += [path]
path = osp.join(extensions_dir, 'cuda', name + '_cuda.cpp') path = osp.join(extensions_dir, 'cuda', name + '_cuda.cu')
if WITH_CUDA and osp.exists(path): if WITH_CUDA and osp.exists(path):
sources += [path] sources += [path]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment