/* ************************************************************************ * Copyright 2016-2019 Advanced Micro Devices, Inc. * ************************************************************************ */ /* the configured version and settings */ #ifndef ROCBLAS_VERSION_H_ #define ROCBLAS_VERSION_H_ // clang-format off #define ROCBLAS_VERSION_MAJOR @rocblas_VERSION_MAJOR@ #define ROCBLAS_VERSION_MINOR @rocblas_VERSION_MINOR@ #define ROCBLAS_VERSION_PATCH @rocblas_VERSION_PATCH@ #define ROCBLAS_VERSION_TWEAK @rocblas_VERSION_TWEAK@ #define ROCBLAS_VERSION_COMMIT_ID @rocblas_VERSION_COMMIT_ID@ // clang-format on #endif