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

Client Interface: Generate Overloads for scalar values #1651

Open
AlexanderViand-Intel opened this issue Apr 3, 2025 · 1 comment
Open

Comments

@AlexanderViand-Intel
Copy link
Collaborator

Simple convenience, so that you can say "encrypt(x)" for scalar "x" and have the generated function do the replication for you. We already emit code that'll take vectors of the wrong length and repeat/pad them to the required size so this should be a straightforward extension.

@j2kun
Copy link
Collaborator

j2kun commented Apr 3, 2025

In my increasingly expanding #1633 I am finding the need to support layout assignment for scalars as well, so this could be reused on the client side step.

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

No branches or pull requests

2 participants