We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9068 commit 74dc0d5Copy full SHA for 74dc0d5
taichi/program/compile_config.cpp
@@ -45,8 +45,8 @@ CompileConfig::CompileConfig() {
45
make_block_local = true;
46
detect_read_only = true;
47
ndarray_use_cached_allocator = true;
48
- real_matrix = false;
49
- real_matrix_scalarize = false;
+ real_matrix = true;
+ real_matrix_scalarize = true;
50
51
saturating_grid_dim = 0;
52
max_block_dim = 0;
0 commit comments