williamyang1991 / Rerender_A_Video

[SIGGRAPH Asia 2023] Rerender A Video: Zero-Shot Text-Guided Video-to-Video Translation
https://www.mmlab-ntu.com/project/rerender/
Other
2.97k stars 202 forks source link

【已解决】Ebsynth下载的架构问题 #139

Open EveningLin opened 2 months ago

EveningLin commented 2 months ago

首先非常惊喜的发现是我们ntu学长的工作哈哈哈哈,非常牛的工作!! 我使用的是A100,会出现下图的问题 c5ae2b426e6a69d0c37b7e72b787b29 核心问题在于架构不同需要重新修改 可以参考https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/ 在A100需要修改Rerender_A_Video/deps/ebsynth/build-linux-cpu+cuda.sh中成compute_80!! ` nvcc -arch compute_80 src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_cuda.cu -I"include" -DNDEBUG -D__CORRECT_ISO_CPP11_MATH_H_PROTO -O6 -std=c++11 -w -Xcompiler -fopenmp -o bin/ebsynth

`