Commit Graph

25 Commits

Author SHA1 Message Date
Alejandro Saucedo
1f614a87e4 Reformatted 2020-11-01 20:56:03 +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
Alejandro Saucedo
9a64339e95 Reformatted 2020-10-17 11:19:25 +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
5de563c99c Removed comment from algorithm 2020-10-04 17:46:13 +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
Alejandro Saucedo
fdc1d3b91a Reformatted 2020-09-12 17:21:50 +01:00
Alejandro Saucedo
36a60922ba Updated SPDLOG as an optional dependency 2020-09-03 19:18:22 +01:00
Alejandro Saucedo
07bfbe3504 Updated to remove all todos 2020-09-02 21:25:30 +01:00
Alejandro Saucedo
a325486d01 Added logistic regression implementation in tests 2020-08-31 19:01:41 +01:00
Alejandro Saucedo
5be21da7c2 Fixed #15 memory leak by introducing virtual function into all operation base classes to ensure the dependent class destructors are called 2020-08-30 14:15:09 +01:00
Alejandro Saucedo
6cbbb48827 Updated docstrings, reformatted and removed opalgoinout 2020-08-29 18:17:16 +01:00
Alejandro Saucedo
23cf43e231 Added capabilities for specialization data based on the size of the vectors passed 2020-08-29 17:03:24 +01:00
Alejandro Saucedo
1748694b3a Reformatted 2020-08-26 05:47:21 +01:00
Alejandro Saucedo
af74e25e35 Updated repository to use cmakelists for compilation 2020-08-24 20:56:25 +01:00
Alejandro Saucedo
f3b28e6b08 Added initial implementation of shaders as hpp files 2020-08-23 10:56:14 +01:00
Alejandro Saucedo
9f74679dd5 Fully working end to end flow 2020-08-22 20:13:30 +01:00
Alejandro Saucedo
e047aa3b43 Updated tensor to copy to memory explicitly, assessing why copy doesn't last through operations 2020-08-22 18:08:56 +01:00
Alejandro Saucedo
906533ae9d Removed bug calling start/end during sequence submit phase 2020-08-22 16:27:09 +01:00
Alejandro Saucedo
5bb9046b49 Reformatted 2020-08-22 12:31:11 +01:00
Alejandro Saucedo
8f6078c422 Added end to end implementation of OpMult with postSubmit calls on sequence 2020-08-22 12:08:18 +01:00
Alejandro Saucedo
03688bc5b2 Working descriptorset creation cycle 2020-08-22 11:21:34 +01:00
Alejandro Saucedo
9d97ca07a7 Refactored descriptor sets 2020-08-22 10:15:34 +01:00
Alejandro Saucedo
eecadbe36b Introduced base functionality with opmult 2020-08-22 07:11:26 +01:00
Alejandro Saucedo
d59dc41ffc Added initial implementation for algorithm and opMult 2020-08-21 19:15:07 +01:00