onnxruntime/onnxruntime/test
Edward Chen 9810b9e02b
Reduce amount of compiled CUDA device code (#6118)
Move CudaKernel from cuda_common.h to a new separate header, cuda_kernel.h. Update include sites to use cuda_kernel.h instead if they need CudaKernel. Inclusions of cuda_common.h are now more lightweight.

Make corresponding changes for ROCM execution provider code.

Other minor cleanup.
2020-12-14 15:27:40 -08:00
..
api_tests_without_env Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
common Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
contrib_ops Add Longformer Attention Cuda Op(#5932) 2020-11-25 13:52:10 -08:00
debug_node_inputs_outputs Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
featurizers_ops
framework Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
fuzzing Fuzz testing misc (#5862) 2020-11-23 13:43:44 -08:00
global_thread_pools Sunghcho/denormals (#5391) 2020-10-15 12:47:42 -07:00
ir Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
mlas Implement QLinear GlobalAveragePool with sse2/neon. (#5838) 2020-11-23 19:23:58 -08:00
onnx Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Fuse MatMulIntegerToFloat only when scales are scalar (#6008) 2020-12-02 14:40:17 -08:00
perftest Convert OpenVINO into a shared provider (#5778) 2020-11-20 17:39:57 -08:00
platform Remove nGraph Execution Provider (#5858) 2020-11-19 16:47:55 -08:00
proto Remove the private ONNX protobuf definition file (#4878) 2020-08-24 12:40:33 -07:00
providers Reduce amount of compiled CUDA device code (#6118) 2020-12-14 15:27:40 -08:00
python Improve checkpointing for Zero stage 1 (#5478) 2020-12-07 09:16:01 -08:00
shared_lib Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
testdata Enable varied input type for custom op (#6066) 2020-12-09 15:10:42 -08:00
tvm fixed a warning on an unreferenced local variable (#4861) 2020-08-19 19:20:55 -07:00
unittest_main Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
util Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
win_getopt
xctest Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00