mkl_blas_omp_offload.f90 1.1 KB

1234567891011121314151617181920212223
  1. !===============================================================================
  2. ! Copyright 2020-2022 Intel Corporation.
  3. !
  4. ! This software and the related documents are Intel copyrighted materials, and
  5. ! your use of them is governed by the express license under which they were
  6. ! provided to you (License). Unless the License provides otherwise, you may not
  7. ! use, modify, copy, publish, distribute, disclose or transmit this software or
  8. ! the related documents without Intel's prior written permission.
  9. !
  10. ! This software and the related documents are provided as is, with no express
  11. ! or implied warranties, other than those that are expressly stated in the
  12. ! License.
  13. !===============================================================================
  14. ! Content:
  15. ! Intel(R) oneAPI Math Kernel Library (oneMKL) FORTRAN interface
  16. ! for BLAS OpenMP offload
  17. !*******************************************************************************
  18. include "mkl_blas_omp_offload_lp64.f90"
  19. include "mkl_blas_omp_offload_ilp64.f90"
  20. include "mkl_blas_omp_offload_lp64_no_array_check.f90"
  21. include "mkl_blas_omp_offload_ilp64_no_array_check.f90"