-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add dimensions description functionality to CUDA Experimental library #1743
Merged
Commits on May 15, 2024
-
Add dimensions description implementation back
There are several changes from the previous iteration: dims and flatten was replaced with extents, which should fit well to what the function does and to mdspan::extents(). Some initial inline rst documentation was added, but its not being build yet. Header guards were adjusted to the new library name. #undef NDEBUG was added to testing_common.h to properly enable assertions in device side testing.
Configuration menu - View commit details
-
Copy full SHA for 7809e23 - Browse repository at this point
Copy the full SHA 7809e23View commit details -
Disable c++17 windows builds because mdspan is not supported there
Configuration menu - View commit details
-
Copy full SHA for a2103be - Browse repository at this point
Copy the full SHA a2103beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d5243 - Browse repository at this point
Copy the full SHA f7d5243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380f39f - Browse repository at this point
Copy the full SHA 380f39fView commit details -
Fix extra spaces in the CI matrix
Also adds a comment describing a new test of rst docs examples
Configuration menu - View commit details
-
Copy full SHA for ca307fb - Browse repository at this point
Copy the full SHA ca307fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36de036 - Browse repository at this point
Copy the full SHA 36de036View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f7ed5 - Browse repository at this point
Copy the full SHA b9f7ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e9a83 - Browse repository at this point
Copy the full SHA 84e9a83View commit details
Commits on May 17, 2024
-
Cleaned up order of annotations and constexpr, removed __device__. Moved to absolute includes. Added no discard on all functions in detail namespace Added c++17 ifdef. Changed header guards to a new format applicable after I move some files in a future change. A couple of _LIBCUDACXX_UNREACHABLE and other fixes
Configuration menu - View commit details
-
Copy full SHA for f6e09b0 - Browse repository at this point
Copy the full SHA f6e09b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1963e - Browse repository at this point
Copy the full SHA 4c1963eView commit details -
Rename detail directory to __hierarchy
and the main header to hierarchy.cuh
Configuration menu - View commit details
-
Copy full SHA for 357cb01 - Browse repository at this point
Copy the full SHA 357cb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93eed09 - Browse repository at this point
Copy the full SHA 93eed09View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12e1096 - Browse repository at this point
Copy the full SHA 12e1096View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38a9b8c - Browse repository at this point
Copy the full SHA 38a9b8cView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0011d1 - Browse repository at this point
Copy the full SHA c0011d1View commit details
Commits on Jun 5, 2024
-
Proper casts on extents ops and tests improvements
This change adds static_cast to product_type of a given level on extents operations, instead of the currently only passing it as extents template argument. This change also adds a test case for the above issue
Configuration menu - View commit details
-
Copy full SHA for 821f793 - Browse repository at this point
Copy the full SHA 821f793View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33701a9 - Browse repository at this point
Copy the full SHA 33701a9View commit details
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.