https://github.com/nholland94/bynar
A high level Vulkan compute library for D
https://github.com/nholland94/bynar
dlang library parallel-computing spir-v vulkan
Last synced: 8 months ago
JSON representation
A high level Vulkan compute library for D
- Host: GitHub
- URL: https://github.com/nholland94/bynar
- Owner: nholland94
- Created: 2017-02-07T04:15:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T20:05:14.000Z (over 8 years ago)
- Last Synced: 2025-01-22T00:49:20.176Z (9 months ago)
- Topics: dlang, library, parallel-computing, spir-v, vulkan
- Language: D
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bynar - A controlled compute shader execution library
Still early in development.
This library provides a high level interface into Vulkan which allows you to describe the flow and execution of shader modules in sequence.
## Goals
- Provide an input size independent way of chaining modules together that abstracts vulkan resource management
- Provide a robust set of tools for specifying the control flow of an entire parallel application in relation to comput shaders
- Provide an extendable set of abstractions to allow programs using the library to specify the execution behavior of any linear compute shader
## Currently done
- Can specify exection with set of modules and sequence of stages
- Execution strategies calculate execution parameters given an input size
## TODO
- Execution strategies aware of element size
- Multiple input sets to one stage
- Control flow
- CPU stages (function hooks for stages via semaphores)
## Development
Interested on working with/on this library? Reach out to me personally and I can work with you.