Searched refs:is_host_ptr (Results 1 – 1 of 1) sorted by relevance
176 bool is_host_ptr = !std::is_same<PtrT, CUdeviceptr>::value; in PointerIsValid() local184 return (is_host_ptr == points_to_host_memory); in PointerIsValid()