Skip to content

Releases: FDPS/PIKG

v0.4

07 May 06:05
2fbef05

Choose a tag to compare

Add MN-Core2 mode
Add benchmarks as paper/sc25/ad_ae_appendix

v0.3b

10 Apr 07:09
b23879f

Choose a tag to compare

CUDA向けにテーブル関数・ローカル変数を実装
バグ修正

v0.3a

23 Mar 03:56
38a4e84

Choose a tag to compare

Bug fix

v0.2a

05 Sep 00:34

Choose a tag to compare

Bug fixes.

Known issue:

  • Multi-precision code with if branch fails to generate mask for A64FX.
  • Multi-precision mode generates slow code. Thus, for example, you should generate (F|S|U)64-only code instead of (F|S|U)64/(F|S|U)32 multi-precision code.

v0.2

21 Aug 15:37

Choose a tag to compare

Bug fix for A64FX (ARM SVE) mode. Test implementation of CUDA kernel.

v0.1c

21 Aug 02:53

Choose a tag to compare

New grammer for --class-file option. bug fix for if statement is included.

v0.1b

18 Aug 02:08

Choose a tag to compare

bug fix

v0.1a

17 Aug 03:29

Choose a tag to compare

bug fix for c and fortran interface. add sample/c/Nbody.

v0.1

16 Aug 12:01

Choose a tag to compare

Add c interface and fortran interface

v0.0c

13 Aug 03:53

Choose a tag to compare

bug fix