Skip to content

targetDevice

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

targetDevice is a required array field that describes the type of 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