Skip to content

Commit

Permalink
test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jim19930609 committed Dec 5, 2022
1 parent cab9068 commit 74dc0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taichi/program/compile_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ CompileConfig::CompileConfig() {
make_block_local = true;
detect_read_only = true;
ndarray_use_cached_allocator = true;
real_matrix = false;
real_matrix_scalarize = false;
real_matrix = true;
real_matrix_scalarize = true;

saturating_grid_dim = 0;
max_block_dim = 0;
Expand Down

0 comments on commit 74dc0d5

Please sign in to comment.