Skip to content

Releases: FDPS/PIKG

v0.2a

05 Sep 00:34
Compare
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
Compare
Choose a tag to compare

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

v0.1c

21 Aug 02:53
Compare
Choose a tag to compare

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

v0.1b

18 Aug 02:08
Compare
Choose a tag to compare

bug fix

v0.1a

17 Aug 03:29
Compare
Choose a tag to compare

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

v0.1

16 Aug 12:01
Compare
Choose a tag to compare

Add c interface and fortran interface

v0.0c

13 Aug 03:53
Compare
Choose a tag to compare

bug fix

v0.0b

12 Aug 08:02
Compare
Choose a tag to compare

Modify if else state specification in doc/kernel_generator_spec.pdf.

v0.0a

07 Aug 12:13
Compare
Choose a tag to compare

Various bugs are modified. No new feature.

v0.0

06 Aug 05:39
Compare
Choose a tag to compare

First release