-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error : .\backward_warp_op.so not found #67
Comments
@yoryory |
Hello, @simonmeister @yoryory The error I met is like this: Step1. Substitude cuda_kernel_helper.h with gpu_kernel_helper in xxx_op.cu.cc Step2. Change #include "third_party/gpus/cuda/include/cuda_fp16.h" to #include "cuda_fp16.h" in gpu_kernel_helper.h Just like the operation above, change #include "third_party/gpus/cuda/include/cuComplex.h" to #include "cuComplex.h" Note that please check the error message for the specific path of the file to be modified. Then you will get this error: 1 error detected in the compilation of "/tmp/tmpxft_00006d42_00000000-6_backward_warp_op.cu.cpp1.ii". Step3. add flag -DNDEBUG in Line about nvcc++ in file UnFlow/src/e2eflow/ops.py Step4. copy some lib like: Finally, you can compile the .so files. |
hey i got that error when running "tun.py"
i saw the previos issues num 23 and 39 tried to do as they said but still got that error
ubunto 16
cuda 9
tnesorflow 1.7 (i also tried with 1.12/1.13)
also try on windows 10 with cuda 9
got the same problem what can i do
The text was updated successfully, but these errors were encountered: