MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / device_version

Method device_version

arm_compute/core/CL/CLDevice.h:132–135  ·  view source on GitHub ↗

Returns the device version as a string * * @return CLVersion of the device */

Source from the content-addressed store, hash-verified

130 * @return CLVersion of the device
131 */
132 std::string device_version() const
133 {
134 return _options.device_version;
135 }
136
137 // Inherrited methods
138 DeviceType type() const override

Callers 2

get_device_versionMethod · 0.80
get_ddk_versionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected