forked from oneapi-src/oneAPI-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
targetDevice
Jimmy Wei edited this page Mar 11, 2023
·
9 revisions
targetDevice
is a required array field containing the type(s) of device offloading that 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"]