We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are couple more cases to filter out from isEntryPoint() check: __builtin* and __esimd*.
isEntryPoint()
__builtin*
__esimd*
Originally posted by @kbobrovs in #5858 (comment)
The text was updated successfully, but these errors were encountered:
[sycl-post-link] Add more cases to filter out from entry point check (#…
53d9c7b
…6874) This change addresses #5878 Signed-off-by: Arvind Sudarsanam <arvind.sudarsanam@intel.com>
@pvchupin I believe it can be closed now?
Sorry, something went wrong.
Have no idea. It's patch from @asudarsa .@asudarsa do you know?
Yes. This issue can be closed now. Thanks.
asudarsa
No branches or pull requests
There are couple more cases to filter out from
isEntryPoint()
check:__builtin*
and__esimd*
.Originally posted by @kbobrovs in #5858 (comment)
The text was updated successfully, but these errors were encountered: