-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
force-pushed
the
fix_conda_workflow
branch
from
January 15, 2025 14:23
58de3c1
to
fd9541d
Compare
sbaldu
force-pushed
the
fix_conda_workflow
branch
from
January 15, 2025 17:44
b861be4
to
3feca8e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR (finally) fixes the conda test workflow.