J. Reid 次期 Fortran の新機能まとめスライド
英 BCS Fortran 分科の年次総会での講演より。毎年、興味深い演題が並びます。
今年も遠隔開催だったのでしょうか、ランチの出ないランチ休憩になっております。
PDF 直リン https://fortran.bcs.org/2022/AGM22_Reid.pdf
ネタ元 https://twitter.com/curerice2014/status/1577251175808000003
最新 intel fortran の ifx は do concurrent が GPU offload 対応
Intel の GPU ボードが欲しくなりますね。倍精度は対応しているのでしょうか?よく分かりません。
Via @science_dot, Jeff Hammond’s locked account
— HPC Guru (@HPC_Guru) 2022年10月4日
Congratulations to @intelhpc for implementing DO CONCURRENT on GPUs
This is a big deal for the @fortranlang community
Intel #oneAPI #HPC Toolkit 2022.3
Your turn, @HPE_Cray!https://t.co/AAD67tD04K#GPU #Fortran @jeff_replies
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.