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
[Driver][SYCL] Keep the option value of -o option as the output directory name (#3912)
When enabling FPGA AOT, the name of the output project report is not correct when using -o.
Only when user does not use "-o" option, the output directory name is from the
source file and the original extension is replaced with ".prj".
However, if user uses "-o" option, the output directory name should be the value
of the option with extension ".prj".
Signed-off-by: Qichao Gu <[email protected]>
0 commit comments