We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49128a commit b871aa2Copy full SHA for b871aa2
1 file changed
scripts/templates/helper.py
@@ -1736,6 +1736,8 @@ def get_version(obj):
1736
ret_version = "ZE_API_VERSION_1_11"
1737
if version == "1.12":
1738
ret_version = "ZE_API_VERSION_1_12"
1739
+ if version == "1.13":
1740
+ ret_version = "ZE_API_VERSION_1_13"
1741
assert(ret_version != "ZE_API_VERSION_FORCE_UINT32")
1742
return ret_version
1743
0 commit comments