Skip to content

Commit 759bf47

Browse files
rscohn2michael-smirnovaleksei-fedotov
authored
cherry pick version macros from tbb and dal (#266)
* oneDAL spec version removal (#264) * oneDAL spec version removed * added spec version notion * Remove oneTBB spec version macro (#265) Addresses #253. The proper definition of the macro should be added later. Signed-off-by: Fedotov, Aleksei <[email protected]> Co-authored-by: Michael Smirnov <[email protected]> Co-authored-by: Aleksei Fedotov <[email protected]>
1 parent 36228fd commit 759bf47

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

source/elements/oneDAL/source/common_interface/spec_version.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ Current Version of this |dal_short_name| Specification
77
======================================================
88

99
This is the |dal_short_name| specification which is part of the oneAPI
10-
specification version 1.0. Any library which implements to this version of the
11-
|dal_short_name| spec should include a macro, ``ONEDAL_SPEC_VERSION``, with
12-
value “1.0” (#define ONEDAL_SPEC_VERSION “1.0”).
10+
specification version 1.0.

source/elements/oneTBB/source/configuration/version_information.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ version and runtime information.
1414
1515
// Defined in header <tbb/version.h>
1616
17-
#define TBB_SPEC_VERSION 1.0
18-
1917
#define TBB_VERSION_MAJOR /*implementation-defined*/
2018
#define TBB_VERSION_MINOR /*implementation-defined*/
2119
#define TBB_VERSION_STRING /*implementation-defined*/
@@ -31,8 +29,6 @@ version and runtime information.
3129

3230
oneTBB defines macros related to versioning, as described below.
3331

34-
* ``TBB_SPEC_VERSION`` macro defined to the full specification version in the format: [major_version].[minor_version].
35-
The current version is 1.0.
3632
* ``TBB_VERSION_MAJOR`` macro defined to integral value that represents major library version.
3733
* ``TBB_VERSION_MINOR`` macro defined to integral value that represents minor library version.
3834
* ``TBB_VERSION_STRING`` macro defined to the string representation of the full library version.

0 commit comments

Comments
 (0)