MCPcopy Create free account
hub / github.com/creatale/node-dv / hasEqualOrLessPtx

Method hasEqualOrLessPtx

deps/opencv/modules/core/src/gpumat.cpp:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275bool cv::gpu::TargetArchs::hasPtx(int major, int minor) { return deviceInfoFuncTable()->hasPtx(major, minor); }
276bool cv::gpu::TargetArchs::hasBin(int major, int minor) { return deviceInfoFuncTable()->hasBin(major, minor); }
277bool cv::gpu::TargetArchs::hasEqualOrLessPtx(int major, int minor) { return deviceInfoFuncTable()->hasEqualOrLessPtx(major, minor); }
278bool cv::gpu::TargetArchs::hasEqualOrGreater(int major, int minor) { return deviceInfoFuncTable()->hasEqualOrGreater(major, minor); }
279bool cv::gpu::TargetArchs::hasEqualOrGreaterPtx(int major, int minor) { return deviceInfoFuncTable()->hasEqualOrGreaterPtx(major, minor); }
280bool cv::gpu::TargetArchs::hasEqualOrGreaterBin(int major, int minor) { return deviceInfoFuncTable()->hasEqualOrGreaterBin(major, minor); }

Callers

nothing calls this directly

Calls 1

deviceInfoFuncTableFunction · 0.85

Tested by

no test coverage detected