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

[DAPHNE-#356]: type casting of DenseMatrix #361

Merged
merged 2 commits into from
May 12, 2022

Conversation

aristotelis96
Copy link
Collaborator

@aristotelis96 aristotelis96 commented May 9, 2022

CastObj kernel has already specialized implementation for DenseMatrix<ValueType> to DenseMatrix<ResultValueType>, but kernels.json was missing the declarations.

I open this PR as a Draft in case we want to include more cases.

Closes #356.

CastObj has already implementation of DenseMatrix<ValueType> to DenseMatrix<ResultValueType>, but kernels.json was missing the declarations.
@aristotelis96 aristotelis96 changed the title Issue #356 type casting of DenseMatrix [DAPHNE-#356]: type casting of DenseMatrix May 9, 2022
@pdamme pdamme self-requested a review May 12, 2022 20:34
@pdamme pdamme marked this pull request as ready for review May 12, 2022 20:42
Copy link
Collaborator

@pdamme pdamme left a comment

Choose a reason for hiding this comment

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

Thanks @aristotelis96, looks very good. I think it's indeed a good idea to add the remaining type combinations right now (taking the currently supported value types into account).

@pdamme pdamme merged commit 3481c07 into daphne-eu:main May 12, 2022
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.

DaphneDSL: Type casting matrices
2 participants