Alejandro Saucedo
Alejandro Saucedo
Create an*"inference"** runtime that lets you run Alibi Detectors and Explainers.
Vulkan 1.3 is now released adding several improvements, we should upgrade and test everything works as expected with this version https://www.khronos.org/news/press/vulkan-reduces-fragmentation-and-provides-roadmap-visibility-for-developers
Currently the supported version of Vulkan is 1.2, earlier versions would result in failure, so would be best to ensure this is explicitly validated in `Core.hpp` as a macro as...
Currently only the latest version of Kompute is displayed in the documentation under http://kompute.cc. The current theme does support a versioning dropdown, so to avoid breaking changes, the easiest way...
Similar to the TensorT class, this issue includes adding an AlgorithmT class that provides strong typing into the limited amount of types supported (whilst allowing push constant with user-defined structs).
Currently only floats are supported for push constants. This issue encompasses extending support for other types including uint32, uint64, bool, etc.
Currently only floats are supported for specialization constants. This issue encompasses extending support for other types including uint32, uint64, bool, etc.
Open issue to openly discuss potential ideas or improvements, whether on documentation, interfaces, examples, bug fixes, etc.
As suggested by @ChenKuo in #52 this would encompass adding support for the Vulkan Timeline Semaphores introduced in 1.2 https://www.khronos.org/blog/vulkan-timeline-semaphores. This would mean that we would have to either drop...