SYCLOneSweep Project

Welcome to SYCLOneSweep

A powerful and efficient sweeping algorithm for SYCL.

Features

Installation

Instructions for installing the project.

   git clone https://github.com/M-Gjerde/SYCLOneSweep
   cd SYCLOneSweep
   mkdir build
   cd build
   cmake ..
   make


            

Usage

Instructions on how to use the project.

   ./onesweep_sycl
            

Change number of keys or other settings in the main.cpp file and rebuild