Commit graph

167 commits

Author SHA1 Message Date
Alejandro Saucedo
72cd1b51a3 Minor refactor on spdlog_active_level macro 2020-11-03 21:41:19 +00:00
Alejandro Saucedo
16f49a7c87 Added clearing of operations within sequence to ensure all resources are cleared 2020-11-03 20:54:30 +00:00
Alejandro Saucedo
157b6592dd Updated docstring 2020-11-03 09:00:03 +00:00
Alejandro Saucedo
5fbb4ce6f6 Added function in sequence freeMemoryDestroyGPUResources to de-init 2020-11-03 08:59:32 +00:00
Alejandro Saucedo
b636a80d06 Updated array example 2020-11-03 08:42:27 +00:00
Alejandro Saucedo
1f614a87e4 Reformatted 2020-11-01 20:56:03 +00:00
Alejandro Saucedo
473031d1f3 Sequence now exposed via shared_ptr instead of weak_ptr and memory release is done through destructor based on the isInit member variable 2020-11-01 20:25:15 +00:00
Alejandro Saucedo
3ad5e4d3e7 Removed workgroup templates on opalgobase classes 2020-11-01 16:28:48 +00:00
Alejandro Saucedo
0e9ba00b71 Added base capabilities for tensor in python 2020-11-01 15:14:22 +00:00
Alejandro Saucedo
80ff9f279d Updated base builds to work with local repo as well as with vcpkg 2020-11-01 12:20:37 +00:00
Alejandro Saucedo
672c78d290 Removed range prints to avoid fmt external dependency 2020-11-01 12:19:44 +00:00
Alejandro Saucedo
8abac9fb58 Added fix to work for versions 1.2.55+ of vulkan headers 2020-11-01 10:46:16 +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
267f92763e Reformatted 2020-10-18 21:30:43 +01:00
Alejandro Saucedo
ba71c7ab46 Updated manager to have unique sequence added on default operations 2020-10-18 16:04:35 +01:00
Alejandro Saucedo
8c66b4b66b Added evalOpAwaitDefault and evalOpAsyncDefault 2020-10-17 12:31:20 +01:00
Alejandro Saucedo
9a64339e95 Reformatted 2020-10-17 11:19:25 +01:00
Alejandro Saucedo
6fc0b0b3e3 Added capabilities for multiple queues 2020-10-17 10:40:43 +01:00
Alejandro Saucedo
79ca746ebc Removed wait stage mask from submit info 2020-10-16 07:54:42 +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
33df1dec4e Added evalOpAwait and evalOpAsync into the manager 2020-10-15 07:16:01 +01:00
Alejandro Saucedo
8ec486b4ab Added initial async capability 2020-10-14 21:50:33 +01:00
Alejandro Saucedo
eae63a32a2 Updated algorithm to have option to build for both resultvalue and result 2020-10-08 07:51:33 +01:00
Alejandro Saucedo
76882d803a Removed dynamic define macro 2020-10-04 17:52:32 +01:00
Alejandro Saucedo
4cf696ce05 Removed references to androidglue from cmake 2020-10-04 17:49:37 +01:00
Alejandro Saucedo
5de563c99c Removed comment from algorithm 2020-10-04 17:46:13 +01:00
Alejandro Saucedo
270959ab20 Updated logistic regression shader to header 2020-10-04 16:21:09 +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
9c487feb3b Updated src to point to renamed ndk wrapper include 2020-10-03 16:11:46 +01:00
Alejandro Saucedo
2e9ffd9444 Updated to make debug layers guarded by macro 2020-10-03 15:25:20 +01:00
Alejandro Saucedo
4c3b18d560 Added functioning example 2020-10-03 13:10:40 +01:00
Alejandro Saucedo
32caa1aa60 Added base for building kompute 2020-10-03 11:59:52 +01:00
Alejandro Saucedo
ce07b33c28 Adding extra changes to make kompute work with older version of vulkan 2020-10-03 10:55:53 +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
307df1ba29 Disabled all extra build config by default and added readme to example 2020-09-13 11:03:46 +01:00
Alejandro Saucedo
b1a0dd3ecd Added helper commands and configuration to make it easier to install 2020-09-13 10:06:47 +01:00
Alejandro Saucedo
fdc1d3b91a Reformatted 2020-09-12 17:21:50 +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
56aa1ee96b Updated key areas identified from pr 2020-09-06 16:30:03 +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
e6f4097acb Updated todo comments 2020-09-06 12:59:35 +01:00