targetDevice - jimmytwei/oneAPI-samples GitHub Wiki
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"]