MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / clAmdBlasGetVersion

Function clAmdBlasGetVersion

src/clAmdBlas.h:174–178  ·  view source on GitHub ↗

* @brief Get the clAmdBlas library version info. * * @param[out] major Location to store library's major version. * @param[out] minor Location to store library's minor version. * @param[out] patch Location to store library's patch version. * * @returns always \b clAmdBlasSuccess. * * @ingroup VERSION */

Source from the content-addressed store, hash-verified

172 * @ingroup VERSION
173 */
174__inline clAmdBlasStatus
175clAmdBlasGetVersion( cl_uint* major, cl_uint* minor, cl_uint* patch )
176{
177 return clblasGetVersion( major, minor, patch );
178}
179
180/*@}*/
181

Callers

nothing calls this directly

Calls 1

clblasGetVersionFunction · 0.85

Tested by

no test coverage detected