Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Tweak v-table suppress patch to work with virtual host calls
The previous fix skipped template instantiations where virtual calls were involved, causing kernel functions used in these base classes to never be discovered, and thus skipped. This patch moves it simply to prevent virtual tables from being emitted, leaving the walking and instantiation of templates in place. Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
- Loading branch information