Xu Ma
update
1c3c0d9
raw
history blame
No virus
120 Bytes
#pragma once
#include <thrust/host_vector.h>
// function prototype
void sort_on_device(thrust::host_vector<int>& V);