-
Notifications
You must be signed in to change notification settings - Fork 14
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
Revise content of /misc
#876
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
…ple) and the old presentation about the software stack and tile mechanism
rasolca
added
Category:Documentation
Improvements or additions to documentation
Priority:High
Type:Release
labels
May 17, 2023
msimberg
approved these changes
May 17, 2023
albestro
reviewed
May 17, 2023
RMeli
approved these changes
May 17, 2023
Co-authored-by: Rocco Meli <[email protected]> Co-authored-by: Alberto Invernizzi <[email protected]>
albestro
approved these changes
May 22, 2023
albestro
added a commit
that referenced
this pull request
May 26, 2023
commit 44cc3fe Author: Alberto Invernizzi <[email protected]> Date: Mon May 22 16:44:39 2023 +0200 add single-thread blas scope commit cc1aab3 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 16:23:42 2023 +0200 minor comment commit ca1ce17 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 16:18:27 2023 +0200 make also last step multi-threaded commit 9cd3039 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 15:56:43 2023 +0200 use z for the final result of w this enables re-using the same workspace for making multi-thread last step commit 7cab190 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 15:41:09 2023 +0200 parallelize 2nd step instead of running single-thread commit e1b9df4 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 12:29:53 2023 +0200 remove usage of device workspace (now it works also GPU branch) commit 0a24262 Author: Alberto Invernizzi <[email protected]> Date: Mon May 8 18:51:24 2023 +0200 starting point: working implementation with "bulk", but mono-task. There is the full new code structure, but work is not yet splitted over multiple workers. Moreover, it is just CPU: for GPU it should be just missing a workspace. commit 2ba7447 Author: Mikael Simberg <[email protected]> Date: Mon May 22 14:07:01 2023 +0200 Minor updates to `Pipeline`, `TilePipeline`, and `Tile` (#881) - Add reset and valid member functions to TilePipeline - Add reset and valid member functions to Pipeline - Add default constructors to Tile and TileData - Implement RetiledMatrix::done in terms of TilePipeline::reset commit 1c03180 Author: Mikael Simberg <[email protected]> Date: Mon May 22 12:45:49 2023 +0200 Add GCC 12 CI configuration (#853) commit b02b7a4 Author: Raffaele Solcà <[email protected]> Date: Mon May 22 10:01:06 2023 +0000 Revise content of `/misc` (#876) commit aeccbc3 Author: Mikael Simberg <[email protected]> Date: Mon May 22 10:43:11 2023 +0200 Only ignore build* in root of repository (#874) commit 9fcc5ae Author: Alberto Invernizzi <[email protected]> Date: Mon May 22 10:39:25 2023 +0200 bug fix: warnings as error for cuda/rocm were not enabled (#879)
albestro
added a commit
that referenced
this pull request
May 26, 2023
commit 44cc3fe Author: Alberto Invernizzi <[email protected]> Date: Mon May 22 16:44:39 2023 +0200 add single-thread blas scope commit cc1aab3 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 16:23:42 2023 +0200 minor comment commit ca1ce17 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 16:18:27 2023 +0200 make also last step multi-threaded commit 9cd3039 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 15:56:43 2023 +0200 use z for the final result of w this enables re-using the same workspace for making multi-thread last step commit 7cab190 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 15:41:09 2023 +0200 parallelize 2nd step instead of running single-thread commit e1b9df4 Author: Alberto Invernizzi <[email protected]> Date: Tue May 9 12:29:53 2023 +0200 remove usage of device workspace (now it works also GPU branch) commit 0a24262 Author: Alberto Invernizzi <[email protected]> Date: Mon May 8 18:51:24 2023 +0200 starting point: working implementation with "bulk", but mono-task. There is the full new code structure, but work is not yet splitted over multiple workers. Moreover, it is just CPU: for GPU it should be just missing a workspace. commit 2ba7447 Author: Mikael Simberg <[email protected]> Date: Mon May 22 14:07:01 2023 +0200 Minor updates to `Pipeline`, `TilePipeline`, and `Tile` (#881) - Add reset and valid member functions to TilePipeline - Add reset and valid member functions to Pipeline - Add default constructors to Tile and TileData - Implement RetiledMatrix::done in terms of TilePipeline::reset commit 1c03180 Author: Mikael Simberg <[email protected]> Date: Mon May 22 12:45:49 2023 +0200 Add GCC 12 CI configuration (#853) commit b02b7a4 Author: Raffaele Solcà <[email protected]> Date: Mon May 22 10:01:06 2023 +0000 Revise content of `/misc` (#876) commit aeccbc3 Author: Mikael Simberg <[email protected]> Date: Mon May 22 10:43:11 2023 +0200 Only ignore build* in root of repository (#874) commit 9fcc5ae Author: Alberto Invernizzi <[email protected]> Date: Mon May 22 10:39:25 2023 +0200 bug fix: warnings as error for cuda/rocm were not enabled (#879)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Closes #875.