Repository for running specialization tests over Intel GPUs with SYCL.
TODO
You need to build the scripts before navigating in each sub-directory.
To do that, run build.sh to build the benchmarks.
Required arguments:
--cxx-compiler=the path to the DPC++ compiler;
Then navigate to any directory to stress the corresponding feature.
Optional arguments:
--cxx-flags=additional flags to the DPC++ compiler;--enable-fp64enables fp64 support;--disable-sg8disables sub group size 8;--disable-compute-benchmarksavoid building computing benchmarks;--disable-memory-benchmarksavoid building memory benchmarks;
You are free to navigate in each sub-directory to test one or more covered aspects of this repository.