CINN icon indicating copy to clipboard operation
CINN copied to clipboard

fatal error: cinn/backends/_generated1.cu No such file or directory

Open OccupyMars2025 opened this issue 2 years ago • 5 comments

14641f92024cc85f6a89ddf3c2beea3

OccupyMars2025 avatar Aug 27 '22 10:08 OccupyMars2025

image

https://github.com/PaddlePaddle/CINN/blob/develop/cinn/backends/generated1.cu

OccupyMars2025 avatar Aug 27 '22 10:08 OccupyMars2025

got the same error here, did you come up to any solution for that? @OccupyMars2025

thunder95 avatar Sep 12 '22 08:09 thunder95

+1

environment: registry.baidubce.com/paddlepaddle/paddle:latest-dev-cuda11.2-cudnn8-gcc82

compile command: cmake ..  -DWITH_CUDA=ON -DWITH_CUDNN=ON -DWITH_TESTING=ON && make -j32

zzk0 avatar Nov 17 '22 14:11 zzk0

非常抱歉给大家带来了困扰!麻烦使用bash build.sh gpu_on ci命令构建项目,而非直接使用cmake命令,后续我们将更新安装文档避免困扰到大家。

thisjiang avatar Nov 18 '22 03:11 thisjiang

现在CINN已经支持通过cmake .. + make -j来编译了~不过为保证编译和测试环境正确,还是建议大家使用bash build.sh gpu_on ci构建项目

thisjiang avatar Jan 06 '23 03:01 thisjiang