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

Revise content of /misc #876

Merged
merged 5 commits into from
May 22, 2023
Merged

Revise content of /misc #876

merged 5 commits into from
May 22, 2023

Conversation

rasolca
Copy link
Collaborator

@rasolca rasolca commented May 17, 2023

Closes #875.

@rasolca rasolca added Category:Documentation Improvements or additions to documentation Priority:High Type:Release labels May 17, 2023
@rasolca rasolca added this to the Release 0.1 milestone May 17, 2023
@rasolca rasolca self-assigned this May 17, 2023
misc/PR.md Outdated Show resolved Hide resolved
misc/PR.md Outdated Show resolved Hide resolved
misc/PR.md Outdated Show resolved Hide resolved
misc/PR.md Outdated Show resolved Hide resolved
misc/PR.md Outdated Show resolved Hide resolved
Co-authored-by: Rocco Meli <[email protected]>
Co-authored-by: Alberto Invernizzi <[email protected]>
@rasolca rasolca requested a review from albestro May 22, 2023 08:41
@rasolca rasolca merged commit b02b7a4 into master May 22, 2023
@rasolca rasolca deleted the Issue_875 branch May 22, 2023 10:01
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
Category:Documentation Improvements or additions to documentation Priority:High Type:Release
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Revise the content of the misc directory
4 participants