Fabian Sauter
24cd307042
Added .clang-format file and formatted everything
...
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 15:11:40 +02:00
Alejandro Saucedo
f731f2e55c
Merge pull request #285 from COM8/fmt_fix
...
Enum class fix for fmt 8.x
2022-05-02 13:58:02 +01:00
Alejandro Saucedo
221ad18315
Merge pull request #283 from COM8/master
...
Removed '#pragma once' from cpp files
2022-05-02 13:44:35 +01:00
Alejandro Saucedo
850d8bda55
Merge pull request #284 from COM8/vulkan_warning
...
Fixed Vulkan deprecation warning
2022-05-02 13:44:14 +01:00
Fabian Sauter
f40ba2852b
Enum class fix for fmt 8.x
...
Since fmt 8.0.0 enum classes are not being implicitly converted to int any more.
Refference: https://github.com/fmtlib/fmt/issues/1841
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 14:33:03 +02:00
Fabian Sauter
9a791b161d
Fixed Vulkan deprecation warning
...
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 13:42:25 +02:00
Fabian Sauter
294fa46d0a
Removed '#pragma once' from cpp files
...
Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-05-02 13:35:22 +02:00
Alejandro Saucedo
83210c577f
Merge pull request #281 from KomputeProject/v0.8.1-release
...
v0.8.1 release
2022-04-13 11:22:29 +01:00
Alejandro Saucedo
86ebbb3190
Updated CHANGELOG
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-04-13 11:19:54 +01:00
Alejandro Saucedo
2fb4f408cd
Updated version
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-04-13 11:19:54 +01:00
Alejandro Saucedo
ec09b9c918
Updated version
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-04-13 11:19:54 +01:00
Alejandro Saucedo
b5e69b2248
Merge pull request #280 from KomputeProject/kompute_active_log
...
Added active log level definitions for kompute
2022-04-13 11:09:45 +01:00
Alejandro Saucedo
5e23eb7fdb
Added log level only on compile flag
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-04-13 11:05:10 +01:00
Alejandro Saucedo
11b04510ea
Added active log level definitions for kompute
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-04-13 10:52:42 +01:00
Alejandro Saucedo
8b08e7ccb5
Merge pull request #279 from ScheissSchiesser/fix_testDestroyTensorSingle
...
Fix TestDestroy.TestDestroyTensorSingle
2022-04-12 10:14:49 +01:00
ScheissSchiesser
54baa18de9
Remove redundant SyncLocal operation
...
Signed-off-by: ScheissSchiesser <9285100+ScheissSchiesser@users.noreply.github.com>
2022-04-12 00:32:11 -04:00
ScheissSchiesser
409c455d8c
Fix TestDestroy.TestDestroyTensorSingle by first syncing the tensor data to the device
...
Signed-off-by: ScheissSchiesser <9285100+ScheissSchiesser@users.noreply.github.com>
2022-04-09 11:42:38 -04:00
Alejandro Saucedo
c71a8d2c7c
Merge pull request #277 from KomputeProject/fix_discord_link
...
Updated discord link
2022-03-23 08:27:17 +00:00
Alejandro Saucedo
8675b45865
Updated discord link
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-03-23 08:27:04 +00:00
Alejandro Saucedo
e0a762006f
Merge pull request #273 from tpoisonooo/fix-typo
...
style(src/Algorithm): fix typo
2022-03-17 10:05:29 +00:00
tpoisonooo
304335152a
style(src/Algorithm): fix typo
...
Signed-off-by: tpoisonooo <khj.application@aliyun.com>
2022-03-17 17:54:31 +08:00
Alejandro Saucedo
cf84b61c23
Merge pull request #266 from KomputeProject/android_fixed_example
...
Fix Android Example confirmed with blog post steps
2022-01-30 13:34:23 +00:00
Alejandro Saucedo
4e0bce0e6d
Reverted gradle change
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 13:32:50 +00:00
Alejandro Saucedo
36b6df6e98
Updated format of kompute
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 13:30:41 +00:00
Alejandro Saucedo
d2d9ae6873
Android fixed example
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 13:30:41 +00:00
Alejandro Saucedo
4fca515d8f
Updated example with correct function
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 13:30:41 +00:00
Alejandro Saucedo
f4bc3f68eb
Updating array_mutiplication example to work correctly
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 13:30:41 +00:00
Alejandro Saucedo
05b31d9b3d
Merge pull request #262 from KomputeProject/axsaucedo-patch-3
...
Updating array_mutiplication example to work correctly
2022-01-30 10:42:13 +00:00
Alejandro Saucedo
87121c459f
Updated compileSource example in docs
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 10:41:57 +00:00
Alejandro Saucedo
ea983cb64d
Updated compilesource in godot examples
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 10:41:57 +00:00
Alejandro Saucedo
d932b2f8ea
Updated example with correct function
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 10:41:57 +00:00
Alejandro Saucedo
0dc856c47f
Updating array_mutiplication example to work correctly
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-30 10:41:57 +00:00
Alejandro Saucedo
efe4b0f7d0
Update README.md
2022-01-29 18:48:25 +00:00
Alejandro Saucedo
388f8792f6
Update README.md
2022-01-29 18:48:10 +00:00
Alejandro Saucedo
a6859276fc
Merge pull request #263 from KomputeProject/axsaucedo-patch-4
...
Adding Governance with TSC charter
2022-01-19 18:27:57 +00:00
Alejandro Saucedo
0d1a2c8030
Update GOVERNANCE.md
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-19 10:00:39 +00:00
Alejandro Saucedo
d6989b59b5
Adding Governance with TSC charter
...
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
2022-01-19 10:00:39 +00:00
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
3885b8f6fc
Updated base format
2022-01-04 23:00:39 +00:00
Alejandro Saucedo
fe76176e13
Updated base format
2022-01-04 22:59:31 +00:00
Alejandro Saucedo
140f1efdf6
Updated base format
2022-01-04 22:58:55 +00:00
Alejandro Saucedo
3a7863a221
Updated base format
2022-01-04 22:58:23 +00:00
Alejandro Saucedo
47c0af0c85
Re-updated single include
2022-01-04 22:57:20 +00:00
Alejandro Saucedo
d4454b7755
Updated version cmake
2022-01-04 22:54:11 +00:00
Alejandro Saucedo
37897ab544
Updated version in vcpkg
2022-01-04 22:53:44 +00:00
Alejandro Saucedo
4c1c111663
Updated version in docs
2022-01-04 22:53:19 +00:00
Alejandro Saucedo
db7243b8d7
Updated version in setup version
2022-01-04 22:52:44 +00:00
Alejandro Saucedo
761258a2fe
Updated version
2022-01-04 22:52:14 +00:00
Alejandro Saucedo
f77dcda2ea
Update .gitignore
2021-12-23 14:45:07 +00:00