jgbit / vuda

VUDA is a header-only library based on Vulkan that provides a CUDA Runtime API interface for writing GPU-accelerated applications.
MIT License
867 stars 35 forks source link

adapt to work on linux #3

Closed marty1885 closed 6 years ago

marty1885 commented 6 years ago

Hi, thanks for your great work on VUDA. It is a awesome idea. This pull request adapts VUDA to work on Linux too. The changes includes.

  1. Include the required headers in toragebuffer.hpp
  2. Use C++11's chrono library instead of Windows API to track time.

Please let me know if any of my code needs to be changed.

jgbit commented 6 years ago

Thank you for the contribution.