Open zxy1119 opened 3 months ago
Hi, @zxy1119 Which GPU are you using?
@Kefeng-Duan nvidia A800 i upgraded CUDA version 11.8 -> 12.2 but still build tensorrt_llm error
@zxy1119 have you clean the workspace?
i use python3 scripts/build_wheel.py --clean --trt_root /usr/local/TensorRT-10.1.0.27
,but
and it is no *.whl file generated in the directory cpp/build.
how to clean the workspace?
@zxy1119 could you update to the latest version, delete the build folder and rerun the build wheel command?
it is the latest version , and i think the problem is cutlass_kernels
this is my version
@zxy1119 could you show more screenshot about the cutlass error?
sure, this is my build log cmake_log.log
This part of the code seems to be the issue.
@zxy1119 GCC 8 seems too old, please try with a newer GCC. I tested and failed with 8.3, succeeded with 12.2, FYI.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days."
System Info
CUDA 11.8 Please tell me what causes this error.
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
python scripts/build_wheel.py --clean --trt_root /data0/baolili/TensorRT-10.1.0.27 --python_bindings --benchmarks
Expected behavior
Successfully built tensor_llm
actual behavior
Failed to build
additional notes
Failed to build