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][NFC] Extend getKernelNamesUsingAssert to support general function names (#20488)
Currently, we have getKernelNamesUsingAssert to detect all SPIR kernels
which use assert functions via BFS. This PR extend it in 2 points:
1. Support passing a general function name to it for detecting all SPIR
kernels using it
2. Support passing a group of special function names for searching SPIR
kernels using them.
We may need to check other special function and can easily call it
instead of adding a new getKernelNamesUsingXXX.
---------
Signed-off-by: jinge90 <[email protected]>
Co-authored-by: Marcos Maronas <[email protected]>
0 commit comments