tree: bd71dc6a73f8bddac63cf6004abdef095ae55121
  1. runtime/
  2. support/
  3. target/
  4. .gitignore
  5. arith_simplify_test.cc
  6. config_schema_test.cc
  7. expr_test.cc
  8. ir_functor_test.cc
  9. ndarray_test.cc
  10. nested_msg_test.cc
  11. object_protocol_test.cc
  12. pattern_match_test.cc
  13. random_engine_test.cc
  14. README.md
  15. support_test.cc
  16. target_test.cc
  17. te_compute_test.cc
  18. threading_backend_test.cc
  19. tir_analysis_side_effect.cc
  20. tir_scalable_datatype.cc
  21. topi_ewise_test.cc
tests/cpp/README.md

tests/cpp

This folder contains some unit tests for C++ utilities in the codebase.

In principle we aim to do most compiler related tests in the python to bring more development velocity, and only use this folder for low-level unit-tests. All tests should finish fast and not dependent on a presence of an accelerator device.