Skip to content

Commit da7b46c

Browse files
committed
1.7.4
1 parent dba54de commit da7b46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

genesis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ def init(
211211
with redirect_stdout(_ti_outputs):
212212
ti.init(
213213
arch=ti_arch,
214-
# Debug mode was buggy and causing segfault prior to v1.7.3
215-
debug=debug and ti.__version__ >= (1, 7, 3),
214+
# Debug mode was buggy and causing segfault prior to v1.7.4
215+
debug=debug and ti.__version__ >= (1, 7, 4),
216216
check_out_of_bound=debug,
217217
# force_scalarize_matrix=True for speeding up kernel compilation
218218
# Turning off 'force_scalarize_matrix' is causing numerical instabilities ('nan') on MacOS

0 commit comments

Comments
 (0)