-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Tutorial Request] Elementwise Operation #285
Comments
Hello, Karl, @karlrupp I have some trouble while using element_op functions. When I use the following command to get the |
Assign it to a matrix object, e.g. |
Uh, then I guess that these other operators have not been implemented for matrices yet. |
Uh, Karl, I found that arctan function works well. Maybe that could serve as a temporary workaround, but just temp. |
Hello Karl, would you mind requesting the original maintainers to have a minor update? Though atan function serves as a kind of workaround, it sacrifices too much performance. |
Hello @karlrupp , may I ask about whether viennacl is not maintained anymore and shall I turn to PETSc? |
As I said, element_abs is not implemented for matrices yet. Thus, this is not a question about maintenance, but a feature request ;-) Do you need |
Yeah, Karl, I would appreciate it if you could show me how to do that when you are free. It would be better if the trick is generic for |
Hello Karl,
I am looking for the elementwise operation for a quick initialization of matrices on the GPU. And I found that viennacl uses the compile-time definitions to make these functions matrix_operations.hpp, line 701-825 . It is pretty concise, yeah, but it really needs a tutorial or some like that to illustrate how to use these functions. They even do not appear in the doxygen document that new comers would have no idea about how to do the function.
Best wishes,
Wenyin
The text was updated successfully, but these errors were encountered: