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] Add E2E test for gpu AOT to JIT fallback (#18492)
I believe the feature of AOT to JIT fallback was implemented and enabled
in this commit
38e588d
commit includes UT for jit fallback for kernel compiled for older
platform
38e588d
this fallback works when `-fsycl-targets` is set for compilation and AOT
images contain info about architecture it is built for. In order to
build program SYCL RT choose images by compile target (if property is
set) and adds spirv (if available) to the image set passed to backend
later.
Choice what image to use is done in UR adapter for specific backend.
Where it chooses AOT image if available and uses SPIRV as fallback.
While RT part is completely tested by UT, adding small E2E test to
verify stack behavior.
---------
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
Co-authored-by: Marcos Maronas <[email protected]>
0 commit comments