We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba54de commit da7b46cCopy full SHA for da7b46c
genesis/__init__.py
@@ -211,8 +211,8 @@ def init(
211
with redirect_stdout(_ti_outputs):
212
ti.init(
213
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),
+ # Debug mode was buggy and causing segfault prior to v1.7.4
+ debug=debug and ti.__version__ >= (1, 7, 4),
216
check_out_of_bound=debug,
217
# force_scalarize_matrix=True for speeding up kernel compilation
218
# Turning off 'force_scalarize_matrix' is causing numerical instabilities ('nan') on MacOS
0 commit comments