MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isDoubleSupported

Function isDoubleSupported

src/backend/cpu/platform.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool isDoubleSupported(int device) {
83 UNUSED(device);
84 return DeviceManager::IS_DOUBLE_SUPPORTED;
85}
86
87bool isHalfSupported(int device) {
88 UNUSED(device);

Callers 1

af_get_dbl_supportFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected