- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel C++ 18.0 compiler trial complains that the #pragma simd is deprecated when compiling a roofline tutorial. I couldn't find more info in the release notes as directed by the warning message. Where is the deprecation documented? What replaces it?
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
#pragma vector [...]
or
#pragma omp simd
May be of use.
Jim Dempsey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an instance of #pragma simd firstprivate because OpenMP 4.5 hasn't included an equivalent. I just installed the 18.1 compiler (twice) and don't see the release notes, although there does appear to be a reference posted to Intel web site.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page