Home
last modified time | relevance | path

Searched defs:full_overload (Results 1 – 1 of 1) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/memory/adaptors/cuda/managed/
H A Dptr.hpp244 std::string full_overload(double*){return "cpu";} in full_overload() function
245 std::string full_overload(cuda::ptr<double>){return "gpu";} in full_overload() function
246 std::string full_overload(cuda::managed::ptr<double>){return "mng";} in full_overload() function