You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable INLINE_THRESHOLD warning for core kernel compilation.
- The numba_dpex.core.kernel_interface.disptcher.JitKernel
is not a true numba Dispatcher class and as such does not
fully use targetoptions.
As such the commit adds a temporary work around to set the
code library inline_threshold only using the
config.INLINE_THRESHOLD environment flag.
Unit tests were updated as well.
0 commit comments