You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`run.lit`: lit test that runs the design on different NPU devices.
20
19
21
20
## Data Movement and Compute
22
21
23
-
Input tensors `X` and `Y` are moved from DRAM to the AI Engine compute core using ObjectFIFOs `of_x` and `of_y`. The output tensor `Z` is moved from the AI Engine compute core to DRAM using ObjectFIFO `of_z`. The AI Engine program calls the external kernel `saxpy_kernel` defined in `saxpy_vector.cc`.
22
+
Input tensors `X` and `Y` are moved from DRAM to the AI Engine compute core using ObjectFIFOs `of_x` and `of_y`. The output tensor `Z` is moved from the AI Engine compute core to DRAM using ObjectFIFO `of_z`. The AI Engine program calls the external kernel `saxpy_kernel` defined in `saxpy.cc`.
0 commit comments