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

Monoid Creation with Scalar #250

Open
rayegun opened this issue Nov 9, 2023 · 1 comment
Open

Monoid Creation with Scalar #250

rayegun opened this issue Nov 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rayegun
Copy link
Contributor

rayegun commented Nov 9, 2023

Many functions now allow a Scalar argument in addition to the existing GrB_Function_<TYPE> functions that exist today. Several are missing though, including Monoid. These would be nice to have, and simplify the Julia wrapper in several places.

@DrTimothyAldenDavis
Copy link
Owner

DrTimothyAldenDavis commented Nov 26, 2023

That would be nice to add. Perhaps to the v2.2 C API?

In the v3.0 API, I'd love to see the GrB_Function_<TYPE> methods all disappear. Non-opaque C scalars are bad for fusion.

@DrTimothyAldenDavis DrTimothyAldenDavis added the enhancement New feature or request label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants