Replies: 2 comments
-
Hi @wyli , I think you know more details about the extensions, could you please help share some comments here? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
0 replies
-
(addressed in #3201) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To build with MONAI Cpp/CUDA extensions, I ran codes:
git clone https://github.com/Project-MONAI/MONAI.git
cd MONAI/
BUILD_MONAI=1 python setup.py develop
but, some errors happened. How to solve this question?
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/ext.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/resample/pushpull_cpu.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/bilateral/bilateral.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/bilateral/bilateralfilter_cpu.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/bilateral/bilateralfilter_cpu_phl.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/permutohedral/permutohedral_cpu.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/permutohedral/permutohedral.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/lltm/lltm_cpu.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/resample/pushpull_cuda.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/bilateral/bilateralfilter_cuda.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/bilateral/bilateralfilter_cuda_phl.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/filtering/permutohedral/permutohedral_cuda.o: 没有那个文件或目录
g++: error: /home/.../MONAI/build/temp.linux-x86_64-3.6/home/.../MONAI/monai/csrc/lltm/lltm_cuda.o: 没有那个文件或目录
Beta Was this translation helpful? Give feedback.
All reactions