Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python から pardiso() ソルバーを呼び出すいくつかの計算があります。ソルバーは、Python には不透明な方法で独自のメモリを割り当てますが、そのメモリにアクセスするために使用されるポインターは Python に格納されます。dask.delayed を使用してこれらの計算を実行しようとした場合、適切にスケジュールできるように、計算の予想されるメモリ消費量を dask に伝える方法はありますか?