Skip to content

Commit

Permalink
[UMA] CMakeLists.txt added UMA tvm_option
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJKlaiber committed Jul 18, 2022
1 parent ca6796d commit abb2976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ tvm_option(USE_VITIS_AI "Build with VITIS-AI Codegen support" OFF)
tvm_option(SUMMARIZE "Print CMake option summary after configuring" OFF)
tvm_option(USE_CLML "Build with CLML Codegen support" OFF)
tvm_option(USE_CLML_GRAPH_EXECUTOR "Build with CLML graph runtime" OFF)
tvm_option(USE_UMA "Build with UMA support" OFF)

# include directories
include_directories(${CMAKE_INCLUDE_PATH})
Expand Down

0 comments on commit abb2976

Please sign in to comment.