You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that one of the unit-tests that belongs to the white-list group, has a problem with a closing bracket only for the OpenCL backend. The PTX and SPIRV backends are working.
hi @andrii0lomakin, we have a server running Jenkins on a daily basis for all regression tests (unit-tests, benchmarks, TornadoVM-Ray-Tracer) on the develop branch and for all backends. The develop branch is the one where we merge all PRs, and then we usually merge it in the master every Friday (or more often).
Regarding the tests reported in #511, it would be greatly appreciated if you can follow the bug form, and provide info about which tests are failing, how you are running the tests, and on which system (OS, GPU vendor, GPU driver, backend) you run them. This will help our team to have a look faster and reproduce the problem.
Some times, we have observed issues in some systems that are related to the drivers.
Describe the bug
I noticed that one of the unit-tests that belongs to the white-list group, has a problem with a closing bracket only for the OpenCL backend. The PTX and SPIRV backends are working.
How To Reproduce
I have built TornadoVM as follows:
returns
I ran the
test06()
test from the TestIf.java class, and got the output as follows:Expected behavior
The expected behavior is to generate the OpenCL kernel which will be able to be built.
Computing system setup (please complete the following information):
Ubuntu 23.10
OpenCL 1.2
n/a
4a2a072
from branchdevelop
The text was updated successfully, but these errors were encountered: