PDG

PDG

PDG(Procedural Dependency Graph)
TOPS(Task Operators)

PDG is designed to:
•Describe complex dependencies visually with nodes
•Transform that dependency description into a set of actionable, monitorable tasks
•Distribute those tasks with the help of a scheduler and compute them in parallel

爲什麼設計PDG:

  • 直觀的描述依賴關係
  • 將該依賴關係描述轉換爲一組可操作的,可監視的任務
  • 在調度程序的幫助下分發這些任務並並行計算它們

PDG=所有的任務及其中蘊含的依賴關係。是高於OBJ、ROP、SHOP、CHOP等層面的,由此誕生了一個嶄新的模塊——TOP(Task OP)。PDG是一個獨立的API接口,而TOP是類比傳統SOP、DOP等模塊的一套節點系統。Houdini 17.5包含所有的PDG和TOP。

TOPS

A TOP network describes a “recipe” for generating work items for the computer to do, and efficiently runs them in processes on a single machine, or on a render farm, figuring out dependencies so it can run as many items in parallel as possible. The generated “recipe” is an underlying PDG (Procedural Dependency Graph) describing the work items to do and their dependencies.

TOP網絡描述了一個“recipe”,用於生成計算機要執行的工作項,並在單個計算機或渲染服務器場中的進程中有效地運行它們,計算出依賴關係,以便它可以儘可能多地並行運行項目。 生成的“recipe”是底層PDG(程序依賴關係圖),描述要執行的工作項及其依賴關係。
參考

  1. SideFX Releases New Procedural Dependency Graph Technology[2019.3]
  2. Introduction to TOPs[2019.9]
  3. PDG到底是啥玩意[2019.3]
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章