oneAPI examples failing with segfault¶
oneAPI examples located in the examples/oneapi
directory are failing with a segmentation fault (segfault).
This happens because the directory that contains data is skipped during installation.
How to Fix¶
The workaround is to copy the missing directory from the source repository:
Copy the missing data directory from oneDAL repository.
Place the
data
directory within theexamples/oneapi
directory on your machine.