Skip to content

Release v0.3.2

Compare
Choose a tag to compare
@axsaucedo axsaucedo released this 04 Oct 17:16
· 1010 commits to master since this release
45ddfe5
  • Enabled dynamic loading of Vulkan library for Vulkan support
  • Added Android NDK Wrapper with Vulkan HPP support
  • Updated CMAKE min standard to C++14
  • Downgraded min cmake requirement to 3.4.1
  • Added new shader file as shaderlogisticregression as part of AggregateHeader
  • Added #pragma once guard to Kompte.hpp single header
  • Updated createComputePipeline to return Result instead of ResultValue for backwards compatibility
  • Added new compute flags for android including:
    • KOMPUTE_OPT_INSTALL
    • KOMPUTE_OPT_ANDROID_BUILD
    • KOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS
    • KOMPUTE_VK_API_VERSION
    • KOMPUTE_VK_API_MINOR_VERSION
    • KOMPUTE_VK_API_MAJOR_VERSION