From 1a0eb6078d3b203a237b719a6504b727549368b7 Mon Sep 17 00:00:00 2001 From: Viraj Malia Date: Thu, 26 Sep 2024 10:48:01 -0700 Subject: [PATCH] Change STAT to STATS as the domain name --- .../oneMKL/source/architecture/other_architecture.inc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/elements/oneMKL/source/architecture/other_architecture.inc.rst b/source/elements/oneMKL/source/architecture/other_architecture.inc.rst index 1d0b1b65d..30eb7149b 100644 --- a/source/elements/oneMKL/source/architecture/other_architecture.inc.rst +++ b/source/elements/oneMKL/source/architecture/other_architecture.inc.rst @@ -23,7 +23,7 @@ The macros for each domain are listed as follows: | ONEMKL_SPBLAS_SPEC_VERSION | ONEMKL_DFT_SPEC_VERSION | ONEMKL_RNG_SPEC_VERSION - | ONEMKL_STAT_SPEC_VERSION + | ONEMKL_STATS_SPEC_VERSION | ONEMKL_VM_SPEC_VERSION The specification version can be created by appending all digits of the specification version in the format of . MINOR version always uses two digits. This version can be used to check the compatibility of the implementation with the specification version. Note that the revision is not included here because it reflects changes only for the specification document without affecting the implementation. If the implementation is not compliant with any release of the specification, then the macro must have a numerical value of `000`.