CINN
CINN copied to clipboard
fatal error: cinn/backends/_generated1.cu No such file or directory

https://github.com/PaddlePaddle/CINN/blob/develop/cinn/backends/generated1.cu
got the same error here, did you come up to any solution for that? @OccupyMars2025
+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
非常抱歉给大家带来了困扰!麻烦使用bash build.sh gpu_on ci命令构建项目,而非直接使用cmake命令,后续我们将更新安装文档避免困扰到大家。
现在CINN已经支持通过cmake .. + make -j来编译了~不过为保证编译和测试环境正确,还是建议大家使用bash build.sh gpu_on ci构建项目