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
This addresses #2359 for NVPTX backend only. Changes are to:
- Detect NVPTX kernels for DAE (using `nvvm.annotations` metadata)
- Update the metadata with new function signatures as required
- Renaming some metadata, variables & files to reflect the fact that SYCL DAE is no longer SPIR specific
- Updating tests to reflect the expectation that -fenable-sycl-dae flag should be passed through for nvptx targets
The optimization is disabled for NVPTX target.
Relevant patches: #2226, #2258, #2303, #2340, #2358.
The text was updated successfully, but these errors were encountered: