Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conflicting python versions in conda workflow #62

Merged
merged 29 commits into from
Jan 16, 2025

Conversation

sbaldu
Copy link
Collaborator

@sbaldu sbaldu commented Oct 1, 2024

This PR (finally) fixes the conda test workflow.

@sbaldu sbaldu marked this pull request as draft October 1, 2024 14:20
sbaldu and others added 19 commits January 15, 2025 15:23
* Reduce D2H memcpys in release mode

* Update package version
* fix kernels typo
---------

Co-authored-by: Clement Helsens <clementhelsens>
Co-authored-by: Simone Balducci <[email protected]>
* Add instructions on how to install

* Separate cloning commands

* Temporarily remove Windows from supported OS

* Separate source and PyPi sections
…ms-patatrack#59)

* Implement small thread-safe vector

* Add overload of Vec resize

* Rewrite seed buffer as Vector

* Fix Vector `resize` method

* Fix definition of seeds

* Add TODO comment

* Update package version
)

* Move benchmark data

* Rework dataset size benchmark

* Move data generation script

* Move profiling code inside benchmark

* Remove old scripts

* Add script for fetching other CLUE versions for comparison

* Update workflow for benchmark and profiling

* Delete workflow for uploading log

* Fix namespace name

* Deactivate automatic profiling for now

* Add small script for cache profiling with perf
* Fix seeds container

* Remove Vector header

* Update package version
* Remove `CLUEAlgoAlpaka` template on acc type

* Update benchmarking scripts
* Remove framework-related stuff

* Remove unneeded headers

* Rename `cms::alpakatools` namespace to `clue`

* Finish renaming namespace

* Switch from include guards to pragmas

* Update benchmarking scripts

* Formatting
* Remove alpaka submodule

* Delete alpaka extern folder

* Get alpaka with FetchContent

* Upgrade C++ standard to 20

* Update to latest alpaka API

* Delete unnecessary line

* Update benchmarking scripts

* Formatting

* Update alpaka API call

* Add docker image with alpaka preinstalled

* Update package version
* Update dependency management for boost and alpaka

* Add dependency section in README

* Add installation of boost in workflows

* Update package version
* 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
* 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
* 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

* Update version

* Formatting
* 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 (cms-patatrack#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 (cms-patatrack#75)

* Small fix in getGlobalBin

* Update version

* Formatting

Fix after merge

* Separate alpaka input and result buffers

Fix partial dimensional clustering

Update package version
Try again and also remove pybind11
Try boost 1.83.0
@sbaldu sbaldu force-pushed the fix_conda_workflow branch from 58de3c1 to fd9541d Compare January 15, 2025 14:23
@sbaldu sbaldu marked this pull request as ready for review January 15, 2025 17:39
@sbaldu sbaldu force-pushed the fix_conda_workflow branch from b861be4 to 3feca8e Compare January 15, 2025 17:44
@sbaldu sbaldu merged commit 6691bae into cms-patatrack:main Jan 16, 2025
20 of 23 checks passed
@sbaldu sbaldu deleted the fix_conda_workflow branch January 27, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants