M3000j's picture
Upload folder using huggingface_hub
31726e5 verified
raw
history blame contribute delete
120 Bytes
#pragma once
#include <thrust/host_vector.h>
// function prototype
void sort_on_device(thrust::host_vector<int>& V);