Commit graph

192 commits

Author SHA1 Message Date
Alejandro Saucedo
4078fc45f0 Updated test to include mult test 2020-09-12 18:49:21 +01:00
Alejandro Saucedo
fdc1d3b91a Reformatted 2020-09-12 17:21:50 +01:00
Alejandro Saucedo
c5df89c17b Removed containers 2020-09-12 17:20:42 +01:00
Alejandro Saucedo
ad7321eb87 Updated logistic regression example to also output the loss 2020-09-12 17:15:46 +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
dcd8340b27 Updated diagrams 2020-09-09 08:14:26 +01:00
Alejandro Saucedo
2c9db8582b Update LICENSE 2020-09-08 22:02:16 +01:00
Alejandro Saucedo
b4fba659ca Fixed typo in readme 2020-09-08 19:48:49 +01:00
Alejandro Saucedo
d08c75c396 Added test that verifies loops function as expected 2020-09-08 18:57:57 +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
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
93c1ba126e Updated readme description 2020-09-05 11:37:02 +01:00
Alejandro Saucedo
82cc912b21 Updated readme description 2020-09-05 11:36:02 +01:00
Alejandro Saucedo
b1e606452e Added other projects to check out 2020-09-05 11:01:11 +01:00
Alejandro Saucedo
04a003a68c Updated documentation for logistic regression 2020-09-05 08:55:57 +01:00
Alejandro Saucedo
0d3921b345 Added spaces to shader 2020-09-05 08:21:48 +01:00
Alejandro Saucedo
6e3c6a1f75
Merge pull request #38 from axsaucedo/migrating_to_gtest
Migrating to gtest
2020-09-05 08:19:51 +01:00
Alejandro Saucedo
c2d146537e Updated to use cpp raw literal strings 2020-09-05 08:17:54 +01:00
Alejandro Saucedo
d11b4c3c75 Updated to use cpp raw literal strings 2020-09-05 08:17:12 +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
1286da2179 Updated test to use gtest instead of Catch2 2020-09-04 06:11:35 +01:00
Alejandro Saucedo
0b35b5e9d6 Updated test files to work with gtest 2020-09-03 22:20:16 +01:00
Alejandro Saucedo
e666c3f1d6 Fixed sequence example 2020-09-03 19:30:07 +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
Alejandro Saucedo
07bfbe3504 Updated to remove all todos 2020-09-02 21:25:30 +01:00
Alejandro Saucedo
af4f429d4d Updated readme description 2020-09-01 07:32:34 +01:00
Alejandro Saucedo
8eb9853dc8 Added initial advanced example of logistic regression implementation 2020-08-31 22:48:27 +01:00
Alejandro Saucedo
a325486d01 Added logistic regression implementation in tests 2020-08-31 19:01:41 +01:00
Alejandro Saucedo
a379feb77a Updated example up to date 2020-08-31 16:06:10 +01:00
Alejandro Saucedo
08a1300450 Migrated default base type of tensor to float 2020-08-31 16:01:27 +01:00
Alejandro Saucedo
00c66f347b Added tensor tests to validate tensor copies 2020-08-31 13:16:20 +01:00
Alejandro Saucedo
8adb7ab49d Added tests to validate opcreatetensor components 2020-08-31 12:59:22 +01:00
Alejandro Saucedo
782c9f4fe8 Added tests for shader load data including raw and compiled strings+files 2020-08-31 11:47:35 +01:00
Alejandro Saucedo
d7a2d9a34f Updated descriptions in readme to reflect examples 2020-08-31 11:05:46 +01:00
Alejandro Saucedo
117dd70824 Updated readme with examples 2020-08-31 10:52:52 +01:00
Alejandro Saucedo
f29e56fcb8 Introduced simplified interface for creation of algobase 2020-08-31 09:35:40 +01:00
Alejandro Saucedo
13206a9d9b Updated vulkan pipeline to support raw shaders 2020-08-31 09:24:33 +01:00
Alejandro Saucedo
8841063e31 Updated vulkan pipeline compiler 2020-08-31 08:06:38 +01:00
Alejandro Saucedo
304a7cf49f Added komputer 2020-08-30 20:34:55 +01:00
Alejandro Saucedo
e530ed418e Updated image to smaller 2020-08-30 20:32:36 +01:00
Alejandro Saucedo
2735bad84d Updated to add the komputer 2020-08-30 20:21:27 +01:00
Alejandro Saucedo
0305faec2d Fixed broken image 2020-08-30 16:13:39 +01:00