RadeonRays_SDK
Ray intersection accelerator
A C++ library for accelerating ray intersection queries on GPU and CPU for various graphics frameworks
Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
1k stars
101 watching
192 forks
Language: C++
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gpuopen-tools/radeon_gpu_analyzer | An offline compiler and code analysis tool for various GPU architectures and programming languages. | 420 |
gpuopen-librariesandsdks/ags_sdk | A C++ library and SDK for querying AMD GPU software and hardware state information | 246 |
gpuopen-drivers/pal | An abstraction layer between 3D graphics drivers and hardware/operating system details | 364 |
gpuopen-librariesandsdks/cauldron | A framework for rapid prototyping and development of graphics applications using Vulkan or DirectX 12 | 922 |
gpuopen-drivers/xgl | Translates Vulkan API commands into PAL commands to enable graphics rendering | 215 |
gpuopen-tools/gpu_performance_api | An API providing access to GPU performance counters for various graphics and compute workloads. | 250 |
gpuopen-librariesandsdks/nbodyd3d12 | Provides DirectX 12 APIs and sample projects to build graphics-intensive applications on Windows | 57 |
gpuopen-tools/radeon_gpu_profiler | A low-level profiling tool for analyzing GPU workloads and optimizing DirectX 12 and Vulkan games on AMD GPUs. | 393 |
gpuopen-drivers/amdvlk | A Vulkan graphics driver for AMD Radeon GPUs on Linux | 1,750 |
wolfgangfengel/gpuzen2 | Provides source code and example programs for exploring the capabilities of GPU Zen 2 | 145 |
elfrank/raytracer-gpupro4 | An interactive ray tracing demo using DirectX 11 and Compute Shader. | 23 |
vadixidav/toil | An n-dimensional array library leveraging WGPU compute shaders to accelerate array computations across multiple GPU backends. | 30 |
syncleus/aparapi | Enables execution of native Java code on a GPU. | 466 |
gpuopen-librariesandsdks/v-ez | A wrapper API to simplify the use of Vulkan for game developers and graphics engineers | 865 |
gpuopen-effects/geometryfx | A DirectX 11 library providing convenient access to compute-based triangle filtering for improved rasterizer efficiency. | 226 |