Hi Stuart,
As far as I know oneMKL does not include any SYCL code for the kernels so it is not supported using ComputeCpp. You can use the SYCL-BLAS project however which has generic SYCL code so should work with any implementation.
Hi Rod, would love to try sycl-blas but my usual dev env is VS2019 on windows 10 and my cmake knowledge is non existent; are there any Visual Studio projects/solutions that I can use to try this out?
Thanks
Hi Stuart,
SYCL-BLAS has worked for colleagues using Windows but you will need to use the CMake files. There are some built in commands for Windows that should help it work so I’d recommend giving it a try and if you get any problems you can ask for support here.
Thanks.