HMP Dual Denver 2/2 MB L2

Hello,

According to the SPEC, the CPU is:
HMP Dual Denver 2/2 MB L2 + Quad ARM® A57/2 MB L2

The ARM is running ubuntu.
Can I use the “HMP Dual Denver” ? How ?

The memory is:
8 GB 128 bit LPDDR4

Is this also the global memory of the GPU ?
If I’m running cudaMalloc, the space is taken from this 8GB RAM ?

Thank you,
Zvika

The Denver cores are asleep until the mode changes. This would enable all cores:

sudo nvpmodel -m 0

The 8GB is shared among CPU and GPU. The GPU is integrated directly to the memory controller instead of PCI.

Hi linuxdev,

Thank you very much,
Zvika