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
This issue tracks all breaking changes in Taichi Runtime C-API should be applied before its official release. These changes are not immediately applied because many internal/external projects relies on them and things are subject to change. They ultimately have to be done tho.
Rename ti_submit to ti_flush.
Remove third party header includes in taichi/taichi.h.
Breaking function signature: TiRuntime ti_create_runtime(TiArch arch, uint32_t device_index).
Remove TiEvent.
The text was updated successfully, but these errors were encountered:
This issue tracks all breaking changes in Taichi Runtime C-API should be applied before its official release. These changes are not immediately applied because many internal/external projects relies on them and things are subject to change. They ultimately have to be done tho.
ti_submit
toti_flush
.taichi/taichi.h
.TiRuntime ti_create_runtime(TiArch arch, uint32_t device_index)
.TiEvent
.The text was updated successfully, but these errors were encountered: