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
Concisely describe the proposed feature
it seems taichi cannot use two cpus(two cpus on one motherboard) when using cpu backend, only one cpu is working, as shown below.
Will taichi supports multiple cpus in the future?
The text was updated successfully, but these errors were encountered:
Hmmm, so far we only support using multi-cores of a single CPU. I think it's a long way to go to support dispatching kernel tasks across different CPUs
As a workaround, you may manually divide tasks and use process pool to launch mutilple kernels to utilize multi-cpu, which is how our project works for now.
As a workaround, you may manually divide tasks and use process pool to launch mutilple kernels to utilize multi-cpu, which is how our project works for now.
Concisely describe the proposed feature
it seems taichi cannot use two cpus(two cpus on one motherboard) when using cpu backend, only one cpu is working, as shown below.
Will taichi supports multiple cpus in the future?
The text was updated successfully, but these errors were encountered: