-
Notifications
You must be signed in to change notification settings - Fork 200
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
Unified monorepo #112
Merged
Unified monorepo #112
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
…474) * `<complex>` Enable users to disable normalization for division too. Also add some documentation for those.
…backoff Introduce delay policy to decoupled look-back based algorithms
…_bench Benchmark batched memcpy
…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`
New iterator traits
* 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.
Fix icpc / denormals
* 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
approved these changes
Jul 11, 2023
Merged
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.
No description provided.