| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-20 | 8.0 kB | |
| v0.9.0 source code.tar.gz | 2024-01-20 | 13.5 MB | |
| v0.9.0 source code.zip | 2024-01-20 | 13.7 MB | |
| Totals: 3 Items | 27.2 MB | 0 | |
v0.9.0
Merged pull requests:
- Readded missing codecov cmake targets #345 (axsaucedo)
- Fix example build #340 (ToKiNoBug)
- Fix find_package, enable CPack and support clang-cl #338 (ToKiNoBug)
- Fix cmake install2 (with sign off) #337 (ToKiNoBug)
- [performance bug] Fix Sequence::clear() #328 (Crydsch)
- Fix vulkan version parsing #325 (Crydsch)
- Adding storage tensor functionality with tests #316 (axsaucedo)
- Logging fixes for spdlog #315 (axsaucedo)
- Adding CI setup to ensure examples are tested automatically #314 (axsaucedo)
- Updating default headers to Vulkan v1.3.231 #312 (axsaucedo)
- Fixed build error on gcc 12 #311 (hungrymonkey)
- Upgrading to Vulkan 1.3 #309 (axsaucedo)
- Updated the fetch_content git repo and commit hash #307 (COM8)
- Fixes two mistakes in comments and removes one unused vk::MappedMemoryRange #301 (MiroPalmu)
- Added an option to get the current vk instance #292 (COM8)
- fix(CMakeLists.txt): typo #291 (tpoisonooo)
- Fixed compiler warnings #289 (COM8)
- Refactor build system #287 (COM8)
- Added .clang-format file and formatted everything #286 (COM8)
- Enum class fix for fmt 8.x #285 (COM8)
- Fixed Vulkan deprecation warning #284 (COM8)
- Removed '#pragma once' from cpp files #283 (COM8)
What's Changed
- Fixed Vulkan deprecation warning by @COM8 in https://github.com/KomputeProject/kompute/pull/284
- Removed '#pragma once' from cpp files by @COM8 in https://github.com/KomputeProject/kompute/pull/283
- Enum class fix for fmt 8.x by @COM8 in https://github.com/KomputeProject/kompute/pull/285
- Added .clang-format file and formatted everything by @COM8 in https://github.com/KomputeProject/kompute/pull/286
- Fixed compiler warnings by @COM8 in https://github.com/KomputeProject/kompute/pull/289
- fix(CMakeLists.txt): typo by @tpoisonooo in https://github.com/KomputeProject/kompute/pull/291
- Added an option to get the current vk instance by @COM8 in https://github.com/KomputeProject/kompute/pull/292
- Fixes two mistakes in comments and removes one unused vk::MappedMemoryRange by @MiroPalmu in https://github.com/KomputeProject/kompute/pull/301
- Refactor build system by @COM8 in https://github.com/KomputeProject/kompute/pull/287
- Updated the fetch_content git repo and commit hash by @COM8 in https://github.com/KomputeProject/kompute/pull/307
- Upgrading to Vulkan 1.3 by @axsaucedo in https://github.com/KomputeProject/kompute/pull/309
- Fixed build error on gcc 12 by @hungrymonkey in https://github.com/KomputeProject/kompute/pull/311
- Updating default headers to Vulkan v1.3.231 by @axsaucedo in https://github.com/KomputeProject/kompute/pull/312
- Adding CI setup to ensure examples are tested automatically by @axsaucedo in https://github.com/KomputeProject/kompute/pull/314
- Logging fixes for spdlog by @axsaucedo in https://github.com/KomputeProject/kompute/pull/315
- Adding storage tensor functionality with tests by @axsaucedo in https://github.com/KomputeProject/kompute/pull/316
- Fix vulkan version parsing by @Crydsch in https://github.com/KomputeProject/kompute/pull/325
- [performance bug] Fix Sequence::clear() by @Crydsch in https://github.com/KomputeProject/kompute/pull/328
- Fix cmake install2 (with sign off) by @ToKiNoBug in https://github.com/KomputeProject/kompute/pull/337
- Fix find_package, enable CPack and support clang-cl by @ToKiNoBug in https://github.com/KomputeProject/kompute/pull/338
- Fix example build by @ToKiNoBug in https://github.com/KomputeProject/kompute/pull/340
- Readded missing codecov cmake targets by @axsaucedo in https://github.com/KomputeProject/kompute/pull/345
New Contributors
- @COM8 made their first contribution in https://github.com/KomputeProject/kompute/pull/284
- @MiroPalmu made their first contribution in https://github.com/KomputeProject/kompute/pull/301
- @hungrymonkey made their first contribution in https://github.com/KomputeProject/kompute/pull/311
- @Crydsch made their first contribution in https://github.com/KomputeProject/kompute/pull/325
- @ToKiNoBug made their first contribution in https://github.com/KomputeProject/kompute/pull/337
Closed issues:
- State of the Project #344
- Does it support Mali GPU? Like rk35xx series board? #330
- After compilation, only the library file has no header file #324
- windows building error #321
- How can I know to which extent a particular GPU is supported? #319
- windows building error #318
- Array multiplication example code needs to be updated everytime kompute have a build issue. #313
- gcc12 build fails because std:shared_ptr requires explicit declation of \<memory> #310
- Android sample is not compiling #305
- read/write operations from disk from GPU/device arrays ? #299
- memory sanitizer reports errors for simple example #298
- Build failure: static assertion failed: Cannot format an argument. To make type T formattable provide a formatter\<T> specialization: https://fmt.dev/latest/api.html#udt #282
- Build cleanly without warnings #278
- Upgrade to version 1.3 of Vulkan #265
Full Changelog: https://github.com/KomputeProject/kompute/compare/v0.8.1...v0.9.0