Michael Toguchi
Michael Toguchi
By default, the driver will add `bin/../include/sycl` as a search directory. This has basically always been in place. Should this no longer be the case?
This is to address: https://github.com/intel/llvm/issues/6089
@hchilama, can you take a look?
@intel/llvm-gatekeepers, this looks ready for merge - thanks!
@jgtong, this should be addressed with https://github.com/intel/llvm/pull/6498, can you confirm and close as appropriate?
As an aside, it looks like `-fopenmp-implicit-rpath` support has been removed/reverted
@intel/llvm-gatekeepers, this should be ready for merge - thanks!
> @intel/dpcpp-clang-driver-reviewers I am not sure about compiler flags. Instead of introducing the new `-fsycl-force-range-rounding`, should I instead make a new flag `-fsycl-range-rounding=[force/disable]` which would deprecate the existing `-fsycl-disable-range-rounding`? I...
For `-fsycl-targets` we do some validation of the targets given so it would not be a stretch to see if we can emit some information that provides a list of...
> > According to @GarveyJoe [a few comments above](https://github.com/intel/llvm/issues/1190#issuecomment-738918070) additional flags were added to `-fintelfpga` over time. Has this been reverted? > > Over time, @mdtoguchi has minimized the gap...