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
[SYCL] Make SYCL 2020 style FPGA selectors inline (#7187)
The SYCL 2020 style FPGA selectors (`fpga_selector_v`,
`fpga_emulator_selector_v`, and `fpga_simulator_selector_v`) were not
previously marked inline which may cause failures in the linker due to
multiple definitions. This commit makes them inline.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments