You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…le() (#6520)
Issue: #6508
This PR fixes#6508 but causes the bug reported in #5699 (only) when
enabling the offline cache.
Using `CacheManager` manage the compilation in `AotModuleBuilder` can
fix the bug. I will fix it in next PR.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…le() (taichi-dev#6520)
Issue: taichi-dev#6508
This PR fixestaichi-dev#6508 but causes the bug reported in taichi-dev#5699 (only) when
enabling the offline cache.
Using `CacheManager` manage the compilation in `AotModuleBuilder` can
fix the bug. I will fix it in next PR.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
An example to repro:
Run https://github.com/taichi-dev/taichi-aot-demo/blob/master/2_mpm88/assets/mpm88.py with a simple change:
mod = ti.aot.Module(arch, caps=[])
. This essentially means when compiling the shader for AOT module, no caps should be enabled so the generated shaders shouldn't include extensions like below:cc: @PGZXB @jim19930609
The text was updated successfully, but these errors were encountered: