Improving GPU merge sort
Sorting is a fundamental operation undeniably important for a variety of applications, including databases, security and experimental physics. This project is to develop or port a state-of-the-art algorithm to graphics processing units (GPUs). The idea is to accelerate sorting on numbers or key-value tuples while surpassing the performance and efficiency of existing algorithms. The goal … Read more