beehive-lab / TornadoVM

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

[jit][ocl] Debug and build kernel improved #407

Closed jjfumero closed 2 months ago

jjfumero commented 2 months ago

Description

Build log for OpenCL fixed.

Problem description

There was an issue when the OpenCL build was not correct, the log string was not printed.

Backend/s tested

Mark the backends affected by this PR.

OS tested

Mark the OS where this PR is tested.

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

How to test the new patch?

make 
make tests
stratika commented 2 months ago

is there any other way to test this PR? For example, what is the new output that is printed?

jjfumero commented 2 months ago

You can try to compile something unsupported in Java.

jjfumero commented 2 months ago

All comments addressed.