Skip to content

Implements dpctl.tensor.matrix_transpose #1356

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

Merged
merged 3 commits into from
Aug 20, 2023

Conversation

ndgrigorian
Copy link
Collaborator

This PR implements the function dpctl.tensor.matrix_transpose, a function wrapper for usm_ndarray.mT as required by the array API specification.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you opening the PR as a draft?

- Function wrapper for call to dpctl.tensor.usm_ndarray.mT attribute
@github-actions
Copy link

@coveralls
Copy link
Collaborator

coveralls commented Aug 19, 2023

Coverage Status

coverage: 85.598% (+0.01%) from 85.584% when pulling b3ab3da on array-api-matrix-transpose into 96293fd on master.

@github-actions
Copy link

Array API standard conformance tests for dpctl=0.14.6dev4=py310ha25a700_3 ran successfully.
Passed: 916
Failed: 84
Skipped: 119

@github-actions
Copy link

Array API standard conformance tests for dpctl=0.14.6dev4=py310ha25a700_4 ran successfully.
Passed: 916
Failed: 84
Skipped: 119

@ndgrigorian ndgrigorian marked this pull request as ready for review August 19, 2023 23:02
Copy link
Contributor

@oleksandr-pavlyk oleksandr-pavlyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ndgrigorian

@ndgrigorian ndgrigorian merged commit 83858f0 into master Aug 20, 2023
@ndgrigorian ndgrigorian deleted the array-api-matrix-transpose branch August 20, 2023 01:29
@github-actions
Copy link

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@github-actions
Copy link

Array API standard conformance tests for dpctl=0.14.6dev4=py310ha25a700_1 ran successfully.
Passed: 916
Failed: 84
Skipped: 119

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.

3 participants