mkl_version.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #if 0
  2. /*******************************************************************************
  3. * Copyright 2015-2022 Intel Corporation.
  4. *
  5. * This software and the related documents are Intel copyrighted materials, and
  6. * your use of them is governed by the express license under which they were
  7. * provided to you (License). Unless the License provides otherwise, you may not
  8. * use, modify, copy, publish, distribute, disclose or transmit this software or
  9. * the related documents without Intel's prior written permission.
  10. *
  11. * This software and the related documents are provided as is, with no express
  12. * or implied warranties, other than those that are expressly stated in the
  13. * License.
  14. *******************************************************************************/
  15. #endif
  16. #if 0
  17. /*
  18. ! Content:
  19. ! Intel(R) oneAPI Math Kernel Library (oneMKL) interface
  20. !******************************************************************************/
  21. #endif
  22. #ifndef _MKL_VERSION_H_
  23. #define _MKL_VERSION_H_
  24. #define __INTEL_MKL_BUILD_DATE 20230613
  25. #define __INTEL_MKL__ 2023
  26. #define __INTEL_MKL_MINOR__ 0
  27. #define __INTEL_MKL_UPDATE__ 2
  28. #define INTEL_MKL_VERSION 20230002
  29. #endif