Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ isDoubleSupported
Function
isDoubleSupported
src/backend/cuda/platform.cpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
bool isDoubleSupported(int device) noexcept {
266
UNUSED(device);
267
return true;
268
}
269
270
bool isHalfSupported(int device) {
271
static std::array<bool, DeviceManager::MAX_DEVICES> half_supported = []() {
Callers
1
verifyTypeSupport
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected