Browse Source

update submodule metadef and parser

tags/v1.1.0
taoxiangdong 3 years ago
parent
commit
0d4b33348e
3 changed files with 4 additions and 3 deletions
  1. +2
    -1
      CMakeLists.txt
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 2
- 1
CMakeLists.txt View File

@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.14)
project (GraphEngine[CXX])

set(GE_CODE_DIR ${CMAKE_CURRENT_LIST_DIR})
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY TRUE)

if (NOT BUILD_PATH)
set(BUILD_PATH "${CMAKE_SOURCE_DIR}/build")
@@ -94,7 +95,7 @@ if (ENABLE_OPEN_SRC)
find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR})
endif()
else()
message(FATAL_ERROR "Mode param is invalid, build terminated")
message(FATAL_ERROR "Mode param is invalid, should be train or inference, build terminated")
endif()
endif()



+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit c599dfd701ad1f7a7ef149faedcf2b5dec93fafb
Subproject commit 89b3567f68663610dc17d579d1d1a411869d7cbf

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit 88eb8af4ae95446773ba7cb444c04c3c41214327
Subproject commit c53d788e913c739e05021e86043267780ea13fb4

Loading…
Cancel
Save