numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Improve the error message of the SyclProgramCompilationError raised when float64 operations are not supported by the hardware

Open ogrisel opened this issue 2 years ago • 0 comments

As reported in #756, some older generation GPUs do not support float64 operations.

In this case numba-dpex only raises a non-informative SyclProgramCompilationError exception without any specific message that makes it challenging to discover what the cause of the problem is.

ogrisel avatar Aug 11 '22 11:08 ogrisel