Skip to content

Commit

Permalink
[UnitTest]reset lit test option to run tennsor cases
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongyao authored and weimingzha0 committed Mar 3, 2021
1 parent 295fe33 commit 7dd853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lit.site.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config.llvm_build_dir = "@CMAKE_BINARY_DIR@/llvm/include"
config.cxx = "@CMAKE_CXX_COMPILER@ @CMAKE_CXX_FLAGS@"
config.cc = "@CMAKE_C_COMPILER@ @CMAKE_C_FLAGS@"
config.build_type = "@CMAKE_BUILD_TYPE@"
config.lib_cudart_path = "@cudart@"
config.lib_cudart_path = "@CUDART_LIB@"
config.lib_dnnl_path = "@dnnl@"
config.lib_eigen_path = "@eigen@"
config.lib_xnnpack_path = "@xnnpack@"
Expand Down

0 comments on commit 7dd853c

Please sign in to comment.