Package com.upmem.dpu
Class DpuContextDump
- java.lang.Object
-
- com.upmem.dpu.DpuContextDump
-
public final class DpuContextDump extends java.lang.ObjectA dump of a DPU internal context.- See Also:
Dpu.dump(com.upmem.dpu.DpuFaultDump)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean[]getAtomicBits()boolean[]getCarryFlags()short[]getPcs()int[][]getWorkRegisters()boolean[]getZeroFlags()
-
-
-
Method Detail
-
getAtomicBits
public boolean[] getAtomicBits()
- Returns:
- The state of the DPU atomic bits.
-
getWorkRegisters
public int[][] getWorkRegisters()
- Returns:
- The work registers of each thread of the DPU.
-
getPcs
public short[] getPcs()
- Returns:
- The PC value of each thread of the DPU.
-
getZeroFlags
public boolean[] getZeroFlags()
- Returns:
- The ZERO flag value of each thread of the DPU.
-
getCarryFlags
public boolean[] getCarryFlags()
- Returns:
- The CARRY flag value of each thread of the DPU.
-
-