Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tornado-assembly/src/bin/tornado-test
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ __TEST_THE_WORLD__ = [
TestEntry("uk.ac.manchester.tornado.unittests.pointers.TestCopyDevicePointers"),
TestEntry("uk.ac.manchester.tornado.unittests.tensors.TestTensorAPIWithOnnx"),
TestEntry("uk.ac.manchester.tornado.unittests.memory.MemoryConsumptionTest"),
TestEntry("uk.ac.manchester.tornado.unittests.gpullama.TestTransformerKernelsUnit"),
TestEntry("uk.ac.manchester.tornado.unittests.gpullama.TestTransformerKernelsFused"),

## Test for function calls - We force not to inline methods
TestEntry(testName="uk.ac.manchester.tornado.unittests.tasks.TestMultipleFunctions",
Expand Down
Loading
Loading