Compute Graph Framework SDK Reference  5.8
Getting Started

Software package introduction

CGF Debian packages

  • aarch64 DDPX version of release:
    • driveworks_cgf-<...>-drive-linux-<...>.deb
    • driveworks_cgf_samples-<...>-drive-linux-<...>.deb
  • x86_64 host PC version of release:
    • driveworks_cgf-<...>-linux-amd64-<...>.deb
    • driveworks_cgf_samples-<...>-linux-amd64-<...>.deb

The DW Graph UI tool is provided as a host-only package:

  • driveworks_cgf_ui-<...>_linux-amd64-<...>.deb

CGF package content

driveworks_cgf-xxx.deb contains CGF base libraries, headers, and JSON files required to compile and run CGF.

Tools are installed under /usr/local/driveworks-<version>/tools:

  • descriptionScheduleyamlGenerator
  • nodedescriptor
  • nodestub

CGF samples package content

driveworks_cgf_samples-xxx.deb contains a CGF demo example with required dataset, libraries, node/graphlet JSON files, and custom node example source code.

The CGF demo is installed under /usr/local/driveworks-<version>/src/cgf.

Datasets used by the CGF demo are installed under /usr/local/driveworks-<version>/data:

  • onofframp dataset (data/apps/cgf/onofframp)

The C++ code and CMake files for the Hello World demo are installed under /usr/local/driveworks-<version>/samples/src.