Giter Site home page Giter Site logo

devshgraphicsprogramming / radx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benjaminxiang/radx

0.0 0.0 0.0 3.46 MB

๐Ÿ—ก GPU Radix Sort for Vulkan API 1.1 (Compute Shaders)

License: MIT License

CMake 0.11% C++ 83.10% C 7.80% PowerShell 0.10% GLSL 1.03% C# 2.82% Lua 2.42% Python 2.57% Cuda 0.02% Objective-C 0.04%

radx's Introduction

RadX (VK-1.1.109)

You asked question, but how can be fast radix sort in NVIDIA Turing GPU's?

GPU sorting shaders dedication from vRt project. Optimized for modern GPU's and written on Vulkan API (GLSL).

What to be want to do

  • Optimized sorting for NVIDIA RTX GPU's (and, probably, Volta GPU's)
  • Remove outdated and bloated code
  • Add new experimental features without rendering backend
  • In future, add support for other possible architectures (Radeon VII, Navi, Ampere)
  • Add support for Intel UHD Graphics 630 (if we will have time)
  • CUDA Compute Cabability 7.5 Interporability

Preview results

  • In average can sort (up to, and more) 1 billion uint32_t elements per second (tested with RTX 2070, achievable in RTX 2070 Super)
  • Outperform parallel std::sort up to 40x faster (Intel Core i7-8700K)
  • Performance tested in Windows 10 (Insiders) and Visual Studio 2019
  • Can be built by GCC-8 in Linux systems (tested in Ubuntu 18.10)

Materials

radx's People

Contributors

unit-404 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.