Skip to content
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

[SYCL] Update the way we handle -sycl-std= based on community review feedback #3371

Merged
merged 2 commits into from
Mar 18, 2021

Conversation

AaronBallman
Copy link
Contributor

When upstreaming these changes, community asked for some simple
modifications in https://reviews.llvm.org/D97717. This brings those
changes back downstream for parity.

When upstreaming these changes, community asked for some simple
modifications in https://reviews.llvm.org/D97717. This brings those
changes back downstream for parity.
bader
bader previously approved these changes Mar 17, 2021
mdtoguchi
mdtoguchi previously approved these changes Mar 17, 2021
premanandrao
premanandrao previously approved these changes Mar 17, 2021
Copy link
Contributor

@premanandrao premanandrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @AaronBallman

Move the sycl-std= option out of a "let" block it shouldn't have been in.
@AaronBallman AaronBallman dismissed stale reviews from premanandrao, mdtoguchi, and bader via 72bd0cd March 17, 2021 16:22
Copy link
Contributor

@mdtoguchi mdtoguchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't even realize it was in the let block!

@AaronBallman
Copy link
Contributor Author

Didn't even realize it was in the let block!

If I had a nickel for every time those stupid blocks have bitten me in this file... I'd have a sock filled with nickels to swing at whoever introduced that feature. :-D

@bader bader merged commit 6a41551 into intel:sycl Mar 18, 2021
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants