MCPcopy 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
265bool isDoubleSupported(int device) noexcept {
266 UNUSED(device);
267 return true;
268}
269
270bool isHalfSupported(int device) {
271 static std::array<bool, DeviceManager::MAX_DEVICES> half_supported = []() {

Callers 1

verifyTypeSupportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected