7 lines
119 B
C
7 lines
119 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <thrust/host_vector.h>
|
||
|
|
|
||
|
|
// function prototype
|
||
|
|
void sort_on_device(thrust::host_vector<int>& V);
|