TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

[bug] uk.ac.manchester.tornado.unittests.virtualization.TestsVirtualLayer test is failing on SpirV

Open andrii0lomakin opened this issue 1 year ago • 0 comments

Describe the bug

Tests of uk.ac.manchester.tornado.unittests.virtualization.TestsVirtualLayer test are failing on SpirV backend.

How To Reproduce

torando-test -V uk.ac.manchester.tornado.unittests.virtualization.TestsVirtualLayer

Result:

Test: class uk.ac.manchester.tornado.unittests.virtualization.TestsVirtualLayer
        Running test: testDevices                ................  [PASS]
        Running test: testDriverAndDevices       ................  [PASS]
        Running test: testArrayMigration         ................  [FAILED]
                \_[REASON] [TornadoVM] Error - Recover option disabled
        Running test: testTaskMigration          ................  [FAILED]
                \_[REASON] [TornadoVM] Error - Recover option disabled
        Running test: testVirtualLayer03         ................  [PASS]
        Running test: testDynamicDeviceSwitch    ................  [FAILED]
                \_[REASON] [TornadoVM] Error - Recover option disabled
        Running test: testSchedulerDevices       ................  [FAILED]
                \_[REASON] [TornadoVM] Error - Recover option disabled
Test ran: 7, Failed: 4, Unsupported: 0

Expected behavior

Tests are passed.

Computing system setup (please complete the following information):

  • OS: Ubunut 22.04
  • OpenCL and Driver versions - OpenCL version 3.0 , driver version - 23.43.27642.52
  • If applicable, Level Zero & SPIR-V Versions - 1.9.3
  • TornadoVM commit 35e7e550c

andrii0lomakin avatar Aug 14 '24 07:08 andrii0lomakin