-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Doc] Update compiler options descriptions #3340
New issue
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Copied renewed option descriptions from other sources * Added few missing options * Added "auto" variant for -fsycl-device-code-split * Marked some of the options as [DEPRECATED] which are not expected to be used at this point. * Marked some of the options as [EXPERIMENTAL] which are expected to be used only in limitted cases. * Updated formating and sections structure * Removed fat static library case as it's not expected to be used now through special option. Instead fat static libraries should be just added to the command line normally as any static library. Signed-off-by: Pavel V Chupin <pavel.v.chupin@intel.com>
bader
reviewed
Mar 11, 2021
mdtoguchi
reviewed
Mar 12, 2021
Co-authored-by: mdtoguchi <47896532+mdtoguchi@users.noreply.github.com>
Co-authored-by: mdtoguchi <47896532+mdtoguchi@users.noreply.github.com>
@mdtoguchi, please check if other options I marked DEPRECATED are really not in use. |
mdtoguchi
reviewed
Mar 15, 2021
kbobrovs
reviewed
Mar 16, 2021
kbobrovs
approved these changes
Mar 17, 2021
mdtoguchi
approved these changes
Mar 17, 2021
@pvchupin, please, file an issue for pre-commit failure. It doesn't seem to be related to the documentation change. |
alexbatashev
pushed a commit
to alexbatashev/llvm
that referenced
this pull request
Mar 19, 2021
* upstream/sycl: (1804 commits) [SYCL] SYCL 2020 backend interoperability part 1 (intel#3354) [Driver][SYCL] Address issue when unbundling for non-FPGA archive (intel#3366) [SYCL][Doc] Update compiler options descriptions (intel#3340) [SYCL] Update ABI dump tool to disable checks with libcxx by default (intel#3370) [SYCL] Update the way we handle -sycl-std= based on community review feedback (intel#3371) [SYCL] Move tests to llvm-test-suite (intel#3359) [SYCL][PI][L0] Revert copy batching from intel#3232 (intel#3363) [SYCL] Remove unsupported option. [SYCL] Fix pragma setting in sycl-post-link (intel#3358) [SYCL] Add ITT annotation instructions (intel#3299) [SYCL] Propagate attributes of original kernel to wrapper kernel generated for range-rounding (intel#3306) [BuildBot] Uplift GPU RT version for Linux to 21.09.19150 (intel#3316) [SYCL] Retain PI events until they have signaled (intel#3350) [SYCL] Add caching when using interop constructor (intel#3327) Add ITT stubs and wrappers for SPIR-V devices (intel#3279) [SYCL] Add zero argument version of buffer::reinterpret() for SYCL 2020 (intel#3333) [SYCL] Restore old behavior of get() method (intel#3356) [Driver][SYCL][FPGA] Improve FPGA AOT when using Triple (intel#3330) [SYCL] Revert support for pinned_host_memory extension in Level-Zero backend. Make it a NOP (intel#3349) [SYCL] Remove redundant build options processing (intel#3342) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
be used at this point.
used only in limitted cases.
through special option. Instead fat static libraries should be just added to
the command line normally as any static library.
Signed-off-by: Pavel V Chupin pavel.v.chupin@intel.com