Skip to content
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

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

Open
EveningLin opened this issue Sep 12, 2024 · 0 comments
Open

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

EveningLin opened this issue Sep 12, 2024 · 0 comments

Comments

@EveningLin
Copy link

首先非常惊喜的发现是我们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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant