Skip to content

Commit

Permalink
Merge pull request #319 from jjfumero/fix/tests
Browse files Browse the repository at this point in the history
[tests] half-type (fp16) tests added in the whitelist
  • Loading branch information
jjfumero authored Jan 29, 2024
2 parents c3147ca + b26e056 commit e3c2878
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tornado-assembly/src/bin/tornado-test
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ __TORNADO_TESTS_WHITE_LIST__ = [
"uk.ac.manchester.tornado.unittests.vm.concurrency.TestConcurrentBackends#testThreeBackendsSerial",
"uk.ac.manchester.tornado.unittests.vm.concurrency.TestConcurrentBackends#testThreeBackendsConcurrent",


## Half-float
'uk.ac.manchester.tornado.unittests.arrays.TestArrays#testVectorAdditionHalfFloat',
'uk.ac.manchester.tornado.unittests.arrays.TestArrays#testVectorSubtractionHalfFloat',
'uk.ac.manchester.tornado.unittests.arrays.TestArrays#testVectorMultiplicationHalfFloat',
'uk.ac.manchester.tornado.unittests.arrays.TestArrays#testVectorDivisionHalfFloat',

]

# ################################################################################################################
Expand Down

0 comments on commit e3c2878

Please sign in to comment.