Commit graph

107 commits

Author SHA1 Message Date
Alejandro Saucedo
e1baea72dc Updated README description 2020-08-26 20:51:48 +01:00
Alejandro Saucedo
39b051160a Added base tests for end to end manager functionality 2020-08-26 18:53:50 +01:00
Alejandro Saucedo
1748694b3a Reformatted 2020-08-26 05:47:21 +01:00
Alejandro Saucedo
c22247534a Updated to ensure compiling on Release and Debug 2020-08-25 21:07:35 +01:00
Alejandro Saucedo
bdf90e2c1f Updated to centralise all centralised headers into one called Core 2020-08-25 20:58:47 +01:00
Alejandro Saucedo
d0849f799b Updated to add compute shaders with header 2020-08-25 20:44:55 +01:00
Alejandro Saucedo
2490708486 Added fully functional build shaders with dependencies on folders 2020-08-25 08:39:23 +01:00
Alejandro Saucedo
9e72620c1c Added license 2020-08-25 08:17:19 +01:00
Alejandro Saucedo
9b169f1ef8 Removed spirv compiled shaders from file 2020-08-25 08:15:27 +01:00
Alejandro Saucedo
f54678af03 Added makefile as part of cmake and added windows compatibility for python scripts 2020-08-25 08:12:52 +01:00
Alejandro Saucedo
5567c532bf Removed external dependencies from repo 2020-08-25 08:12:21 +01:00
Alejandro Saucedo
6ef768f0ca Added single header include 2020-08-24 22:14:49 +01:00
Alejandro Saucedo
af74e25e35 Updated repository to use cmakelists for compilation 2020-08-24 20:56:25 +01:00
Alejandro Saucedo
ecc9a1e273 Updated to have top level makefile 2020-08-24 18:55:55 +01:00
Alejandro Saucedo
4f1c46b9ae Added CMakeLists as build framework 2020-08-24 07:55:51 +01:00
Alejandro Saucedo
bbc41aef12 Added CMakeLists as build framework 2020-08-24 07:52:06 +01:00
Alejandro Saucedo
cfb81949db enclosed in release 2020-08-23 15:22:54 +01:00
Alejandro Saucedo
8b07c9b39c Updated to include and work with cpp header shaders 2020-08-23 13:51:26 +01:00
Alejandro Saucedo
bb90806d79 Updated to include and work with cpp header shaders 2020-08-23 12:30:56 +01:00
Alejandro Saucedo
fccacd0058 Removed obsolete hpp header 2020-08-23 11:07:45 +01:00
Alejandro Saucedo
f3b28e6b08 Added initial implementation of shaders as hpp files 2020-08-23 10:56:14 +01:00
Alejandro Saucedo
2561ace8b7 Added python converter for shader scripts 2020-08-23 09:50:44 +01:00
Alejandro Saucedo
362368c712 Updated readme description 2020-08-23 06:50:52 +01:00
Alejandro Saucedo
d0a1f5f5ed Updated shaders to align with multiply 2020-08-23 06:50:43 +01:00
Alejandro Saucedo
7b7074ce26 Updated shaders to align with multiply 2020-08-23 06:50:22 +01:00
Alejandro Saucedo
88944de156 Fully working end to end flow 2020-08-23 06:50:04 +01:00
Alejandro Saucedo
68ba2d84d0 Removed unused code in main.cpp 2020-08-23 06:49:26 +01:00
Alejandro Saucedo
9f74679dd5 Fully working end to end flow 2020-08-22 20:13:30 +01:00
Alejandro Saucedo
622b8c4bc7 Updated readme 2020-08-22 19:02:34 +01:00
Alejandro Saucedo
5892d5ea94 Updated readme 2020-08-22 18:50:06 +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
6f0203b863 Fully working end to end flow 2020-08-22 16:34:39 +01:00
Alejandro Saucedo
906533ae9d Removed bug calling start/end during sequence submit phase 2020-08-22 16:27:09 +01:00
Alejandro Saucedo
ce00048d8c Reverted back to cpp 2020-08-22 15:21:20 +01:00
Alejandro Saucedo
18fba90ec0 Moved opmult to use tpp file 2020-08-22 15:02:47 +01:00
Alejandro Saucedo
7f38c1a519 Added template parameters to opmult class 2020-08-22 13:43:50 +01:00
Alejandro Saucedo
d74a999e12 Added template parameters to opmult class 2020-08-22 13:33:21 +01:00
Alejandro Saucedo
c92425dd87 Reformatted 2020-08-22 13:01:16 +01:00
Alejandro Saucedo
25d5df21ce Added buffer memory barriers 2020-08-22 13:01:04 +01:00
Alejandro Saucedo
5bb9046b49 Reformatted 2020-08-22 12:31:11 +01:00
Alejandro Saucedo
181efc954b Debugging with simpler shader 2020-08-22 12:31:00 +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
Alejandro Saucedo
0d18dc50e6 Reformatted 2020-08-20 05:45:54 +01:00
Alejandro Saucedo
8aa7843f0e Updated init parameter to be tensor vector 2020-08-20 05:27:42 +01:00
Alejandro Saucedo
90ea083cba Added base tensor creation to set up the multiplication step 2020-08-19 21:18:01 +01:00
Alejandro Saucedo
b11a54911d Working end to end example 2020-08-19 21:10:53 +01:00