Michalis Papadimitriou

Results 14 comments of Michalis Papadimitriou

I added an example PR (#312) of what is expected in the scope of this task. I suggest going over one package at time (e.g., tornado-drivers, tornado-runtime etc), adopting String...

There are some changes with the GraalVM-21.0.2: https://github.com/beehive-lab/TornadoVM/pull/337 The above-mentioned PR solves the issue if you want to use GraalVM-21.0.2.

No fast math flag seems to solve the issue for me as well. ```-O3 -Ofast -fno-fast-math -Wno-unused-result```

@ShAlireza can you also provide the exact input sizes that you run the scan kernel? Thanks

Thank you @ShAlireza, I managed to reprorduce it locally. We will work on the issue and we will get back to you.

> @mikepapadim , if you solve the conflicts, we can merge this PR Lets hold this one. I solved the conflicts with the latest develop, but now it seems that...

[**Update**] SegFault also occurs with PTX for `TestBatches`

**[Update]** I merged it with the latest develop to check the event fix-up if it influences the batch processing failures. Only, @gigiblender patch fixed the issue with batch processing, however,...

Thanks @gigiblender for the patch