Open
Description
Describe the bug
Experiencing a SIGSEGV segfault with the tool
dpct version 19.0.0. Codebase:(f27f466998a18de3c5ccaf7a853d714915e62d98). clang version 19.0.0
To reproduce
git clone https://github.com/ggml-org/llama.cpp.git
mkdir build && cd build
cmake .. -DGGML_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=80
intercept-build make
cd ../../
mkdir dpct_out
dpct --extra-arg="-D__CUDA_ARCH__=800" -p ./llama.cpp/build --enable-profiling --use-experimental-features=all --in-root=./llama.cpp --out-root=./dpct_out --migrate-build-script=CMake --process-all
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response