AttributeError: 'taichi_core.CompileConfig' object has no attribute 'advance_optimization'
Code:
import taichi as ti
ti.init(advance_optimization=False)
...
I want to debug error like this:
RuntimeError: [verify.cpp:taichi::lang::IRVerifier::basic_verify@40] stmt 186 cannot have operand 107.
So I come to Taichi document and find the code above and it doesn't work.
Oh, I forget updating the Taichi version :)
Sorry for that
Hi, thank for reporting! The error RuntimeError: [verify.cpp:taichi::lang::IRVerifier::basic_verify@40] stmt 186 cannot have operand 107. is likely a bug in the compiler's optimizer, would you mind post the code that caused this bug? This can help us improve, thanks in advance!
It's advanced_optimization, not advance_optimization...
Closing because it looks like just a typo :)
Most helpful comment
It's
advanced_optimization, notadvance_optimization...