[DOC] Rename oneAPI DPC++ -> DPC++#21624
Conversation
As was decided during the discussion, to distinguish this compiler from the proprietary one, we drop the oneAPI word. This patch only changes README.md and GetStartedGuide.md. There are still dozens of mentions in other files.
| @@ -1,4 +1,4 @@ | |||
| # Getting Started with oneAPI DPC++ | |||
| # Getting Started with DPC++ | |||
There was a problem hiding this comment.
Do we need to modify this file too?
There was a problem hiding this comment.
I guess documentation requires a lot of changes, so I'd like to create a separate patch for this.
| # Getting Started with oneAPI DPC++ | ||
| # Getting Started with DPC++ | ||
|
|
||
| The DPC++ Compiler compiles C++ and SYCL\* source files with code for both CPU |
There was a problem hiding this comment.
Also maybe re-word sycl/doc/design/ESIMDDesignNotes.md maybe?
There was a problem hiding this comment.
Could you please point what might be re-worded?
There was a problem hiding this comment.
A result I saw when grepping was
ESIMD support is spread across a number of components in the oneAPI software stack, spanning compile time, link time and runtime
If we are renaming I guess we don't want to call the compiler part of the oneAPI software stack, but clearly this is not a big deal.
|
I didn't change any docs as I had in mind that this work might be declined, so that is what's going on now:) |
|
Turned out this change is undesired. Closing. |
As was decided during the discussion, to distinguish this compiler from the proprietary one, we drop the oneAPI word.
This patch only changes README.md and GetStartedGuide.md. There are still dozens of mentions in other files.