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
Block::kernel isn't set correctly in the async computation. In the default mode, this works because the root block maps to a Taichi kernel, which has its kernel set. In the async mode, however, the root block maps to an offloaded task.
Other problems so far:
fuse need to respect memory barrier implicitly established by the kernel boundary.
constant folding??
The text was updated successfully, but these errors were encountered:
Describe the bug
Block::kernel
isn't set correctly in the async computation. In the default mode, this works because the root block maps to a Taichi kernel, which has its kernel set. In the async mode, however, the root block maps to an offloaded task.Other problems so far:
The text was updated successfully, but these errors were encountered: