Commit graph

102 commits

Author SHA1 Message Date
Alejandro Saucedo
a5de24206d
Merge pull request #233 from Corentin-pro/example_naive_matmul
Naive matrice multiplication example
2021-08-24 06:43:39 +01:00
Alejandro Saucedo
d9203477d2 Moving to KomputeProject org 2021-07-22 09:56:47 +01:00
Alejandro Saucedo
ddc879d692 Updated trailing components for readme 2021-07-21 21:19:24 +01:00
Alejandro Saucedo
ad1c518d0a Updated to new url 2021-07-21 20:58:31 +01:00
Alejandro Saucedo
96768a3302 UPdated examples and documentations to not require glsl deps 2021-07-21 20:30:38 +01:00
Alejandro Saucedo
1357549900 Updated glslang as core dependency 2021-07-20 19:22:51 +01:00
Corentin
3962ee70af Fix small matrices matmuls, imp3 working but slow 2021-06-28 19:05:39 +09:00
Corentin
a3f7793c17 Fix FLOPS calculation 2021-06-25 03:41:24 +09:00
Corentin
7f4ec27235 Fix second implementation, add benchmark script
* Third implementation is broken (WIP)
2021-06-25 02:49:28 +09:00
Corentin
6f04eb9db2 Better tiling implementation, fixed tiling asserts 2021-06-24 19:36:08 +09:00
Corentin
425380f1a1 Automated work group parameters and tiling matmul 2021-06-24 18:36:10 +09:00
Corentin
8c9ad5f2a4 Naive matmul benchmark 2021-06-22 18:21:32 +09:00
Corentin
0b7d057727 Naive matrice multiplication example 2021-06-22 16:13:20 +09:00
Corentin
0901700176 Fixed typo in CMakeLists.txt (ANDOID => ANDROID) 2021-06-21 14:01:38 +09:00
20kdc
d6bef8ac4f Add suggested output filenames to VGG7 gitignore 2021-05-30 20:03:26 +01:00
20kdc
55a02c0c7f Update VGG7 example README to include model download instructions 2021-05-30 19:23:19 +01:00
20kdc
865fd4b5cd VGG7 example 2021-05-30 18:42:35 +01:00
Alejandro Saucedo
53039040ba Updated naming on code files 2021-05-11 09:56:44 +01:00
Henry Miskin
b8963a4604 Merge branch 'master' into 131_pi4_mesa_vulkan_example 2021-03-14 21:31:58 +00:00
Henry Miskin
31ad92180c Added render permissions modification 2021-03-14 21:31:49 +00:00
Henry Miskin
df79ec2f7d Fix mistake on package installation 2021-03-07 19:11:21 +00:00
Henry Miskin
d55edfb883 Add instructions for running on Pi4 2021-03-07 19:03:14 +00:00
Alejandro Saucedo
f02b9d6915 Working implementation with tests 2021-03-07 14:08:57 +00:00
Alejandro Saucedo
956883e0cd Working iteration of kompute tensor with multiplee types 2021-03-07 14:08:57 +00:00
Alejandro Saucedo
ad18c2e546 Initial implementation of tensor working compiling 2021-03-07 14:08:56 +00:00
Alejandro Saucedo
fa5dc43b44 Updated compile_shader to compileShader 2021-03-07 14:03:51 +00:00
Alejandro Saucedo
4fddf74ca7 Updated examples 2021-02-28 17:07:17 +00:00
Alejandro Saucedo
9aae5d69db Initial checkpoint with reasonable workflow 2021-02-27 14:49:12 +00:00
Alejandro Saucedo
29c50e5728 Amended SPDLOG_X log functions to be KP_LOG_X 2021-02-21 11:51:34 +00:00
Alejandro Saucedo
82a56b7e85 Updated examples to match new shader api 2021-02-21 10:06:29 +00:00
Alejandro Saucedo
56d9a3a933 Updated to use all uint32_t to avoid ambiguity on passing strings 2021-02-20 18:09:02 +00:00
Alejandro Saucedo
48f041d9f3 Updated the examples 2021-02-09 22:15:07 +00:00
Alejandro Saucedo
4e9888e7d6 Updated examples 2021-02-09 21:30:33 +00:00
Alejandro Saucedo
3970e3c48e Added link to binder 2020-11-11 08:41:19 +00:00
Alejandro Saucedo
afe051713a Updated readme to include all links 2020-11-11 08:40:52 +00:00
Alejandro Saucedo
ea13ec46ea Updated python docs 2020-11-11 08:27:09 +00:00
Alejandro Saucedo
ed3cad3969 Added base python example with links to relevant resources 2020-11-11 08:23:17 +00:00
Alejandro Saucedo
53e1a3aa54 Updated array example 2020-11-03 18:04:54 +00:00
Alejandro Saucedo
88df1b312d Updated logistic regression model 2020-11-03 18:04:39 +00:00
Alejandro Saucedo
8285f2f878 Updated logistic regression model 2020-11-03 18:04:29 +00:00
Alejandro Saucedo
5822850ef2 Updated logistic regression model 2020-11-03 18:04:03 +00:00
Alejandro Saucedo
b636a80d06 Updated array example 2020-11-03 08:42:27 +00:00
Alejandro Saucedo
82fbb47974 Updated lr example to use multiple sequences 2020-10-20 07:05:17 +01:00
Alejandro Saucedo
bb9423216d UPdated godot example to use multiple sequences 2020-10-20 07:05:05 +01:00
Alejandro Saucedo
f8755773ce Updated android example to use multiple sequences 2020-10-20 07:04:50 +01:00
Alejandro Saucedo
2f7fc45b2b Updated documentation 2020-10-14 08:42:42 +01:00
Alejandro Saucedo
9ef2db9eda Updated notices 2020-10-13 06:13:17 +01:00
Alejandro Saucedo
1e39ef30cc Updated includes 2020-10-13 06:13:04 +01:00
Alejandro Saucedo
743a687704 removed unused imports in android jni file 2020-10-12 08:12:21 +01:00
Alejandro Saucedo
3edb72be6a Updated godot example to use compiled spv header by default 2020-10-07 21:26:17 +01:00