Searched refs:cu_hostf (Results 1 – 1 of 1) sorted by relevance
41 void cu_hostf() { cu_devf(); } // dev-error {{no matching function for call to 'cu_devf'}} in cu_hostf() function42 __device__ void cu_devf2() { cu_hostf(); } // dev-error{{no matching function for call to 'cu_hostf… in cu_devf2()