MCPcopy Create free account
hub / github.com/apache/singa / GetNumOpenclPlatforms

Method GetNumOpenclPlatforms

src/core/device/platform.cc:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151#ifdef USE_OPENCL
152
153const int Platform::GetNumOpenclPlatforms() {
154 auto all_platforms = viennacl::ocl::get_platforms();
155 return (int)all_platforms.size();
156}
157
158const int Platform::GetNumOpenclDevices() {
159 auto all_platforms = viennacl::ocl::get_platforms();

Callers 1

get_num_opencl_platformsFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected