You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the SYCL version of pixeltrack-standalone for the CPU backend with the 20230613 nightly, it crashes during the compilation of gpuVertexFinder.cc.
This DIDN'T happen with oldest nightlies (20230309 the latest tested).
git clone https://github.com/cms-patatrack/pixeltrack-standalone.git
cd pixeltrack-standalone
# change the SYCL_BASE at line 157 with the path to the latest nightly
make environment
source env.sh
CPU_FLAGS=1 make -j`nproc` sycl USER_CXXFLAGS="-DCPU_DEBUG"
or execute the command in the backtrace after downloading the external libraries.
Info: gcc version: 8.5.0 20210514 (Red Hat 8.5.0-16) clang++ version: 17.0.0 (https://github.com/intel/llvm 6b7424349ee3592909afde25f9921c4e8b83db10) - sycl-nightly/20230613 rocm version used to build clang++: rocm-5.4.0
The text was updated successfully, but these errors were encountered:
When compiling the SYCL version of pixeltrack-standalone for the CPU backend with the 20230613 nightly, it crashes during the compilation of
gpuVertexFinder.cc
.This DIDN'T happen with oldest nightlies (20230309 the latest tested).
Backtrace:
How to reproduce:
or execute the command in the backtrace after downloading the external libraries.
Info:
gcc
version: 8.5.0 20210514 (Red Hat 8.5.0-16)clang++
version: 17.0.0 (https://github.com/intel/llvm 6b7424349ee3592909afde25f9921c4e8b83db10) -sycl-nightly/20230613
rocm
version used to build clang++:rocm-5.4.0
The text was updated successfully, but these errors were encountered: