Commit Graph

  • 915b821fe9 Fix windows dll search path in python 3.8 (#18362) Hu Shiwen 2020-05-21 03:15:32 +08:00
  • 67ae544a5c [Website 2.0] Artifact URL Adjustment (#18340) Connor Goggins 2020-05-20 09:36:14 -07:00
  • 716fe36dfa replace google CDN with JQuery's own CDN (#18369) Yang Shi 2020-05-20 08:48:49 -07:00
  • b904d4838f New set default dtype (#18251) JiangZhaoh 2020-05-20 07:38:49 +08:00
  • 14c24a5695 Website global search feature (#18288) Yang Shi 2020-05-19 09:03:37 -07:00
  • 5dfbaa6853 Fix MXNet not supporting coredumps (#18315) Leonard Lausen 2020-05-19 08:49:41 -07:00
  • b2144777b0 fix (#18313) Yijun Chen 2020-05-19 15:01:39 +08:00
  • 3140c55e05 Include all mkldnn headers in CD builds (#18355) Leonard Lausen 2020-05-18 22:43:30 -07:00
  • 53b34cb63e [Numpy] FFI: max/min/amax/amin (#17824) Minghao Liu 2020-05-19 12:29:31 +08:00
  • 5f00c4b10b Disable test_sequential_rnn_cells (#18360) Leonard Lausen 2020-05-18 20:11:02 -07:00
  • c45f5c1acd cmake: check compiler supports C++17 sufficiently (#18354) Leonard Lausen 2020-05-18 19:43:23 -07:00
  • c4d9270dde Fix memory leaks in Gluon (#18328) (#18358) Leonard Lausen 2020-05-18 18:51:45 -07:00
  • 47b0bdd00e Include lib/libopenblas.so.0 on CD (#18356) Leonard Lausen 2020-05-18 17:32:09 -07:00
  • 78e31d66d1 Fix undef symbol mxnet::op::ElemwiseBinaryOp::DnsCsrCsrOp (#18357) Balint Cristian 2020-05-19 03:31:33 +03:00
  • 7f5df07844 [BUGFIX] Remove Profiler from the runtime feature list, since its always built (#18308) Haibin Lin 2020-05-18 09:30:22 -07:00
  • 7ab326c588 [numpy] add dlpack functions to npx (#18342) Sheng Zha 2020-05-17 14:44:42 -07:00
  • 10b6b4887e [CI] run operator tests with naive engine (#18252) Sheng Zha 2020-05-16 19:04:44 -07:00
  • 948272859f fix native cd builds (#18337) Manu Seth 2020-05-16 18:57:35 -07:00
  • 09224c4d12 Add a timeout to the storage profiler in case mem_counters_ is not yet initialized (#18306) Haibin Lin 2020-05-16 11:25:48 -07:00
  • 37280e4ddf Fix deferred compute mode for operators using new FFI (#18284) Leonard Lausen 2020-05-15 15:36:55 -07:00
  • 3e676fc2c8 Fix memory leaks in Gluon (#18328) Leonard Lausen 2020-05-15 10:00:56 -07:00
  • fec534a345 Fix missing MKLDNN headers (#18310) Leonard Lausen 2020-05-14 22:55:47 -07:00
  • 4d4cbd54c1 xfail_when_nonstandard_decimal_separator for test_metric.py (#18312) Leonard Lausen 2020-05-14 14:10:01 -07:00
  • 446ce14ef4 Reenable test_amp_conversion (#18292) Leonard Lausen 2020-05-13 23:48:40 -07:00
  • 6d5e471624 Mark CD quantization tests as xfail on , decimal separator locales (#18307) Ziyi Mu 2020-05-13 23:47:05 -07:00
  • effbb8b749 Changes to mxnet.metric (#18083) acphile 2020-05-14 10:14:34 +08:00
  • b4c70eba09 Fix LSTM and GRU layers gradient calculations (#18203) bgawrych 2020-05-14 04:13:50 +02:00
  • 47a38d1101 Revert PR 17767 for fixing GPU memory usage regression (#18283) Ziyi Mu 2020-05-13 10:49:15 -07:00
  • 51844b277f Mark test_np_mixed_precision_binary_funcs flaky (#18290) Leonard Lausen 2020-05-12 21:52:08 -07:00
  • 8a5886a677 add gelu doc (#18274) Haibin Lin 2020-05-12 14:37:40 -07:00
  • 21899f87f5 Update unix gpu toolchain (#18186) Chaitanya Prakash Bapat 2020-05-11 19:25:02 -07:00
  • 0523f09722 [Numpy] New FFIs for Operator: squeeze, repeat, around, round, diagflat (#18263) Wentao Xu 2020-05-12 07:34:37 +08:00
  • 18b6e0552a Deprecate dataset transform= argument in gluon data API (#17852) Joshua Z. Zhang 2020-05-11 16:34:19 -07:00
  • 9d44086860 [Numpy] Port nd.random.multinomial to npx.sample_categorical (#18272) Xi Wang 2020-05-12 04:57:56 +08:00
  • 1d14bf3e49 CI: Update Android, ARM build and ARM test containers (#18264) Leonard Lausen 2020-05-11 11:32:35 -07:00
  • 38ec873c3e Fix pylint astroid sanity issue (#18275) Chaitanya Prakash Bapat 2020-05-11 10:03:06 -07:00
  • ceb0f06dfc fixing batch_norm and layer_norm for large tensors (#17805) (#18261) Chaitanya Prakash Bapat 2020-05-10 19:16:15 -07:00
  • de51058243 Fix interleave matmul doc (#18260) Haibin Lin 2020-05-09 23:06:27 -07:00
  • eab068bdfc Change LC_NUMERIC for CentOS CI jobs to verify locale invariance (#18097) Nick Guletskii 2020-05-10 04:49:38 +03:00
  • f00b9ab5b4 fix mixed type backward (#18250) Yijun Chen 2020-05-10 03:20:47 +08:00
  • 33dfbf73f4 fix when clicking version dropdown it jumps to top of the page (#18238) Yang Shi 2020-05-08 14:19:28 -07:00
  • 68cb9555c4 fixed overwrite of args/aux variables (#18232) Sam Skalicky 2020-05-07 16:31:49 -07:00
  • 21b187bc32 Change include to relative in nvvm_to_onnx.cc (#18249) Serge Panev 2020-05-08 01:31:19 +02:00
  • 7f24823a04 Fixing #16655 (#18257) Jinbo Ci 2020-05-08 07:26:33 +08:00
  • 353c2430fd Remove duplicate large_vector_test (#18259) Chaitanya Prakash Bapat 2020-05-07 16:25:46 -07:00
  • a0e67353fe Gluon data 2.0: c++ dataloader and built-in image/bbox transforms (#17841) Joshua Z. Zhang 2020-05-07 10:34:42 -07:00
  • 23df47fcd4 Fix gluon link missing (#18243) Yang Shi 2020-05-06 16:38:32 -07:00
  • 33436acb46 [numpy] add op tri (#17846) Yiyan66 2020-05-07 05:48:35 +08:00
  • 80baab8377 [1.7] Pass args fix3 (#18237) Sam Skalicky 2020-05-06 12:15:56 -07:00
  • b748c45d0c [v1.6.x] Backport [MKL-DNN] Integrate Conv3d and Pool3d/1d (#17884) and Fix Sanity pipeline in 1.6.x (#18206) Chaitanya Prakash Bapat 2020-05-06 11:58:04 -07:00
  • 3801f9730a [CI] fix debug build (#18240) Sheng Zha 2020-05-06 10:45:34 -07:00
  • c415ce60fc [numpy] fix np.random.normal/gumbel/logistic ffi (#18247) Yiyan66 2020-05-06 23:51:40 +08:00
  • d461a3d5f4 add python3 to run safe_docker_run.py (#18245) Manu Seth 2020-05-06 02:03:04 -07:00
  • 35916f10cd relax alto rtol for ftrl test when dtype is fp16 (#18226) Shuai Zheng 2020-05-05 20:40:36 -07:00
  • c329a524c5 Fix PyPI Packages and Python Docker Images nightly release (#18222) Manu Seth 2020-05-05 09:51:37 -07:00
  • 0580200562 [CI] run pytest in parallel (#18146) Sheng Zha 2020-05-04 16:44:27 -07:00
  • aeef33aff1 Update website version select drop down (#18188) Yang Shi 2020-05-04 14:44:39 -07:00
  • 322aa53e2d Re-enable build retries on MSVC (#18230) Leonard Lausen 2020-05-04 14:34:33 -07:00
  • 742066dd19 Remove chinese period which leads to utf-8 encoding problem (#18223) damNull 2020-05-05 02:46:56 +08:00
  • 295e93996b Cherrypick Fix nightly large_vector test caused by incorrect with_seed path (#18178) (#18220) Chaitanya Prakash Bapat 2020-05-04 11:45:20 -07:00
  • eea0cd8bd6 Update static site web pages (#18161) waytrue17 2020-05-04 11:40:26 -07:00
  • 8c76631caa Relaxing type requirements for broadcast_like (#17977) wicky 2020-05-04 14:03:33 +08:00
  • 5fd90249ca Update to thrust 1.9.8 on Windows (#18218) Leonard Lausen 2020-05-02 18:28:18 -07:00
  • bbee33a45a Increase docker-compose http timeout (#18202) Leonard Lausen 2020-05-01 15:13:19 -07:00
  • 5950d8c403 Improving performance of broadcast_axis on GPU (#18168) Rohit Kumar Srivastava 2020-05-01 14:18:52 -07:00
  • bbc1720871 [CI] Switch all ubuntu_nightly_cpu to ubuntu_cpu, ubuntu_nightly_gpu to ubuntu_build_cuda (#18189) vexilligera 2020-05-02 01:53:51 +08:00
  • afb750570e fix cpp test_regress_label (#18211) Haibin Lin 2020-05-01 04:28:24 -07:00
  • 10bede637b [Numpy] New FFIs for Operator: pad, prod (#18053) Wentao Xu 2020-05-01 18:30:53 +08:00
  • fd6f45a873 Update test_numpy_op.py (#18212) Leonard Lausen 2020-04-30 21:12:58 -07:00
  • 03fdfe0d64 Disable -DUSE_TVM_OP on GPU builds (#18204) Leonard Lausen 2020-04-30 17:13:23 -07:00
  • 0b46d90ad0 Fix Nightly CD for GPU builds and switch CD to use cmake builds (#18205) Manu Seth 2020-04-30 16:02:55 -07:00
  • b8f78c9155 Disable timeout 1200sec issue for large tensor tests (#18201) Chaitanya Prakash Bapat 2020-04-30 11:33:10 -07:00
  • 1496c91871 [Bug Fix] Fix GroupNorm Implementation (#18199) Huang, Guangtai 2020-05-01 01:03:41 +08:00
  • 664bda1d01 Revert "[NumPy]Set numpy default dtype (#17283)" (#18194) Xingjian Shi 2020-04-30 04:55:06 -07:00
  • fe73add25f Specify mxnetci dockerhub user in docker-compose.yml (#18195) Leonard Lausen 2020-04-29 18:16:20 -07:00
  • 73d1b055d0 Updated PartialSortSmallK for LT support (#17462) Jonathan Tan 2020-04-29 14:03:20 -07:00
  • 5206b540a1 Restore missing FAQ tutorial from website migration (#18174) Yang Shi 2020-04-29 10:15:30 -07:00
  • 61ede84f53 Fix ci/Jenkinsfile_docker_cache (#18187) Leonard Lausen 2020-04-29 01:31:02 -07:00
  • 7145250f33 Fix nightly large_vector test caused by incorrect with_seed path (#18178) Chaitanya Prakash Bapat 2020-04-28 20:23:57 -07:00
  • 4aaffe7914 Update test_mlp.py (#18156) Leonard Lausen 2020-04-28 17:00:14 -07:00
  • 5c525c9acc [NumPy]Set numpy default dtype (#17283) JiangZhaoh 2020-04-29 07:11:26 +08:00
  • df28e61795 Fixed Install page history broken (#18182) Yang Shi 2020-04-28 14:47:16 -07:00
  • bfd6b411f0 CI: Add test for docker cache job run on master branch commits (#18183) Leonard Lausen 2020-04-28 13:19:05 -07:00
  • 4774e58f37 [CI] Fix ASAN tests on Ubuntu 18.04 (#18181) vexilligera 2020-04-28 15:36:26 +00:00
  • 47cd0ba72e Fix for out of bound access in QuantizedElemwiseMulOpShape (#18185) bgawrych 2020-04-28 17:34:09 +02:00
  • 998c6adea2 [numpy] Fix core dump for tril, triu (#18157) Yiyan66 2020-04-28 13:42:28 +08:00
  • 3a76ab62fc Enable docker cache build for images listed in docker-compose.yml (#18179) Leonard Lausen 2020-04-27 18:32:32 -07:00
  • 50f7f0a92d Fail build_windows.py if all retries failed and fix CI sanity checks (#18177) Leonard Lausen 2020-04-27 18:12:38 -07:00
  • 8816b35905 fix npx.softmax for 0-sized inputs (#18158) Yiyan66 2020-04-27 09:38:04 +08:00
  • 63e2b19ea7 add logic for no batch size while getting data arrays from executors (#17772) (#18075) Manu Seth 2020-04-26 05:03:24 -07:00
  • 0e7dd9143d [v1.x] Backport staggered CI builds (#17999 & #18119) (#18141) Joe Evans 2020-04-24 14:17:10 -07:00
  • 8cbc3bc6c8 Fix CI reliance on executable bits (#18159) Leonard Lausen 2020-04-24 14:02:57 -07:00
  • 5c1e67f373 [Numpy] Implement digamma and its backward (#18148) Xi Wang 2020-04-25 04:29:40 +08:00
  • 440a44a084 add: numpy op fill_diagonal (#18049) Yijun Chen 2020-04-24 14:50:56 +08:00
  • 6972b98937 add bnrelu bf16 into amp list (#18155) Xinyu Chen 2020-04-24 14:22:06 +08:00
  • 1c9274ed4a Disable tests of numpy operators implemented with CustomOp (#18151) Leonard Lausen 2020-04-23 23:19:21 -07:00
  • e5f292c685 Fix convenient method for np.sum (#18129) Hao Jin 2020-04-23 21:50:01 -07:00
  • 76fa583736 CI: Consolidate Ubuntu Dockerfiles (#18138) Leonard Lausen 2020-04-23 21:09:15 -07:00
  • f765e8acfa Update Apache License for mshadow (#18109) (#18133) ciyong 2020-04-24 10:48:41 +08:00
  • 38e663482c Update Apache License for mshadow (#18109) (#18134) ciyong 2020-04-24 09:50:24 +08:00