llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Add option -fsycl-use-integration-headers

Open premanandrao opened this issue 7 months ago • 0 comments

Add option -fsycl-use-integration-headers to enable integration between device and host compilation phases using integration headers and footers. This is currently the default behavior.

The option is passed through to the cc1 phase along with a macro __INTEL_SYCL_USE_INTEGRATION_HEADERS.

premanandrao avatar Jul 25 '24 00:07 premanandrao