mirror of
https://github.com/uxlfoundation/oneDNN.git
synced 2025-10-20 18:43:49 +08:00
build: updated project version to 3.11.0
This commit is contained in:
committed by
GitHub
parent
4cdace1702
commit
662e79292c
@ -18,4 +18,4 @@ abstract: >-
|
|||||||
oneDNN has experimental support for the following architectures: NVIDIA GPU,
|
oneDNN has experimental support for the following architectures: NVIDIA GPU,
|
||||||
AMD GPU, OpenPOWER Power ISA (PPC64), IBMz (s390x), and RISC-V.
|
AMD GPU, OpenPOWER Power ISA (PPC64), IBMz (s390x), and RISC-V.
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
version: v3.10
|
version: v3.11
|
||||||
|
@ -52,7 +52,7 @@ endif()
|
|||||||
|
|
||||||
set(PROJECT_NAME "oneDNN")
|
set(PROJECT_NAME "oneDNN")
|
||||||
set(PROJECT_FULL_NAME "oneAPI Deep Neural Network Library (oneDNN)")
|
set(PROJECT_FULL_NAME "oneAPI Deep Neural Network Library (oneDNN)")
|
||||||
set(PROJECT_VERSION "3.10.0")
|
set(PROJECT_VERSION "3.11.0")
|
||||||
|
|
||||||
project(${PROJECT_NAME} VERSION "${PROJECT_VERSION}" LANGUAGES C CXX)
|
project(${PROJECT_NAME} VERSION "${PROJECT_VERSION}" LANGUAGES C CXX)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user