pub fn create_cpu_device(registry: &DeviceRegistry) -> Result<Device>Expand description
Create a CPU device with the default backend.
The default backend is selected by:
SVOD_CPU_BACKENDenvironment variable (“clang” or “llvm”)- If not set, defaults to Clang