Commit Graph

48 Commits

Author SHA1 Message Date
Alejandro Saucedo
ec27834116 Reformat python 2022-01-04 23:01:52 +00:00
Alejandro Saucedo
1788a217db Reformat python 2022-01-04 23:01:17 +00:00
Alejandro Saucedo
698001b8a0 Updated python test to work in windows 2021-09-14 23:09:37 +01:00
Alejandro Saucedo
c758ec0c20 Updated algo python
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2021-09-12 16:57:37 +01:00
Alejandro Saucedo
2d4c2f7333 Fully functional python
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2021-09-12 16:52:16 +01:00
Alejandro Saucedo
b7fd1b4d79 Updated python and cpp with working gslslangvalidator 2021-07-21 18:16:29 +01:00
Alejandro Saucedo
598c843545 Updated glslang as core dependency 2021-07-20 21:53:50 +01:00
Alejandro Saucedo
1357549900 Updated glslang as core dependency 2021-07-20 19:22:51 +01:00
Alejandro Saucedo
d9090eeb64 Added test to ensure ownership by numpy array 2021-05-07 16:59:21 +01:00
Alejandro Saucedo
3880d17b36 Extending list_devices test for multiple devices
Extending list_devices test to verify more than 0 devices as some will have more than 1
2021-04-06 10:37:19 +01:00
Alejandro Saucedo
a6457ee1ec Added list_devices function and separated new utils function 2021-03-20 08:49:51 +00:00
Henry Miskin
e9b7162c9d Added test skip for broadcom 2021-03-14 21:38:05 +00:00
Alejandro Saucedo
21f4337d55 Fixed skip test check 2021-03-14 15:35:32 +00:00
Alejandro Saucedo
df0dfd351f Added types tests 2021-03-07 14:09:59 +00:00
Alejandro Saucedo
8abb2313d0 Updated python and cpp end to end test and readme to show support for different types on tensor 2021-03-07 14:09:59 +00:00
Alejandro Saucedo
a2ee928f4c Updated tests and rebased 2021-03-07 14:09:56 +00:00
Alejandro Saucedo
647f2f1e62 Updated python 2021-03-04 08:27:24 +00:00
Alejandro Saucedo
ddb77702ee Updated examples in readme 2021-02-28 15:53:09 +00:00
Alejandro Saucedo
38f356fdae Updated python to align with current configuration 2021-02-28 14:53:46 +00:00
Alejandro Saucedo
91d3b9a223 All python tests pass 2021-02-28 07:57:36 +00:00
Alejandro Saucedo
4c4d073b90 Python implementation 2021-02-27 19:37:31 +00:00
Alejandro Saucedo
08a5543c5d Removed the brainstorming code in the py file 2021-02-27 14:49:14 +00:00
Alejandro Saucedo
9aae5d69db Initial checkpoint with reasonable workflow 2021-02-27 14:49:12 +00:00
Alejandro Saucedo
b9ca70b8b1 Added python functionality for shader compile 2021-02-20 19:34:16 +00:00
Alejandro Saucedo
95df064dbb updated pytests and fixed dangling spdlog code in python main.cpp 2021-02-14 17:16:47 +00:00
Alejandro Saucedo
711bd158ba Updated python to align with new workgrups and constants, as well as removed all string related functions 2021-02-14 16:47:24 +00:00
Alejandro Saucedo
0a361907f2 Added python test_kompute 2021-02-13 08:09:49 +00:00
Alejandro Saucedo
09fcba1aee Updated python tests 2021-02-10 18:55:11 +00:00
Alejandro Saucedo
a828bb9f79 Updated python tests 2021-02-09 21:48:23 +00:00
Alejandro Saucedo
650975838c Updated python to align with new structure 2021-02-09 19:19:09 +00:00
Alejandro Saucedo
f7c583d718 Added required dev dependencies to run tests 2021-01-24 15:08:50 +00:00
alexander-g
32f5bb8e69 workgroups for python 2021-01-18 08:19:50 +01:00
alexander-g
9e5535f316 string parameter for eval_algo methods 2020-12-28 11:06:19 +01:00
---
695fb08c80 added tests 2020-12-27 13:26:41 +01:00
Alejandro Saucedo
8a9f0cd7b4 Updated array lr file to align with example 2020-11-11 07:26:05 +00:00
Alejandro Saucedo
5cb2b61426 Updated array mult file to align with example 2020-11-11 07:25:31 +00:00
Alejandro Saucedo
c63bc51e3e Added test lr file 2020-11-11 07:17:44 +00:00
Alejandro Saucedo
f1332fef45 Added individual arary mult file 2020-11-11 07:17:33 +00:00
Alejandro Saucedo
50f8866b7b REmoved lr test from main file 2020-11-11 07:17:16 +00:00
Alejandro Saucedo
90bc86d0eb Added set and get functions 2020-11-10 09:07:22 +00:00
Alejandro Saucedo
8f09edf49d Made python tests location agnostic whre they get called 2020-11-09 19:58:27 +00:00
Alejandro Saucedo
13503e7639 Removed last line from py tests 2020-11-08 15:58:43 +00:00
Alejandro Saucedo
358f496549 Updated python lr impl to use sequence for more efficient management of sequences 2020-11-08 15:56:43 +00:00
Alejandro Saucedo
9af9cb7a50 Implemented logistic regression in python (naive version without sequence) and added to test 2020-11-08 15:38:18 +00:00
Alejandro Saucedo
65b52f3023 Updated tests to cover str and data load, one of the tests leveraging pyshader 2020-11-08 13:18:13 +00:00
Alejandro Saucedo
991cfdcbcc Updated to use kp instead of komputepy for module name 2020-11-02 21:57:10 +00:00
Alejandro Saucedo
85b39baf19 Updated tests 2020-11-01 21:24:28 +00:00
Alejandro Saucedo
3036cbd95f Added tests for python bindings in python 2020-11-01 20:27:17 +00:00