tree: 7543b05085820b7fc58cab83cb5366c4c9c60980 [path history] [tgz]
  1. runtime/
  2. support/
  3. target/
  4. .gitignore
  5. arith_integer_set_test.cc
  6. arith_simplify_test.cc
  7. data_type_rewriter_test.cc
  8. expr_test.cc
  9. ir_functor_test.cc
  10. llvm_codegen_registry_test.cc
  11. ndarray_test.cc
  12. nested_msg_test.cc
  13. object_protocol_test.cc
  14. parallel_for_test.cc
  15. pattern_match_test.cc
  16. random_engine_test.cc
  17. README.md
  18. support_test.cc
  19. target_test.cc
  20. te_compute_test.cc
  21. threading_backend_test.cc
  22. tir_analysis_side_effect.cc
  23. tir_scalable_datatype.cc
  24. 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.