-`XPU_DEVICE`: Select the device to run kernels on. Values must have the form "`<driver><devicenr>`". If `devicenr` is missing, defaults to device 0 of selected driver. Possible values are for example: `cpu`, `cuda0`, `cuda1`, `hip0`. (default=Device selected when calling `xpu::initialize`)
---
## Tests and examples
Building unittests requires the `googletest` framework. `xpu` will download and build `googletest` automatically.