Home
last modified time | relevance | path

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

/dports/math/clblast/CLBlast-1.1.0/src/utilities/
H A Dutilities.cpp392 template <> bool PrecisionSupported<float>(const Device &) { return true; } in PrecisionSupported() function
393 template <> bool PrecisionSupported<float2>(const Device &) { return true; } in PrecisionSupported() function
394 template <> bool PrecisionSupported<double>(const Device &device) { in PrecisionSupported() function
397 template <> bool PrecisionSupported<double2>(const Device &device) { in PrecisionSupported() function
400 template <> bool PrecisionSupported<half>(const Device &device) { in PrecisionSupported() function