Open
Description
- gtest for integration tests - these are built by enabling
-DGC_TEST_ENABLE=on
. Currently, there's only one built now, run ascd test/dnnl/ && ./test_dnnl_c_interface
. I think it's missing aenable_testing
now for ctest. Feel free to add that or a separate target. - lits for our dialects - @Devjiu TBD.
- llvm tests on llvm build - these can be run with a single command after the llvm build/install (e.g., ninja check-mlir)