Commit graph

282 commits

Author SHA1 Message Date
nihui
435a729276
Fix README typo 2020-10-09 17:07:44 +08: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
3edb72be6a Updated godot example to use compiled spv header by default 2020-10-07 21:26:17 +01:00
Alejandro Saucedo
45ddfe524b
Merge pull request #69 from EthicalML/android-example
Updated readme and single kompute for 0.3.2
2020-10-04 18:13:34 +01:00
Alejandro Saucedo
4cd306f0ed Updated readme and single kompute 2020-10-04 18:11:56 +01:00
Alejandro Saucedo
0ca2b8e2c2
Merge pull request #68 from EthicalML/android-example
Added android example and upgraded build configurations
2020-10-04 17:55:06 +01:00
Alejandro Saucedo
76882d803a Removed dynamic define macro 2020-10-04 17:52:32 +01:00
Alejandro Saucedo
4cf696ce05 Removed references to androidglue from cmake 2020-10-04 17:49:37 +01:00
Alejandro Saucedo
5de563c99c Removed comment from algorithm 2020-10-04 17:46:13 +01:00
Alejandro Saucedo
34f527e14f Updated example readme 2020-10-04 17:31:38 +01:00
Alejandro Saucedo
122541f14c Added editor image 2020-10-04 17:22:37 +01:00
Alejandro Saucedo
69ef5903b8 Added base readme for android example 2020-10-04 17:02:14 +01:00
Alejandro Saucedo
d801793286 Added function to also expose params 2020-10-04 16:46:52 +01:00
Alejandro Saucedo
a04dabc22c Extended example to use logistic regression code 2020-10-04 16:22:19 +01:00
Alejandro Saucedo
7715db8993 Updated aggregate headers to include lr header 2020-10-04 16:21:59 +01:00
Alejandro Saucedo
270959ab20 Updated logistic regression shader to header 2020-10-04 16:21:09 +01:00
Alejandro Saucedo
16c56f29e1 Added lr shader and removed old ml shader 2020-10-04 16:19:43 +01:00
Alejandro Saucedo
61471339ce Fully working android in older phones 2020-10-04 14:37:26 +01:00
Alejandro Saucedo
9698ba7f42 Fully functioning android ui and passing of float arrays 2020-10-04 11:56:24 +01:00
Alejandro Saucedo
a1e25fc792 Initial addition of input blocks 2020-10-04 08:07:17 +01:00
Alejandro Saucedo
652e010895 Fully functional JNI UI based app 2020-10-03 19:27:54 +01:00
Alejandro Saucedo
a73f82e191 Updated example to not use native activity anymore 2020-10-03 18:27:39 +01:00
Alejandro Saucedo
ba70a4c666 Removed old folder ndk wrapper 2020-10-03 16:12:29 +01:00
Alejandro Saucedo
0d3cb7787f Updated android example to reduce number of files 2020-10-03 16:12:17 +01:00
Alejandro Saucedo
aa8a138d94 Updated vulkan ndk patch include 2020-10-03 16:11:56 +01:00
Alejandro Saucedo
9c487feb3b Updated src to point to renamed ndk wrapper include 2020-10-03 16:11:46 +01:00
Alejandro Saucedo
1b63f58b7d Cleaned example file 2020-10-03 15:45:39 +01:00
Alejandro Saucedo
b584a0ebfc Updated to working example 2020-10-03 15:26:55 +01:00
Alejandro Saucedo
02f4f34f9c Updated signle include 2020-10-03 15:26:11 +01:00
Alejandro Saucedo
c774040e52 Updated godot example to use static lib 2020-10-03 15:26:01 +01:00
Alejandro Saucedo
2e9ffd9444 Updated to make debug layers guarded by macro 2020-10-03 15:25:20 +01:00
Alejandro Saucedo
4c3b18d560 Added functioning example 2020-10-03 13:10:40 +01:00
Alejandro Saucedo
32caa1aa60 Added base for building kompute 2020-10-03 11:59:52 +01:00
Alejandro Saucedo
20bc15a294 Added base cmake 2020-10-03 10:56:22 +01:00
Alejandro Saucedo
a320d85573 Adding ndk patch 2020-10-03 10:56:08 +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
ec2ca803d3 Adding tests for actual lib 2020-10-03 10:54:04 +01:00
Alejandro Saucedo
6c41ceb0b2 Updated example to start using core structure 2020-10-01 18:44:25 +01:00
Alejandro Saucedo
0182836386 updated wrapper 2020-10-01 08:31:32 +01:00
Alejandro Saucedo
4a093554c7 Initial commit of android example 2020-09-30 08:29:58 +01:00
Alejandro Saucedo
68b9554061 updated image for kompute godot 2020-09-27 20:40:51 +01:00
Alejandro Saucedo
3d9a574669 Added image 2020-09-27 20:34:42 +01:00
Alejandro Saucedo
5460681ad9
Merge pull request #66 from Dudecake/master
Fix compiler errors on compilers other than msvc
2020-09-27 19:04:50 +01:00
Alejandro Saucedo
1b5df02f05 Updated summator example readme 2020-09-27 18:01:58 +01:00
Alejandro Saucedo
178a446aa9 Updated readme links 2020-09-27 17:34:34 +01:00
Alejandro Saucedo
c6bde9f274 Updated readme links 2020-09-27 17:33:37 +01:00
Alejandro Saucedo
6a865dc9f7
Merge pull request #65 from EthicalML/godot_example
Added readme to explain high level explanation for Godot example
2020-09-27 17:13:12 +01:00
Alejandro Saucedo
9a349c1de7 Added readme to explain high level explanation for example 2020-09-27 17:11:04 +01:00
Dudecake
4ad7466562
Removed default arg before parameter pack 2020-09-27 18:01:09 +02:00
Dudecake
ce7c7eba3d
Fixed array_multiplication compile errors 2020-09-27 18:00:23 +02:00