fortran66のブログ

fortran について書きます。

【ニュース】Fortran 2023 及び ifx do concurrent GPU offload 対応

J. Reid 次期 Fortran の新機能まとめスライド

英 BCS Fortran 分科の年次総会での講演より。毎年、興味深い演題が並びます。

今年も遠隔開催だったのでしょうか、ランチの出ないランチ休憩になっております。

fortran.bcs.org

PDF 直リン https://fortran.bcs.org/2022/AGM22_Reid.pdf

ネタ元 https://twitter.com/curerice2014/status/1577251175808000003

最新 intel fortran の ifx は do concurrent が GPU offload 対応

IntelGPU ボードが欲しくなりますね。倍精度は対応しているのでしょうか?よく分かりません。

New Compiler Options for ifx
•    DO CONCURRENT offload support (ifx only)
-fopenmp-[no]-target-do-concurrent (Linux) or /Qopenmp-[no]-target-do-concurrent (Windows) causes the compiler to generate offload code for DO CONCURRENT constructs.  The default varies: if option fopenmp-targets (Qopenmp-targets) is specified the default is ON, otherwise it is OFF.  This option is available only in ifx.