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
Issue: fixes#7172
### Brief Summary
Ideally we should reconstruct the dtype to the Tensortype from
taichi_core instead of python ones but that can be a separate PR.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Issue: fixestaichi-dev#7172
### Brief Summary
Ideally we should reconstruct the dtype to the Tensortype from
taichi_core instead of python ones but that can be a separate PR.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
There're a few things we can improve here:
add_kernel
should allow the following usage:produce_injected_args
https://github.com/taichi-dev/taichi/blob/master/python/taichi/aot/utils.py#L41 and this can be unified with the logic in JIT runtime.The text was updated successfully, but these errors were encountered: