IanButterworth / SystemBenchmark.jl

Julia package for benchmarking a system
MIT License
43 stars 3 forks source link

Support oneAPI.jl #41

Open casabre opened 3 years ago

casabre commented 3 years ago

After calling the runbenchmark() function the first time, the following GPU message was displayed

[ Info: CUDA.functional() == false. No usable GPU detected

which is correct for my setup due to Intel Graphics. But maybe supporting oneAPI.jl would be beneficial here too. As far as I understand it, it is not that mature at the moment but maybe worth considering.

Thanks & best regards