Skip to content

Commit

Permalink
[Lang] Enable real_matrix and real_matrix_scalarize by default (taich…
Browse files Browse the repository at this point in the history
…i-dev#6801)

Issue: taichi-dev#5819

### Brief Summary
  • Loading branch information
jim19930609 authored and quadpixels committed May 13, 2023
1 parent 823f7d1 commit ad24ac8
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 ad24ac8

Please sign in to comment.