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
After the merging of #35, the implementation on GPU will return no clusters, but only outliers.
This currently does not break the tests (which check only if the code run without errors), but it needs to be fixed with a subsequent PR.
To test it:
# source key4hep environment
source /cvmfs/sw.hsf.org/key4hep/setup.sh
# get nvcc 11.4, if needed
source /cvmfs/sft.cern.ch/lcg/contrib/cuda/11.4/x86_64-centos8/setup.sh
# then setup this project
git clone --recurse-submodules https://github.com/key4hep/k4Clue.git
cd k4Clue
cmake -S . -B build
cmake --build build
./build/src/clue/main data/input/aniso_1000.csv 20 25 2 1 1 1
The text was updated successfully, but these errors were encountered:
After the merging of #35, the implementation on GPU will return no clusters, but only outliers.
This currently does not break the tests (which check only if the code run without errors), but it needs to be fixed with a subsequent PR.
To test it:
The text was updated successfully, but these errors were encountered: