bitonic-merge-sort
There are 12 repositories under bitonic-merge-sort topic.
EmmetOT/BufferSorter
This is a very simple tool for in-place sorting of ComputeBuffers of ints on the GPU, meant for use in Unity.
Geolm/simd_bitonic
Bitonic sort using simd (avx/neon) instructions
moloch--/Bitonic-Sort
An example implementation of a parallel bitonic sort algorithm using an OpenMPI CPU cluster.
mmxsrup/bitonic-sort
bitonic sort for fpga
KevinWang96/Network_Packet_Classification_on_FPGA
Network Packet classification on FPGA
pptacher/sparklepp
particule simulation with OpenGL
SRO-SA/CUDA_Arbitrary_Bitonic_Sort
Parallel Bitonic sort for CUDA that works with arbitrary inputs
tedliosu/opencl_bitonic_sort_demo
Demonstration of implementation of bitonic sort in both regular C and OpenCL
timxor/parallel_bitonic_sorter
Bitonic mergesort
AndrewBoessen/Bitonic-Merge-Sort
Bitonic Merge Sort algorithm optimized for GPU execution
francesco-biscaccia-carrara/BitonicSort
Implementation of the Bitonic Sorting Algorithm in C using MPI on a virtual hypercube architecture.
AntoinePassemiers/Bitonic-Sort
Sorting arbitrary sequences using a bitonic sort algorithm distributed with MPI