adding CI

This commit is contained in:
2025-01-12 20:25:13 +01:00
parent 4bd57a2a51
commit 8c00af0443
18 changed files with 710 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
# PulseGPU
<a href="https://github.com/ft-grmhd/Pulse/actions/workflows/linux_build.yml"><img src="https://github.com/ft-grmhd/Pulse/actions/workflows/linux_build.yml/badge.svg"></a>
<a href="https://github.com/ft-grmhd/Pulse/actions/workflows/macos_build.yml"><img src="https://github.com/ft-grmhd/Pulse/actions/workflows/macos_build.yml/badge.svg"></a>
<a href="https://github.com/ft-grmhd/Pulse/actions/workflows/msys2_build.yml"><img src="https://github.com/ft-grmhd/Pulse/actions/workflows/msys2_build.yml/badge.svg"></a>
<a href="https://github.com/ft-grmhd/Pulse/actions/workflows/windows_build.yml"><img src="https://github.com/ft-grmhd/Pulse/actions/workflows/windows_build.yml/badge.svg"></a>
Pulse is a low level GPGPU library designed for highly intensive general GPU computations with high control over the hardware. It is built on top of Vulkan and a Metal support is in discussion.