Skip to content

targetDevice

Jimmy Wei edited this page Mar 10, 2023 · 9 revisions

targetDevice is a required array field that describes which hardware the sample is intended to showcase. Supported array elements are:

  • "CPU"
  • "GPU"
  • "FPGA"

The targetDevice field in your sample.json file should have a format similar to the following:

"os": ["CPU", "GPU"]
Clone this wiki locally