Sample: vulkanImageCUDA
Minimum spec: SM 3.5

This sample demonstrates Vulkan Image - CUDA Interop. CUDA imports the Vulkan image buffer, performs box filtering over it, and synchronizes with Vulkan through vulkan semaphores imported by CUDA. This sample depends on Vulkan SDK, GLFW3 libraries, for building this sample please refer to "Build_instructions.txt" provided in this sample's directory

Key concepts:
Graphics Interop
CUDA Vulkan Interop
Data Parallel Algorithms
