Skip to content

Releases: cms-patatrack/CLUEstering

2.4.0.2

06 Feb 16:53
816f15c
Compare
Choose a tag to compare
2.4.0.2 Pre-release
Pre-release
Fix caching allocator method for GPU (#85)

* Fix caching allocator method for GPU

* Update version

2.4.0.1

16 Jan 07:48
6691bae
Compare
Choose a tag to compare
Fix conflicting python versions in conda workflow (#62)

* Set python version in conda env to 3.10

* Set python version in conda workflow to 3.10

* Try Python 3.11

* Add boost as dep

* Clean CMakefile

* Add gcc as dependency

* Add conda install for libgcc

* Fix the interpreter version

---------

Co-authored-by: Clement Helsens <[email protected]>

2.4.0

14 Jan 14:47
c6531a5
Compare
Choose a tag to compare
Rewrite Point data structures as generic SoAs (#74)

* Rework points as SoA

Update backend code

Update binding modules

Update python API

Add tests for host-side point SoA

Update run_clue for CUDA and HIP

Update benchmarking scripts

Move test folder

Fix device memory access in memcpy

* Feature clusterer import method (#76)

* Add `import_clusterer` method

* Add test for new clusterer import

* Add docstring

* Fix "if main" of test file

* Addition to gitignore

* Small fix in getGlobalBin (#75)

* Small fix in getGlobalBin

* Update version

* Formatting

Fix after merge

* Separate alpaka input and result buffers

Fix partial dimensional clustering

Update package version

2.3.3

13 Jan 10:37
3979d95
Compare
Choose a tag to compare
Small fix in getGlobalBin (#75)

* Small fix in getGlobalBin

* Update version

* Formatting

2.3.2.1

13 Jan 09:57
4d5eee0
Compare
Choose a tag to compare
2.3.2.1 Pre-release
Pre-release
Feature clusterer import method (#76)

* Add `import_clusterer` method

* Add test for new clusterer import

* Add docstring

* Fix "if main" of test file

* Addition to gitignore

2.3.2

09 Jan 09:35
9f80fa3
Compare
Choose a tag to compare
Rework backend folder structure (#73)

* Rename base alpaka folder as include

* Move BindingModules out of include

* Move include folder outside

* Move run.hpp

* Rename files

* Update include paths

* Update benchmarking scripts

* Update version

2.3.1.1

08 Jan 16:25
0e48d51
Compare
Choose a tag to compare
Add list of files to exclude in archives (#72)

2.3.1

08 Jan 15:07
e3c5036
Compare
Choose a tag to compare
Update alpakaconfig (#70)

* Use alpaka ENABLED flag instead of PRESENT

* Rename alpaka acc namespace to avoid conflict with cmssw

* Update platform aliases

* Move definition of accelerator namespace

* Update namespace names in benchmarking scripts

* Update cuda alpakacore

* Update hip alpakacore

* Update package version