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

Monorepo #194

Merged
merged 8,607 commits into from
Jul 11, 2023
Merged

Monorepo #194

merged 8,607 commits into from
Jul 11, 2023

Conversation

jrhemstad
Copy link
Collaborator

@jrhemstad jrhemstad commented Jul 11, 2023

Let's try this again without squash merging this time!

Redo of #112

gevtushenko and others added 26 commits June 29, 2023 16:57
…rtition_bench

Implement Three-Way Partition Tuning / Benchmark
…rtition_catch2

Port three-way partition to use Catch2
Add gcc-6 to the test matrix
We did not apply this for old gcc compilers, but it turns out that they will fall over more complex ranges concepts later.

We can alleviate this by reusing `is_destructible` and generally clean the implementation up.
This implements the updates to iterator_traits as well as the new readable_traits and incrementable_traits.
It further adds the related iter_value_t and iter_difference_t aliases
…by_key_tuning

Tune reduce / unique by key for SM90
We never run the original libcxx benchmarks nor do we use our old docker images
Fix documentation of `atomic_ref`
* Add DEVCONTAINER_NAME env variable to devcontainers.

* Remove enabling install rules.

These were needed for the cmake install testing which is disabled.

We will add a separate job for testing the install.

* Factor out common build/configure logic.

* Add compile commands to common cmake options.

* Update sccache_stats to selectively add "notfice" prefix when running on action runner.

* Remove manual sccache stats calculation from workflow.

This is no longer needed because the build scripts do it automatically.

* Remove devcontainer name env variable.

* Revert "Remove devcontainer name env variable."

This reverts commit 2cbc501.

* Use devcontainer specific build directory.

* Add build/latest.

Make it so builds outside of devcontainer build to build/local.

Also, always make it so the most recent build is symlinked to build/latest.
* Add DEVCONTAINER_NAME env variable to devcontainers.

* Remove enabling install rules.

These were needed for the cmake install testing which is disabled.

We will add a separate job for testing the install.

* Factor out common build/configure logic.

* Add compile commands to common cmake options.

* Update sccache_stats to selectively add "notfice" prefix when running on action runner.

* Remove manual sccache stats calculation from workflow.

This is no longer needed because the build scripts do it automatically.

* Remove devcontainer name env variable.

* Revert "Remove devcontainer name env variable."

This reverts commit 2cbc501.

* Use devcontainer specific build directory.

* Get rid of stale Windows runs-on handling.

* Make test job conditional on new input.

* Add simple matrix for test.

* Enable Thrust test script.

* Update thrust test script to use build_common.

* Remove redundant build job.

* Run nvidia-smi step in test job.

* Update CUB test script.

* Update libcu++ test script.

* Enable CUB and libcu++ test jobs.

* Hack to disable verbose CUB test output.

* Exclude device_radix_sort CUB tests for now.

* Update matrix to full matrix with tests on latest host compiler.

* Run tests for all C++ dialects on latest host compiler.

* Limit libcu++ tests parallel execution.

* Add back set +x to build_common

* Disable Thrust and CUB jobs for now.

* Hardcode 8 workers for libcu++ tests.

* Re-enable Thrust/CUB builds and tests.

* Add build/latest.

Make it so builds outside of devcontainer build to build/local.

Also, always make it so the most recent build is symlinked to build/latest.
@jrhemstad jrhemstad merged commit 25b7a06 into main Jul 11, 2023
735 checks passed
@leofang
Copy link
Member

leofang commented Jul 11, 2023

Very exciting!

@miscco miscco deleted the monorepo branch March 7, 2024 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

7 participants