Skip to main content

NVIDIA-Omniverse/ovstage

SkillsMP は NVIDIA-Omniverse/ovstage から 14 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
14
GitHub スター
13
GitHub フォーク
2

このリポジトリの skills

1 件の職業カテゴリ · 100% 分類済み

収集済み skill 14 件中 14 件を表示しています。

職業分類
ソフトウェア開発者
説明

End-to-end ovstage application lifecycle: create an instance, identify prims/attributes via the path dictionary, write attribute columns at an ordinal, advance the write floor to seal them, query/read, and release. Use when user asks how to structure an…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Clone the subtree under a source prim to one or more new target paths in a single ordinal-keyed call — including the multi-environment pattern (stamp out N copies of a prototype). Use when the user asks to clone, duplicate, or copy a prim/subtree, or to spawn…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

How ovstage attribute data crosses the boundary as DLPack DLTensors — copy-in writes, copy-out reads, staging-backed map/unmap writes, CPU vs CUDA residency, cuda_sync GPU sync, and sparsity (index_map/mask). Use when user asks about DLTensor, tensor data…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Error checking patterns for the ovstage C API. Use when user asks about error handling, checking return codes, debugging ovstage failures, or troubleshooting a failed enqueue, wait, or fetch.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Setting up a Python project that uses the ovstage Python bindings. Use when user asks to create a Python ovstage app, import ovstage, configure the library path, or scaffold Python code that reads/writes stage data.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Headless load -> populate -> read -> update -> read loop with no renderer attached: open a USD scene into the ovstage runtime table, read prims back to confirm, then update the live stage two ways — write straight into the ovstage table (e.g. animate a…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find prims with filter queries — predicates over reserved metadata built-ins (usd-path, usd-prim-type, usd-parent, usd-children, usd-schemas) and attribute presence — instead of explicit path lists, then introspect what a query matched. Use when the user asks…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Port code written against the USD API (pxr) to the ovstage data plane: map DefinePrim / CreateAttribute+Set / Get / RemovePrim / Sdf.ChangeBlock onto INSERT-mode writes, write_attribute, read_attributes, delete_attributes, and the batched write_attributes —…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

ovstage's asynchronous, ordinal-keyed submit/observe model: enqueue returns an op id before queued execution completes, and the CPU can run ahead. Covers the current synchronous submission, serialized backend-lane, and overlapping read/write/map limitations.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Populate an ovstage instance from USD via the population API: open a USD file or inline USDA into the stage, choose data domains, drive the async populate op, and read populated prims back by usd-path. Use when the user asks to load/ingest USD into ovstage,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Route ovstage's diagnostic log messages (and messages from its USD support layer) to a process-global callback with a severity threshold and a RUST_LOG-style per-channel filter, and force delivery with flush_log. Use when the user asks about ovstage logging,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Using the OVX path dictionary — the shared interning layer for tokens, prim paths, and prim-path lists across OV libraries. Use when user asks about interning strings/paths, ovx_token_t / ovx_primpath_t / ovx_primpath_list_t, or sharing paths with ovstage.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Setting up a C/C++ consumer of ovstage. Use when user asks to create a new ovstage consumer (test, benchmark, plugin, or app), declare an ovstage dependency, include the headers, or build code that links ovstage.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Working with ovx_string_t and ovx_string_or_token_t in ovstage (C / C++). Use when user asks about passing or comparing strings, attribute names, or prim paths, or about choosing between a raw string and a pre-resolved path-dictionary token.

原文の言語: 英語

更新
収集済み skill 14 件中 14 件を表示しています。