Should graphblas.matrix_select simply be graphblas.select? #194
Replies: 2 comments
-
Yes, I think it would be good to remove terms like
|
Beta Was this translation helpful? Give feedback.
-
In
I think we should do something similar in mlir-graphblas. We should also group our selectors based on whether they compare:
Also, I would like to propose that all selectors take a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Should
graphblas.matrix_select
simply begraphblas.select
?It would make sense that the verifier would enforce that
tril
andtriu
only work with matrices, but for a selector likegt
, it would make sense for this selector to work with vectors.Also, should we merge
graphblas.matrix_select_random
intographblas.matrix_select
? Or is it sufficiently different? If it is sufficiently different, then what makes (graphblas.matrix_select
+gt
) not sufficiently different than (graphblas.matrix_select
+tril
)?Beta Was this translation helpful? Give feedback.
All reactions