File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The execUsd library is built on top of [exec](../exec/README.md) and
66The execUsd library is the primary entry point for OpenExec. The API defined
77here, and in the [ exec] ( ../exec/README.md ) library, supports:
88- Registration of computational behaviors associated with USD schemas
9- - Ingesting UsdStage%s to compile data flow networks that contain nodes that
9+ - Ingesting a UsdStage to compile the data flow network that contains nodes that
1010 embody computations
1111- Requesting values for efficient, vectorized, multithreaded evaluation
1212
Original file line number Diff line number Diff line change @@ -55,13 +55,14 @@ for a desciption of the builtin computations that are available.
5555## Tutorials {#section_Tutorials}
5656
5757- [ Tutorial 1: Computing Values] ( tutorial1ComputingValues.md )
58- - [ Tutorial 2: Invalidation] ( tutorial2Invalidation.md )
59- - [ Tutorial 3: Defining Schema Computations] ( tutorial3DefiningComputations.md )
58+
59+ ** Coming Soon:**
60+ - Tutorial 2: Defining Schema Computations
6061
6162
6263## Advanced Topics {#section_AdvancedTopics}
6364
64- TODO:
65+ ** Coming Soon:**
66+ - Caching, invalidation, and invalidation notification
6567- Exec architecture/phases of execution: compilation, scheduling, evaluation
6668- Dispatched computations
67- - Anything else?
You can’t perform that action at this time.
0 commit comments