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

Method version

compute/include/boost/compute/device.hpp:188–191  ·  view source on GitHub ↗

Returns the device version string.

Source from the content-addressed store, hash-verified

186
187 /// Returns the device version string.
188 std::string version() const
189 {
190 return get_info<std::string>(CL_DEVICE_VERSION);
191 }
192
193 /// Returns the driver version string.
194 std::string driver_version() const

Callers 1

build_with_sourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected