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

Function isHalfSupported

src/backend/cpu/platform.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool isHalfSupported(int device) {
88 UNUSED(device);
89 return DeviceManager::IS_HALF_SUPPORTED;
90}
91
92void devprop(char* d_name, char* d_platform, char* d_toolkit, char* d_compute) {
93 const CPUInfo cinfo = DeviceManager::getInstance().getCPUInfo();

Callers 1

af_get_half_supportFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected