This document is relevant for: Inf2
, Trn1
, Trn2
nki.isa#
NKI ISA#
Compute |
|
Perform a 2D transpose between the partition axis and the free axis of input |
|
Apply an activation function on every element of the input tile using Scalar Engine. |
|
Perform the same computation as |
|
Apply a reduction operation to the free axes of an input |
|
Apply a reduction operation across partitions of an input |
|
Perform an element-wise operation of input two tiles using Vector Engine or GpSimd Engine. |
|
Perform a scan operation of two input tiles using Vector Engine. |
|
Apply up to two math operators using Vector Engine: |
|
Apply up to two math operators to the input |
|
Perform the same computation as |
|
Create a copy of the source tile within SBUF/PSUM using Vector, Scalar or GpSimd Engine. |
|
Create a copy of |
|
Compute reciprocal of each element in the input |
|
Build a constant literal in SBUF using GpSimd Engine, rather than transferring the constant literal values from the host to device. |
|
Randomly replace some elements of the input tile |
|
Select elements between an input tile |
|
Initialize a tile filled with a compile-time constant value using Vector Engine. |
|
Compute mean- and variance-related statistics for each partition of an input tile |
|
Aggregate one or multiple |
|
Gather SBUF data in |
|
Copy data from src to dst using DMA engine. |
Engine Types#
Tensor Engine |
|
Vector Engine |
|
Scalar Engine |
|
GpSimd Engine |
|
DMA Engine |
|
Unknown Engine |
Target#
NeuronCore version |
|
Returns the |
This document is relevant for: Inf2
, Trn1
, Trn2