Commit Graph

76 Commits

Author SHA1 Message Date
Alejandro Saucedo
b386113849 Updated single include 2021-02-10 08:44:33 +00:00
Alejandro Saucedo
1edcb425ce Single include 2021-02-09 21:30:52 +00:00
Alejandro Saucedo
91252201ce updating single include 2021-02-09 19:20:30 +00:00
Alejandro Saucedo
71cde2d5b2 Updated single include header 2021-02-08 21:42:14 +00:00
Alejandro Saucedo
aa75fdae47 format 2021-02-08 19:43:50 +00:00
Alejandro Saucedo
f356e64644 Updated aggregate headers 2021-02-08 19:17:40 +00:00
Alejandro Saucedo
815acfa1fe Updatd single include 2021-02-08 07:18:14 +00:00
Alejandro Saucedo
df5477a2d7 Prep release 0.6.0 2021-01-31 12:00:00 +00:00
Alejandro Saucedo
bd99f08e48 Re-updated single header 2021-01-26 17:52:39 +00:00
alexander-g
a0f9af965a caching logging functions + single include rebuild 2021-01-24 16:31:41 +01:00
0x0f0f0f
8a0c63cc64 replaced "static unsigned const" to "static const unsigned" so that SWIG can generate wrappers without a syntax error 2020-11-09 09:42:39 +01:00
Alejandro Saucedo
72cd1b51a3 Minor refactor on spdlog_active_level macro 2020-11-03 21:41:19 +00:00
Alejandro Saucedo
3811ef2dba Updated docstrings 2020-11-03 18:05:37 +00:00
Alejandro Saucedo
5fbb4ce6f6 Added function in sequence freeMemoryDestroyGPUResources to de-init 2020-11-03 08:59:32 +00:00
Alejandro Saucedo
1f614a87e4 Reformatted 2020-11-01 20:56:03 +00:00
Alejandro Saucedo
a33f65a90b Updated single_include header 2020-11-01 20:26:41 +00:00
Alejandro Saucedo
b0d394a50b Updated single include with non-templated opalgobase classes 2020-11-01 16:29:27 +00:00
Philipp Zabel
4968fb8c02 Rename *Indeces variables and parameters to *Indices
The plural of index is indexes or indices, the latter seems to be more
common in technical contexts.
2020-10-25 14:09:58 +01:00
Philipp Zabel
e6473a6edc Run codespell over docs and comments
Spelling fixes reported by running codespell over docs and sources.
2020-10-25 14:09:23 +01:00
Alejandro Saucedo
6fccd3baed Updated single include 2020-10-20 07:05:24 +01:00
Alejandro Saucedo
cde84c84aa Updated single_include 2020-10-18 16:05:01 +01:00
Alejandro Saucedo
8c66b4b66b Added evalOpAwaitDefault and evalOpAsyncDefault 2020-10-17 12:31:20 +01:00
Alejandro Saucedo
5cfc2ab8ce Added single include with async 2020-10-17 11:20:33 +01:00
Alejandro Saucedo
6fc0b0b3e3 Added capabilities for multiple queues 2020-10-17 10:40:43 +01:00
Alejandro Saucedo
9e79b9f352 Updated to implementation of queues but no speedups yet 2020-10-15 22:13:12 +01:00
Alejandro Saucedo
4e697bb787 Updated to current multiple queue implementation 2020-10-15 21:40:31 +01:00
Alejandro Saucedo
48805e1639 Updated to function for async 2020-10-15 09:25:16 +01:00
Alejandro Saucedo
4cd306f0ed Updated readme and single kompute 2020-10-04 18:11:56 +01:00
Alejandro Saucedo
7715db8993 Updated aggregate headers to include lr header 2020-10-04 16:21:59 +01:00
Alejandro Saucedo
61471339ce Fully working android in older phones 2020-10-04 14:37:26 +01:00
Alejandro Saucedo
a73f82e191 Updated example to not use native activity anymore 2020-10-03 18:27:39 +01:00
Alejandro Saucedo
0d3cb7787f Updated android example to reduce number of files 2020-10-03 16:12:17 +01:00
Alejandro Saucedo
02f4f34f9c Updated signle include 2020-10-03 15:26:11 +01:00
Alejandro Saucedo
32caa1aa60 Added base for building kompute 2020-10-03 11:59:52 +01:00
Dudecake
4ad7466562 Removed default arg before parameter pack 2020-09-27 18:01:09 +02:00
Dudecake
ce7c7eba3d Fixed array_multiplication compile errors 2020-09-27 18:00:23 +02:00
Alejandro Saucedo
c1b9436b8c Updated issue in opalgolhs 2020-09-19 16:10:39 +01:00
Alejandro Saucedo
71a0b24e42 Updated issue in opalgolhs 2020-09-19 16:07:55 +01:00
Alejandro Saucedo
2e8a5aa3a6 Updated refactored header 2020-09-12 18:49:29 +01:00
Alejandro Saucedo
9f8508075a Updated OpAlgoBase to not copy data as optensorsync operations are introduced 2020-09-12 09:14:35 +01:00
Alejandro Saucedo
4171786b6f Added a buildTensor command to manager to simplify tensor creation workflows 2020-09-10 08:35:27 +01:00
Alejandro Saucedo
eddba0fcf9 Added test optensorsync for device and local 2020-09-06 16:15:55 +01:00
Alejandro Saucedo
e68d09dbdc Added functional optensorsyncDevice and optensorsynclocal 2020-09-06 15:51:31 +01:00
Alejandro Saucedo
1b4e4b6b18 Added optensorSyncDevice and optensorcopy tests 2020-09-06 12:52:45 +01:00
Alejandro Saucedo
ec89fc6d56 Renamed tensorcreate and started adding optensorsyncdevice 2020-09-06 11:38:08 +01:00
Alejandro Saucedo
236c349aa0 Added optensorcopy operation 2020-09-06 11:07:32 +01:00
Alejandro Saucedo
1449c858ee Updated to use cpp raw literal strings 2020-09-05 08:15:52 +01:00
Alejandro Saucedo
c15a14d2b2 Updated logging definitions to ensure it works using dynamic and static config 2020-09-04 07:01:58 +01:00
Alejandro Saucedo
36a60922ba Updated SPDLOG as an optional dependency 2020-09-03 19:18:22 +01:00
Alejandro Saucedo
0410ae0db6 Removed print statement in tests 2020-09-02 21:31:57 +01:00