dpctl
dpctl copied to clipboard
Force tests with CPU, GPU, Level0
In CI all tests should be passed.
Now if CPU, GPU or Level0 are absent tests are skipped.
I propose to introduce command line flag or environment variable (i.e. DPCTL_TEST_DISABLE_SKIPPING_DEVICE_UNAVAILABLE) to replace skipping with failures if device is not available.
So we will be able to force all tests running in CI.
/CC @diptorupd