關於支援OPenACC的編譯器說明
很多開發者都在關注支援OPenACC的編譯器都有哪些,下面給大家彙總一下,share給大家。
關於支援OPenACC的編譯器說明
關於支援OPenACC的編譯器說明
支援OpenACC的編譯器:PGI, Cray, CAPS 和 GCC。下面是 gcc 對 OpenACC 支援的介紹。
All – GCC 6.1 was released withimproved OpenACC support – see below for key OpenACC highlights.
PGI is still NVIDIA’s go-tocompiler for OpenACC.
GCC 6.1’s improved supportfor OpenACC is an important step in making the standard pervasive.
Noteworthy as well, GCC 6.1C++ default is now C++14 (-std=gnu++14 instead of -std=gnu++98)
GCC 6.1 OpenACC highlights
· GCC 6.1 wasreleased 04/27 with improved support for OpenACC:
o Standard supported: OpenACC 2.0a
o Compilers: C, C++ and Fortran
o Accelerators: NVIDIA GPUs
o Hosts:
§ x86
§ Power8 support is broken in GCC 6.1 – though a functional March snapshot isavailable from Mentor Graphics
· OpenACC 2.0asupport status in GCC 6.1:
o Read the cautions and capabilities statedhere: https://gcc.gnu.org/gcc-6/changes.html
o Recommend using parallel constructs ifpossible:
§ Additionally,specify explicitly number of gangs, workers, and vector length clauses forbetter performance
o Avoid kernels constructs as there are performance andfunctionality limitations
· How to get GCC 6.1?
o As of end of April 2016, GCC 6.1 is not yetadopted in new Linux distributions
o Fedora 24 (ETA June 2016) will adopt GCC6.1 as a default compiler, it is anticipated (not POR) that Ubuntu 16.10 willadopt GCC 6.1 or later version
o GCC 6.1 may be built from source (see https://gcc.gnu.org/wiki/Offloading)
· GCC OpenMP 4.5status:
o The OpenMP 4.5 specification is fullysupported in GCC 6.1 for the C and C++ compilers
§ thecompiler can be configured for OpenMP offloading to Intel XeonPhi KnightsLanding and AMD HSAIL
§ Supportfor NVPTX is under development in the gomp-nvptx branch, not supported in GCC6.1.
o GCC can now generate HSAIL (Heterogeneous System Architecture IntermediateLanguage) for simple OpenMP device constructs
· OpenACCsupport beyond GCC 6.1 – future work for GCC 7:
o Performance improvements
· ImproveGCC`s parallelization of inner loops
· Defaultbehavior of number of gangs, workers and vector length for parallel constructs
o OpenACC 2.5 support
原文釋出時間為:2016-6-24 12:51:06
原文由:nvadmin 釋出,版權歸屬於原作者
本文來自雲棲社群合作伙伴NVIDIA,瞭解相關資訊可以關注NVIDIA官方網站
相關文章
- 編譯引數-ObjC的說明編譯OBJ
- 說說 方舟編譯器編譯
- 關於GeoWebCache的部署說明Web
- 【譯】Ruby2.6的JIT功能,編譯和解釋型語言的相關說明編譯
- 關於DOCTYPE的使用和說明
- 關於NTP SERVER的配置說明Server
- 關於DedeCMS版本號的說明
- 關於庫的編譯編譯
- 有關RFC文件的翻譯說明 (轉)
- MySQL:關於ICP特性的說明(未完)MySql
- MySQL 5.7.9原始碼編譯安裝說明MySql原始碼編譯
- 3568F-Qt工程編譯說明QT編譯
- PHP編譯器BPC 6.0釋出,支援namespace,支援closure,成功編譯 workermanPHP編譯namespace
- 編譯器相關編譯
- java 關於操作Collection的一點說明Java
- 關於 RPM 命令的權威說明
- 關於事務的英文說明 Transaction OverviewView
- 關於SAP abap程式開發的說明
- 關於BUGZILLA的說明和安裝
- RK3399 android編譯說明Android編譯
- RHEL 7特性說明(七):編譯程式及工具編譯
- MySQL 5.5編譯安裝cmake引數說明MySql編譯
- 不一樣的玩法兒:基於反編譯器的Frida支援編譯
- 關於VC的編譯模式 (轉)編譯模式
- 關於TIJ的編譯問題編譯
- 關於golang中下劃線(_)的語義說明Golang
- Oracle中關於PCTFREE和PCTUSED的說明Oracle
- 關於Numba的執行緒實現的說明執行緒
- 【譯】說服Kotlin編譯器程式碼安全Kotlin編譯
- 關於Gdb工具的交叉編譯、移植編譯
- 關於程式的編譯和連結編譯
- 關於預編譯頭 (轉)編譯
- 寫程式碼時,編譯器比你聰明編譯
- httpd一之關於http工作模式的基本說明httpd模式
- 關於包(Package)應用規範的說明 (轉)Package
- keycloak~關於社群登入的過程說明
- 【AMM】關於ASM中AMM引數說明ASM
- [翻譯]關於Swift的編譯時間優化Swift編譯優化