Commit graph

319 commits

Author SHA1 Message Date
Alejandro Saucedo
d96723d407 Updated readme 2020-10-17 17:44:48 +01:00
Alejandro Saucedo
1fe15116a7 Updated readme 2020-10-17 17:14:27 +01:00
Alejandro Saucedo
9088a1a9df Updated readme 2020-10-17 17:13:53 +01:00
Alejandro Saucedo
2f3ac91bfd Updated readme 2020-10-17 17:12:57 +01:00
Alejandro Saucedo
35f82ed708 Added documentation for parallel processing and refactored documentation 2020-10-17 17:09:35 +01:00
Alejandro Saucedo
fba0a244a1
Merge pull request #73 from EthicalML/51_async
Adding Asynchronous Processing Capabilities with Multiple Queue Support
2020-10-17 13:53:07 +01:00
Alejandro Saucedo
c6695f130c Added basic documentation on async / parallel 2020-10-17 12:37:34 +01:00
Alejandro Saucedo
f4275e2c31 Added test just for the await component 2020-10-17 12:31:28 +01:00
Alejandro Saucedo
8c66b4b66b Added evalOpAwaitDefault and evalOpAsyncDefault 2020-10-17 12:31:20 +01:00
Alejandro Saucedo
10faaab81e Added basic documentation and examples in readme 2020-10-17 11:57:33 +01:00
Alejandro Saucedo
abe2c41041 Simplified test and shortened run time 2020-10-17 11:57:20 +01:00
Alejandro Saucedo
5cfc2ab8ce Added single include with async 2020-10-17 11:20:33 +01:00
Alejandro Saucedo
9a64339e95 Reformatted 2020-10-17 11:19:25 +01:00
Alejandro Saucedo
872a0bc717 Added details on test 2020-10-17 11:18:50 +01:00
Alejandro Saucedo
40fc293eb1 Updated tests to work with async tests 2020-10-17 11:17:23 +01:00
Alejandro Saucedo
356a563471 Added test that ensures multiprocessing is working 2020-10-17 10:42:07 +01:00
Alejandro Saucedo
6fc0b0b3e3 Added capabilities for multiple queues 2020-10-17 10:40:43 +01:00
Alejandro Saucedo
79ca746ebc Removed wait stage mask from submit info 2020-10-16 07:54:42 +01:00
Alejandro Saucedo
c1a0334e9d Updated documentation 2020-10-16 07:48:48 +01:00
Alejandro Saucedo
c69fcb7e60 UPdated to have shorter dispatch size and larger loop size 2020-10-16 07:39:37 +01:00
Alejandro Saucedo
9e79b9f352 Updated to implementation of queues but no speedups yet 2020-10-15 22:13:12 +01:00
Alejandro Saucedo
4e697bb787 Updated to current multiple queue implementation 2020-10-15 21:40:31 +01:00
Alejandro Saucedo
3e5364fc44 Added async test 2020-10-15 09:25:23 +01:00
Alejandro Saucedo
48805e1639 Updated to function for async 2020-10-15 09:25:16 +01:00
Alejandro Saucedo
33df1dec4e Added evalOpAwait and evalOpAsync into the manager 2020-10-15 07:16:01 +01:00
Alejandro Saucedo
8ec486b4ab Added initial async capability 2020-10-14 21:50:33 +01:00
Alejandro Saucedo
2f7fc45b2b Updated documentation 2020-10-14 08:42:42 +01:00
Alejandro Saucedo
e4a4f2cb5d Merge branch 'master' of github.com:EthicalML/vulkan-kompute 2020-10-13 20:52:19 +01:00
Alejandro Saucedo
50c750af0d Updated readme 2020-10-13 20:46:13 +01:00
Alejandro Saucedo
8ad1c6d98f Updated readme 2020-10-13 20:38:46 +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
6888524606 Updated cmake to also copy CNAME file 2020-10-12 08:11:49 +01:00
Alejandro Saucedo
d14056db21 Updated cname to use kompute.cc url 2020-10-11 11:47:49 +01:00
Alejandro Saucedo
283e188e08
Merge pull request #71 from nihui/patch-1
Fix README typo
2020-10-10 17:01:38 +01:00
nihui
435a729276
Fix README typo 2020-10-09 17:07:44 +08:00
Alejandro Saucedo
dd7cac32f3 Documented the rest of the build parameters 2020-10-08 07:54:10 +01: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