Skip to content

Commit ad24ac8

Browse files
jim19930609quadpixels
authored andcommitted
[Lang] Enable real_matrix and real_matrix_scalarize by default (taichi-dev#6801)
Issue: taichi-dev#5819 ### Brief Summary
1 parent 823f7d1 commit ad24ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taichi/program/compile_config.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ CompileConfig::CompileConfig() {
4545
make_block_local = true;
4646
detect_read_only = true;
4747
ndarray_use_cached_allocator = true;
48-
real_matrix = false;
49-
real_matrix_scalarize = false;
48+
real_matrix = true;
49+
real_matrix_scalarize = true;
5050

5151
saturating_grid_dim = 0;
5252
max_block_dim = 0;

0 commit comments

Comments
 (0)