Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
bool isDoubleSupported(int device) {
83
UNUSED(device);
84
return DeviceManager::IS_DOUBLE_SUPPORTED;
85
}
86
87
bool isHalfSupported(int device) {
88
UNUSED(device);
Callers
1
af_get_dbl_support
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected