onnxruntime/onnxruntime/test
ashbhandare e9ffcfa247
Add cuda kernels for GreaterOrEqual, LessOrEqual, Where; modify Clip to avoid memcpy (#7187)
* Where and Clip cuda kernel support

* GreaterOrEqual and LessOrEqual cuda kernels

* Clip input GPU mem

* review comments

* Add CPU kernel as well

* review comment

* Add kernel def hash for new op kernels

* Fix CI
2021-04-06 09:04:38 -07: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 QDQ implementation (#7033) 2021-03-25 09:17:23 -07:00
contrib_ops enable more unit tests for ROCM EP (#7222) 2021-04-02 15:57:08 -07:00
debug_node_inputs_outputs Sync ORTModule branch with master and fix tests (#6526) 2021-02-02 08:59:56 -08:00
featurizers_ops
framework Check kernel def hashes (#7120) 2021-04-01 17:42:58 -07: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 Sync ORTModule branch with master and fix tests (#6526) 2021-02-02 08:59:56 -08:00
mlas MLAS: add 32-bit transpose support (#7092) 2021-03-22 16:20:31 -07:00
onnx pull onnx latest commit (#7102) 2021-03-29 11:00:38 -07:00
opaque_api Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
optimizer Div mul fusion (#7183) 2021-04-05 09:35:30 -07:00
perftest add TensorRT configuration to OrtProviderOptions (#6979) 2021-03-16 17:16:28 -07: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 Add cuda kernels for GreaterOrEqual, LessOrEqual, Where; modify Clip to avoid memcpy (#7187) 2021-04-06 09:04:38 -07:00
python rename cuda_mem_limit and hip_mem_limit to gpu_mem_limit for both CUDA EP and ROCm EP (#7226) 2021-04-05 09:04:04 -07:00
shared_lib Update CUDA custom op unit tests to account for recent ORT change (#6971) 2021-03-11 22:22:45 -08:00
testdata Add cuda kernels for GreaterOrEqual, LessOrEqual, Where; modify Clip to avoid memcpy (#7187) 2021-04-06 09:04:38 -07: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 add TensorRT configuration to OrtProviderOptions (#6979) 2021-03-16 17:16:28 -07:00
win_getopt
xctest Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00