MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / vendor

Method vendor

compute/include/boost/compute/device.hpp:176–179  ·  view source on GitHub ↗

Returns the name of the vendor for the device.

Source from the content-addressed store, hash-verified

174
175 /// Returns the name of the vendor for the device.
176 std::string vendor() const
177 {
178 return get_info<std::string>(CL_DEVICE_VENDOR);
179 }
180
181 /// Returns the device profile string.
182 std::string profile() const

Callers 10

InitGPUMethod · 0.45
InitGPUMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_COMPUTE_FUNCTIONFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
find_default_deviceMethod · 0.45
is_nvidia_deviceFunction · 0.45
is_amd_deviceFunction · 0.45

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_COMPUTE_FUNCTIONFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36