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
[OpenCL-aot] Return a Friendlier Error When Build Kernel Failed (#12124)
There is no useful information output, when compilation fails, unless
"verbose" (-v) is set to true. This PR is to output the build log when
compiling the kernel fails, and has no effect on the functionality of
the original "-v" option.
---------
Co-authored-by: Alexey Sachkov <[email protected]>
0 commit comments