-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'nseam/v3.003-dev-stats' into v3.007-dev…
…-new * nseam/v3.003-dev-stats: Refs #738. Matrix multiplication via OpenCL. Ready for testing. Refs #738. WIP. Matrix multiplication via OpenCL. Working on OpenCL buffers caching when passing matrices into kernel arguments. Got rid of templated version of Run() and RunMany(). Refs #738. WIP. Partially working Matrix multiplication via OpenCL. Now we need some improvements and Matrix::Deflatten(). Refs #738. WIP. OpenCL integration for Matrix class needs rework as previous implementation we based on was buggy. Refs #738. WIP. OpenCL wrapper class and OpenCL integration for Matrix class (not yet complete). WIP. Refs EA31337/EA31337-indicators-stats#2. Indi_AccountStats closer to be finished. Awaiting to fix MT5 compiler bug. Refs EA31337/EA31337-indicators-stats#2. Closed to finish Indi_AccountStats indicator. ACQUIRE_BUFFERn / RELEASE_BUFFERn functionality required for EA31337/EA31337-indicators-stats#1
- Loading branch information
Showing
2 changed files
with
158 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2600,3 +2600,7 @@ static DictStruct<int, Ref<OpenCLBuffer>> Matrix<X>::cl_buffers_out; | |
#endif | ||
|
||
#endif | ||
|
||
#endif | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters