<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vulkan on Dispatch3 Inc.</title><link>https://dispatch3.com/tags/vulkan/</link><description>Recent content in Vulkan on Dispatch3 Inc.</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 20 Oct 2024 09:00:02 -0400</lastBuildDate><atom:link href="https://dispatch3.com/tags/vulkan/index.xml" rel="self" type="application/rss+xml"/><item><title>Spinel: Accelerated Vector Graphics</title><link>https://dispatch3.com/projects/spinel/</link><pubDate>Sun, 20 Oct 2024 09:00:02 -0400</pubDate><guid>https://dispatch3.com/projects/spinel/</guid><description>Spinel is a high-performance GPU-accelerated vector graphics, compositing and image processing pipeline for Vulkan 1.2+ GPUs.
Spinel differs from other vector graphics implementations by providing explicit APIs for defining:
Paths: first-class standalone objects Rasters: transformed-to-screen-space rasterized Paths Compositions: an arrangement of Rasters on Layers Stylings: rendering instructions for each Layer in a Composition These new explicit sub-APIs allow new programming idioms that untangle the canonical immediate-mode 2D API.
Spinel was first implemented using CUDA in 2012.</description></item><item><title>RadixSort: Vulkan Sorting Library</title><link>https://dispatch3.com/projects/radix_sort/</link><pubDate>Sun, 20 Oct 2024 09:00:01 -0400</pubDate><guid>https://dispatch3.com/projects/radix_sort/</guid><description>RadixSort is a high-performance sorting library for Vulkan 1.2+.
Features include:
Ultra-fast stable sorting of 32‑bit or 64‑bit keyvals Key size is declared at sort time Indirectly dispatchable Simple to integrate in a Vulkan 1.2 environment The Vulkan implementation of RadixSort is open source and available here in Google&amp;rsquo;s Fuchsia project repo.</description></item><item><title>HotSort: Vulkan Sorting Library</title><link>https://dispatch3.com/projects/hotsort/</link><pubDate>Sun, 20 Oct 2024 09:00:00 -0400</pubDate><guid>https://dispatch3.com/projects/hotsort/</guid><description>HotSort is a high-performance GPU-accelerated integer sorting library that has been implemented in CUDA, OpenCL, and now Vulkan.
This sorting library was used in the Spinel graphics engine until 2022 when it was replaced with the even higher performance RadixSort library.
HotSort&amp;rsquo;s advantages include:
Ultra-fast sorting of 32‑bit or 64‑bit keys Reaches peak throughput on small arrays In-place sorting for low-memory environments Strong scaling with number of multiprocessors Low memory transactions relative to array size A concurrency-friendly dense kernel grid Support for GPU post-processing of sorted results Although HotSort is a comparison sort, it&amp;rsquo;s typically significantly faster than other GPU-accelerated algorithms when sorting arrays smaller than ~500K keyvals.</description></item></channel></rss>