-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
OpenCL: cleanup and rev support for add_diag, unary +-, mean, sub_col, sub_row, segment #2272
Conversation
added mean
# Conflicts: # stan/math/opencl/prim.hpp # test/unit/math/opencl/sub_block_test.cpp
…4.1 (tags/RELEASE_600/final)
…4.1 (tags/RELEASE_600/final)
Ready for review. |
Jenkins Console Log Machine informationProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G22010CPU: G++: Clang: |
Co-authored-by: Tadej Ciglarič <[email protected]>
…4.1 (tags/RELEASE_600/final)
Jenkins Console Log Machine informationProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G22010CPU: G++: Clang: |
Summary
This PR does dome minor cleanup of /opencl and adds support for a few simple functions. In detail:
Tests
All new functions are tested
Side Effects
/
Release notes
OpenCL: added rev support for add_diag, unary operator+ (and plus()), unary operator- (and minus()), mean, sub_col, sub_row and segment.
Checklist
Math issue Implement matrix_cl overloads for prim & rev functions #1854
Copyright holder: Rok Češnovar