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