https://github.com/gpuopen-librariesandsdks/vkmbcnt
Vulkan mbcnt sample that shows how to use the AMD_shader_ballot extension and mbcnt to perform a fast reduction within a wavefront
https://github.com/gpuopen-librariesandsdks/vkmbcnt
Last synced: 12 months ago
JSON representation
Vulkan mbcnt sample that shows how to use the AMD_shader_ballot extension and mbcnt to perform a fast reduction within a wavefront
- Host: GitHub
- URL: https://github.com/gpuopen-librariesandsdks/vkmbcnt
- Owner: GPUOpen-LibrariesAndSDKs
- License: mit
- Created: 2016-05-20T15:23:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T15:57:27.000Z (about 8 years ago)
- Last Synced: 2025-04-20T12:35:39.690Z (about 1 year ago)
- Language: C++
- Size: 795 KB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Vulkan shader extensions
========================
Welcome to the Vulkan™ `mbcnt` sample, which shows how to use the `AMD_shader_ballot` extension and `mbcnt` to perform a fast reduction within a wavefront.
License
-------
MIT: see `LICENSE.txt` for details.
System requirements
-------------------
* AMD Radeon™ GCN-based GPU (HD 7000 series or newer)
* Or other Vulkan™ compatible discrete GPU
* 64-bit Windows® 7 (SP1 with the [Platform Update](https://msdn.microsoft.com/en-us/library/windows/desktop/jj863687.aspx)), Windows® 8.1, or Windows® 10
* Visual Studio® 2013 or Visual Studio® 2015
* Graphics driver with Vulkan support. For AMD, the AMD Radeon Software Crimson ReLive Edition 16.12.1 or later is required
* The [Vulkan SDK](https://vulkan.lunarg.com) must be installed
Building
--------
Visual Studio files can be found in the `vkmbcnt\build` directory.
If you need to regenerate the Visual Studio files, open a command prompt in the `vkmbcnt\premake` directory and run `..\..\premake\premake5.exe vs2015` (or `..\..\premake\premake5.exe vs2013` for Visual Studio 2013.)
Third-party software
------------------
* Premake is distributed under the terms of the BSD License. See `premake\LICENSE.txt`.
Attribution
-----------
* AMD, the AMD Arrow logo, Radeon, and combinations thereof are either registered trademarks or trademarks of Advanced Micro Devices, Inc. in the United States and/or other countries.
* Microsoft, Visual Studio, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
* Vulkan and the Vulkan logo are trademarks of the Khronos Group, Inc.