Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added android example and upgraded build configurations #68

Merged
merged 34 commits into from
Oct 4, 2020

Conversation

axsaucedo
Copy link
Member

@axsaucedo axsaucedo commented Oct 4, 2020

  • 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

@axsaucedo axsaucedo merged commit 0ca2b8e into master Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant