Commit Graph

  • 0eeaa49ca6 [master] Bring dnnl_readme.md on master up-to-date (#20670) bartekkuncer 2021-10-30 16:58:54 +02:00
  • fb1d3950d4 Add quantized batch_dot (#20680) bgawrych 2021-10-30 16:56:27 +02:00
  • 79e17532f6 Prospector checker initial commit (#20684) mozga 2021-10-30 16:54:39 +02:00
  • 3b489575b1 Fix csr param description (#20698) bartekkuncer 2021-10-30 16:53:54 +02:00
  • 54ca02af37 [master] Make warning message when oneDNN is turned off less confusing (#20700) bartekkuncer 2021-10-30 16:53:32 +02:00
  • 94fc557c17 [FEATURE] Add oneDNN support for numpy concatenate operator (#20652) AdamGrabowski 2021-10-30 04:04:07 +02:00
  • 1a1464fb84 [API NEW][METHOD] Add mT, permute_dims (#20688) Zhenghui Jin 2021-10-29 19:01:54 -07:00
  • 15842507ca [API STD][SEARCH FUNC] Add keepdims=False to argmax/argmin (#20692) Zhenghui Jin 2021-10-29 18:30:00 -07:00
  • fcbab288a8 [API] Add floor_divide (#20620) Zhenghui Jin 2021-10-29 10:45:15 -07:00
  • 197fbbaa04 [API] Add linalg.svdvals (#20696) Zhenghui Jin 2021-10-28 13:15:37 -07:00
  • 3256754253 [CI] Add timeout and retry to linkcheck (#20708) Zhenghui Jin 2021-10-28 13:14:43 -07:00
  • d2107af414 Add: break line entry before tenary (#20705) mozga 2021-10-28 22:00:50 +02:00
  • 4f289f8749 An option to clorize output during build (#20681) mozga 2021-10-28 03:46:32 +02:00
  • 026dbf8d91 [BUGFIX] Fix #20293 (#20462) Zhenghui Jin 2021-10-27 09:51:09 -07:00
  • 64999b486f [API] Add logaddexp (#20673) Zhenghui Jin 2021-10-27 09:47:09 -07:00
  • 61a456ba5f [master][tests] __init__' file to avoid undefined variables (#20701) mozga 2021-10-27 16:41:04 +02:00
  • 5d247f13fc [master][bugfix] Remove exit 0 to avoid blocking in CI pipeline (#20683) mozga 2021-10-21 22:27:13 +02:00
  • 5f0efbbe33 [v2.0] RNN: use rnn_params (#20384) Zhenghui Jin 2021-10-20 16:33:50 -07:00
  • 481eba7ef8 [API] Add positive (#20667) Zhenghui Jin 2021-10-20 11:17:39 -07:00
  • 6dff6609e7 [2.0] Bump Python to >= 3.8 (#20593) Zhenghui Jin 2021-10-19 22:21:04 -07:00
  • b1ac65d7ff [v1.x] Port #20648, #20676, #19236 to v1.x (#20677) Joe Evans 2021-10-19 18:42:59 -07:00
  • fb9065099a [Performance] Add oneDNN support for temperature parameter in Softmax (#20567) bgawrych 2021-10-19 22:41:15 +02:00
  • caa2308d4c [2.0] Update Sparse Feature Related Error Message (#20402) Zhenghui Jin 2021-10-19 10:17:33 -07:00
  • 9e9773232e A clang-format file can be removed from .gitignore (#20664) mozga 2021-10-19 19:03:16 +02:00
  • a6a7ab4e53 [CI] UPgrade windows CI (#20676) Zhenghui Jin 2021-10-18 19:32:42 -07:00
  • 5cd2d4d86e [v1.9.x] CI fixes (#20648) Joe Evans 2021-10-18 13:42:12 -07:00
  • ca8753943c Permlink changes (#20674) mozga 2021-10-18 19:19:57 +02:00
  • cd76b63a4d Disable debug log to avoid duplications (#20665) mozga 2021-10-18 12:44:32 +02:00
  • 6bbe886e89 Fix Windows-GPU build for monolithic arch dll (#20466) Matteo Salvarezza 2021-10-17 17:28:46 +02:00
  • f46b25b747 [Master] Clang-format description on a wiki (#20612) mozga 2021-10-16 01:53:20 +02:00
  • fda48e08c1 Added ::GCD and ::LCM: <numeric> [c++17] contains gcd and lcm implementation (#20583) mozga 2021-10-15 23:16:37 +02:00
  • f1f966966d Fix os_x_mklbuild.yml (#20668) bartekkuncer 2021-10-14 16:43:49 +02:00
  • ab6a3f9c4a [API Standardization]Standardize MXNet NumPy Statistical & Linalg Functions (#20592) NathanYyc 2021-10-14 11:05:45 +08:00
  • b94fda7603 [Master] Port #20627 (#20645) Zhenghui Jin 2021-10-13 20:05:26 -07:00
  • 5e04608ea5 [submodule] Remove soon to be obsolete dnnl nomenclature from mxnet (#20606) bartekkuncer 2021-10-13 22:48:10 +02:00
  • abd293fca1 [FEATURE] Enable dynamic linking with MKL and compiler based OpenMP (#20474) Anna Karbownik 2021-10-13 17:25:36 +02:00
  • 0d097708d5 [Master][CI][Bugfix] Clang-format-13 file needs to have right license header and install clang-format package. (#20658) mozga 2021-10-12 20:10:10 +02:00
  • 4b73646586 [Feature][Master] Clang-format tool to perform additional formatting and semantic checking of code. (#20433) mozga 2021-10-10 00:02:42 +02:00
  • 7be60caefc [API Standardization] Add Linalg kernels: (diagonal, outer, tensordot, cross, trace, matrix_transpose) (#20638) mozga 2021-10-09 00:31:23 +02:00
  • 36cb619824 change nd -> np in imagenet_gen_qsym_onedenn.py (#20399) Sylwester Fraczek 2021-10-08 22:00:04 +02:00
  • e2a4488e41 [v1.x]Backport #20626 from v1.9.x branch (#20644) Joe Evans 2021-10-07 22:00:30 -07:00
  • 7d09efc7c9 [v1.9.x] LICENSE and CI fixes for 1.9 release (#20626) Joe Evans 2021-10-07 10:56:34 -07:00
  • 4d48b0655a [Master] Ignoring mass reformatting commits with git blame (#20578) mozga 2021-10-07 17:51:55 +02:00
  • a77dcb028a Attempt to fix website build pipeline (#20634) waytrue17 2021-10-05 18:08:58 -07:00
  • 672a9fa900 Java2.0 proto (#20461) java2.0 Caspar 2021-10-05 14:22:09 -04:00
  • c0bdceef36 [CI] Freeze array-api-test (#20631) Zhenghui Jin 2021-10-04 19:46:25 -07:00
  • 2d090a2213 [v2.0.0.beta0] License Update: **/*.md **/*.ipynb (#20628) Zhenghui Jin 2021-10-04 08:49:55 -07:00
  • 695ff99823 [v1.x] Backport #20598 (#20622) Joe Evans 2021-09-30 16:52:23 -07:00
  • 23af413d84 Fast cuDNN BatchNorm NHWC kernels support (#20615) Vladimir Cherepanov 2021-09-30 10:10:18 -07:00
  • 096c6a40de Revert "[v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556)" (#20623) bartekkuncer 2021-09-30 15:06:15 +02:00
  • 42210a12f2 Remove next_impl calls (#20589) Paweł Głomski 2021-09-30 11:35:22 +02:00
  • 7b2c0c8f21 [v1.9.x] license updates (#20598) Joe Evans 2021-09-29 15:42:41 -07:00
  • f25b92ed94 [CI] Add Simple GitHub-Action Based License Checker (#20617) v2.0.0.beta0.rc0 2.0.0.beta0.rc0 Zhenghui Jin 2021-09-29 12:11:37 -07:00
  • ab222114af [BACKPORT][BUGFIX][FEATURE] Add oneDNN 1D and 3D deconvolution support and fix bias (#20292) Paweł Głomski 2021-09-29 17:41:36 +02:00
  • a3ed54be26 [FEATURE] Add fusing FullyConnected with element-wise add (#20599) Andrzej Kotłowski 2021-09-29 17:34:30 +02:00
  • 80d72b534d Port #20520 (#20609) Zhenghui Jin 2021-09-28 11:38:32 -07:00
  • 1bd83289af Backport: requiments and ubuntu_onnx to get the same checksum like other container has (#20611) mozga 2021-09-28 17:01:15 +02:00
  • a975637b19 [v2.0] Update Examples (#20602) Zhenghui Jin 2021-09-27 17:27:02 -07:00
  • 514408edaf Add Code Signing Key (#20614) Zhenghui Jin 2021-09-27 17:22:32 -07:00
  • 999d2a4862 [v2.0][LICENSE] Port #20496 (#20610) Zhenghui Jin 2021-09-27 17:11:40 -07:00
  • a720b15b5f [v2.0][LICENSE] Port #20493 (#20608) Zhenghui Jin 2021-09-27 17:10:05 -07:00
  • 88f6cc4878 Port #20495 (#20607) Zhenghui Jin 2021-09-27 17:09:52 -07:00
  • b71a7212b2 [BUGFIX] Fix NightlyTestForBinary in master branch (#20601) Zhenghui Jin 2021-09-27 17:09:07 -07:00
  • 2b1da703a1 [v2.0] Split Large Source Files (#20604) Zhenghui Jin 2021-09-24 14:05:35 -07:00
  • 868d06b236 Decouple OneDNN data structures in MXNet C++ API (#20349) mozga 2021-09-24 11:43:53 +02:00
  • 05d1b26520 [FEATURE] Add feature of retain_grad (#20500) KexinFeng 2021-09-23 16:41:08 -05:00
  • c1e06aa656 Expand NVTX usage (#18683) Przemyslaw Tredak 2021-09-23 13:22:47 -07:00
  • 0f5ba51602 [BUGFIX] Fix (de)conv (#20597) Zhenghui Jin 2021-09-22 04:17:17 -07:00
  • 179e7db216 Split np_elemwise_broadcast_logic_op.cc (#20580) Zhenghui Jin 2021-09-20 11:52:35 -07:00
  • 8832c42d2d [FEATURE] Add oneDNN support for npx.reshape and np.reshape (#20563) AdamGrabowski 2021-09-17 18:52:26 +02:00
  • 72e6b162e0 [FEATURE] MXIndexedRecordIO: avoid re-build index (#20549) 胡玮文 2021-09-17 07:48:30 +08:00
  • 98e6b36ebb [Website] Fix website publish (#20573) Zhenghui Jin 2021-09-13 22:29:34 -07:00
  • e359bcd65e [Master] Clang-formatter: only src/ directory (#20571) mozga 2021-09-13 15:28:22 +02:00
  • bcdfa613bf fix macos cmake with TVM_OP ON (#20570) Zhenghui Jin 2021-09-09 18:21:56 -07:00
  • 17088c6bcb [API] Extend NumPy Array dtypes with int16, uint16, uint32, uint64 (#20478) Zhenghui Jin 2021-09-09 18:17:58 -07:00
  • cb83c4c10c [v2.0][DOC] Add migration guide (#20473) Zhenghui Jin 2021-09-09 14:03:29 -07:00
  • 197671b703 [BUGFIX] Fix reuse of primitives for MKLDNN-AArch64. Fixes #20265. (#20482) Crefeda Rodrigues 2021-09-08 20:58:10 +01:00
  • 68dc5a9d60 Add check for MKL version selection (#20562) bgawrych 2021-09-08 10:28:01 +02:00
  • 1b98299a5c [Backport] Enabling BRGEMM FullyConnected based on shapes (#20568) bgawrych 2021-09-06 13:36:28 +02:00
  • 8c7d5c618d If variable is not used within the loop body, start the name with an underscore (#20505) mozga 2021-09-05 05:52:38 +02:00
  • 42a48a7c94 [REFACTOR] Asymmetric Quantization: deduplicate methods (#20514) Sylwester Fraczek 2021-09-02 23:46:38 +02:00
  • 59e9b94041 [v1.x] Enabling BRGEMM FullyConnected based on shapes (#20533) bgawrych 2021-09-02 09:27:00 +02:00
  • 2b9607a9f5 Assign attributes of transformer operators (#20555) Paweł Głomski 2021-08-26 23:27:32 +02:00
  • ced581d30d [v1.x] Common directory: mkldnn benchmarks (#20528) mozga 2021-08-26 12:33:30 +02:00
  • 49c47380fa use restricted g4 node (#20554) Zhenghui Jin 2021-08-25 19:27:22 -07:00
  • da38e28d0c [v1.9.x] modify erfinv implementation based on scipy (#20517) (#20550) Manu Seth 2021-08-25 11:23:35 -07:00
  • af6b19ce2d backport changes with ASF license issues (#20544) Hongshan Li 2021-08-25 10:56:47 -07:00
  • a56774259c [v1.x][submodule] Downgrade oneDNN to v2.2.4 (#20556) bartekkuncer 2021-08-25 15:42:29 +02:00
  • a7281c68b0 [v1.9.x] modify erfinv implementation based on scipy (#20517) (#20551) Manu Seth 2021-08-24 23:19:10 -07:00
  • 695ba2e5bd [operator] Integrate oneDNN layer normalization implementation (#19562) bartekkuncer 2021-08-24 16:44:11 +02:00
  • d9ec355d08 [CI] Add node for website full build and nightly build (#20543) Zhenghui Jin 2021-08-23 14:18:11 -07:00
  • d8cb31b95f Pin jupyter-client (#20545) Zhenghui Jin 2021-08-20 17:15:39 -07:00
  • cca39a4a28 Port license fixes from v1.x. (#20536) Joe Evans 2021-08-19 11:22:32 -07:00
  • 8f1c38adb1 Just remove image classification CPP example from source tarball. (#20530) (#20535) Joe Evans 2021-08-19 11:22:02 -07:00
  • 82384cb884 [v1.9.x] Backport docker cache fixes (#20537) Joe Evans 2021-08-19 11:21:51 -07:00
  • 9a4dcf4753 Test_take, add additional axis (#20532) mozga 2021-08-19 12:10:25 +02:00
  • b5e9ae89bb [v1.9.x] stop closing opened libs (#20523) 1.9.0.rc7 Sam Skalicky 2021-08-18 14:28:16 -07:00
  • 3ae7ddfd9c fix (#20534) Zhenghui Jin 2021-08-18 09:46:45 -07:00
  • 524be2f3e7 Just remove image classification CPP example from source tarball. (#20530) Joe Evans 2021-08-17 18:57:12 -07:00
  • 61c3b488cb [DOC][v2.0] Part3: Evaluate Notebooks (#20490) Zhenghui Jin 2021-08-17 09:26:14 -07:00