Tutorial Node: SIMD Add
Add 2 floats together using SIMD instruction set
Installation
To use this node enable omni.graph.tutorials in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (inputs:a) |
|
first input operand |
0.0 |
B (inputs:b) |
|
second input operand |
0.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Result (outputs:result) |
|
the sum of a and b |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.tutorials.TutorialSIMDFloatAdd |
Version |
1 |
Extension |
omni.graph.tutorials |
Icon |
ogn/icons/omni.graph.tutorials.TutorialSIMDFloatAdd.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Tutorial Node: SIMD Add |
Categories |
tutorials |
Generated Class Name |
OgnTutorialSIMDAddDatabase |
Python Module |
omni.graph.tutorials |
See the accompanying tutorial and annotated code at Tutorial 30 - Node with more advanced computeVectorized