beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.15k stars 109 forks source link

TornadoMath.atan2 plugin has incorrect type #481

Open jjfumero opened 4 days ago

jjfumero commented 4 days ago

Discussed in https://github.com/beehive-lab/TornadoVM/discussions/480

Originally posted by **andrii0lomakin** July 3, 2024 Hi. I noticed that TornadoMath.atan2 plugin is registered using double,double type parameters but in reality it uses float,float ones. So my question is, does it work in the sense is this code executed on GPU?