Skip to content

Commit fed62af

Browse files
authored
Merge pull request #2432 from kbenzie/benie/bump-version
Bump version to v0.12.0
2 parents e6c4b9b + e731278 commit fed62af

File tree

10 files changed

+17
-11
lines changed

10 files changed

+17
-11
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
cmake_minimum_required(VERSION 3.20.0 FATAL_ERROR)
7-
project(unified-runtime VERSION 0.11.0)
7+
project(unified-runtime VERSION 0.12.0)
88

99
# Check if unified runtime is built as a standalone project.
1010
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR OR UR_STANDALONE_BUILD)

include/ur_api.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
88
*
99
* @file ur_api.h
10-
* @version v0.11-r0
10+
* @version v0.12-r0
1111
*
1212
*/
1313
#ifndef UR_API_H_INCLUDED
@@ -1156,7 +1156,8 @@ typedef enum ur_api_version_t {
11561156
UR_API_VERSION_0_9 = UR_MAKE_VERSION(0, 9), ///< version 0.9
11571157
UR_API_VERSION_0_10 = UR_MAKE_VERSION(0, 10), ///< version 0.10
11581158
UR_API_VERSION_0_11 = UR_MAKE_VERSION(0, 11), ///< version 0.11
1159-
UR_API_VERSION_CURRENT = UR_MAKE_VERSION(0, 11), ///< latest known version
1159+
UR_API_VERSION_0_12 = UR_MAKE_VERSION(0, 12), ///< version 0.12
1160+
UR_API_VERSION_CURRENT = UR_MAKE_VERSION(0, 12), ///< latest known version
11601161
/// @cond
11611162
UR_API_VERSION_FORCE_UINT32 = 0x7fffffff
11621163
/// @endcond

include/ur_api_funcs.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
99
*
1010
* @file ur_api_funcs.def
11-
* @version v0.11-r0
11+
* @version v0.12-r0
1212
*
1313
*/
1414

include/ur_ddi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
88
*
99
* @file ur_ddi.h
10-
* @version v0.11-r0
10+
* @version v0.12-r0
1111
*
1212
*/
1313
#ifndef UR_DDI_H_INCLUDED

include/ur_print.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
88
*
99
* @file ur_print.hpp
10-
* @version v0.11-r0
10+
* @version v0.12-r0
1111
*
1212
*/
1313
#ifndef UR_PRINT_HPP

scripts/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Intel One API Unified Runtime API"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v0.11
41+
PROJECT_NUMBER = v0.12
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

scripts/core/platform.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ etors:
148148
- name: "0_11"
149149
value: "$X_MAKE_VERSION( 0, 11 )"
150150
desc: "version 0.11"
151+
- name: "0_12"
152+
value: "$X_MAKE_VERSION( 0, 12 )"
153+
desc: "version 0.12"
151154
--- #--------------------------------------------------------------------------
152155
type: function
153156
desc: "Returns the API version supported by the specified platform"

scripts/parse_specs.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
from version import Version
2222

2323

24-
default_version = Version("0.11")
25-
all_versions = [Version(ver) for ver in ["0.6", "0.7", "0.8", "0.9", "0.10", "0.11"]]
24+
default_version = Version("0.12")
25+
all_versions = [
26+
Version(ver) for ver in ["0.6", "0.7", "0.8", "0.9", "0.10", "0.11", "0.12"]
27+
]
2628

2729
"""
2830
preprocess object

source/ur_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
88
*
99
* @file ur_api.cpp
10-
* @version v0.11-r0
10+
* @version v0.12-r0
1111
*
1212
*/
1313
#include "ur_api.h"

test/tools/urtrace/mock_hello_json.match

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Platform initialized.
55
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urAdapterGet", "args": "(.NumEntries = 1, .phAdapters = {{.*}} {{{.*}}}, .pNumAdapters = nullptr)" },
66
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urPlatformGet", "args": "(.phAdapters = {{.*}} {{{.*}}}, .NumAdapters = 1, .NumEntries = 1, .phPlatforms = nullptr, .pNumPlatforms = {{.*}} (1))" },
77
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urPlatformGet", "args": "(.phAdapters = {{.*}} {{{.*}}}, .NumAdapters = 1, .NumEntries = 1, .phPlatforms = {{.*}} {{{.*}}}, .pNumPlatforms = nullptr)" },
8-
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urPlatformGetApiVersion", "args": "(.hPlatform = {{.*}}, .pVersion = {{.*}} (0.11))" },
8+
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urPlatformGetApiVersion", "args": "(.hPlatform = {{.*}}, .pVersion = {{.*}} (0.12))" },
99
API version: @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@
1010
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urDeviceGet", "args": "(.hPlatform = {{.*}}, .DeviceType = UR_DEVICE_TYPE_GPU, .NumEntries = 0, .phDevices = nullptr, .pNumDevices = {{.*}} (1))" },
1111
{ "cat": "UR", "ph": "X", "pid": {{.*}}, "tid": {{.*}}, "ts": {{.*}}, "dur": {{.*}}, "name": "urDeviceGet", "args": "(.hPlatform = {{.*}}, .DeviceType = UR_DEVICE_TYPE_GPU, .NumEntries = 1, .phDevices = {{.*}} {{{.*}}}, .pNumDevices = nullptr)" },

0 commit comments

Comments
 (0)