onnxruntime/onnxruntime/core
Zhang Lei 04b6097db4
Cuda Clip() for op set 11. (#2411)
* Cuda Clip() for op set 11.
* make min_val and max_value input CPU memory directly.
* Remove original cu file useless "#pragma once"
* merge duplicate logic into one class.
2019-11-27 12:42:45 -08:00
..
automl/featurizers/src/FeaturizerPrep Commit formatting and end of lines (#2161) 2019-10-19 19:49:40 -07:00
codegen Correctly handle implicit inputs for fused nodes (#2390) 2019-11-21 10:27:09 -08:00
common Add BatchParallelFor, TryParallelFor, TryBatchParallelFor into ThreadPool (#2476) 2019-11-27 00:32:26 -08:00
framework Disable thread pool creation when enabled OpenMP (#2485) 2019-11-27 02:09:18 -08:00
graph Add Attention Fusion Transformer (#2445) 2019-11-25 14:46:37 -08:00
language_interop_ops Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
mlas Introduce a separate check and conditional for AVX512BW build (#2083) 2019-10-10 16:14:00 -07:00
optimizer Add a transformer to use Gelu approximation for cuda provider (#2480) 2019-11-27 10:15:50 -08:00
platform Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
protobuf Bump up ONNX to the latest commit (#1868) 2019-09-20 18:15:16 -07:00
providers Cuda Clip() for op set 11. (#2411) 2019-11-27 12:42:45 -08:00
session Add a transformer to use Gelu approximation for cuda provider (#2480) 2019-11-27 10:15:50 -08:00
util add Im2col<uint8_t> (#2438) 2019-11-19 14:57:33 -08:00