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

Add accelerator support for POTRF #7

Conversation

devreal
Copy link
Owner

@devreal devreal commented Oct 6, 2023

No description provided.

therault and others added 18 commits October 1, 2023 19:28
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Notable changes:
- add ttg::device::current_device and ttg::device::current_stream to
  query current streams
- Consistently start counting devices at 0
- The host has ID -2
- Fixes in the broadcast

Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
This fixes a segfault in multi-gpu operations. We should not destroy the
full data_t but only remove the host-side copy and release our reference
on the data. The data will be destroyed once all gpu copies have been
removed.

Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
…nter instead

Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
@devreal devreal merged commit fa4aedf into devreal:ttg-device-support-master-coro-with-stream-tasks Oct 11, 2023
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants