Skip to content

Commit

Permalink
change cache in memory default true (#4)
Browse files Browse the repository at this point in the history
For win24 , the cache in mem need default open

Co-authored-by: mingyue <[email protected]>
  • Loading branch information
mingyueliuh and mingyue authored Nov 11, 2024
1 parent 3f91aa7 commit 8e44276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ option(ENABLE_PATTERN_ZOO "enable pattern zoo" ON)
option(ENABLE_GRPAH_OPTIMIZATER "enable graph optimizer or not" ON)
option(ENABLE_VITIS_AI_CUSTOM_OP "enable MHA ort custom op or not" ON)
option(PACK_XCLBIN_PATH "The path of all xclbins packed" "")
option(WIN24_BUILD "build for Win24" OFF)
option(WIN24_BUILD "build for Win24" ON)

if(NOT BUILD_PYTHON_EXT)
set(USE_STATIC_PYTHON OFF)
Expand Down

0 comments on commit 8e44276

Please sign in to comment.