quantaichi
quantaichi copied to clipboard
QuanTaichi evaluation suite
Results
2
quantaichi issues
Sort by
recently updated
recently updated
newest added
some errors when I run the Eulerian fluid demo. 1) KeyError: 'Unrecognized keyword argument(s) for ti.init: use_unified_memory' ---> delete this argument 2) cft = ti.quant.fixed(frac=21, signed=True, range=2**5) TypeError: fixed() got...
Reproduction: Under `eulerian_fluid`, deflate the tarball under `input` and run demo.py, the compiler complains that a 2D field is accessed with a 3D index. Traceback ```Bash [Taichi] version 1.3.0, llvm...