spcl / open-earth-compiler

development repository for the open earth compiler
https://arxiv.org/abs/2005.13014
Other
72 stars 14 forks source link

Instruction count difference compared to reference #25

Closed muellch closed 3 years ago

muellch commented 4 years ago

The OEC compiled baseline for many kernels performs more instructions than the dawn reference experiments, even if both variants execute the kernels in sequence without any inlining or fusion.

gysit commented 3 years ago

I close this since I think parts of this is due to the not optimal nvptx support (fma for integer etc)... I think this is a minor issue at the moment and we should focus on features and correctness