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][FPGA] Do not generate host dependency files by default (#1918)
When compiling for -fsycl -fintelfpga, dependency file information needs
to be generated and added to the AOT compilation step. The dep file is
only needed from the device compilation.
Remove the generation of the dependency files for the host compilation
unless the user explicitly calls for it (with a generation option)
Signed-off-by: Michael D Toguchi <[email protected]>
0 commit comments