- Jun 23, 2021
-
-
YongtaoShi authored
* add tile module * add backward testcase * add docstring * parameters consistent with pytorch Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shijie authored
* add argsort eager * add argsort testcase * refine testcase Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Yinggang Wang authored
* perf(AutogradEngine): release lambda function to reuse tensor memory * fix(AutogradEngine): release lambda timely when retain_graph is false Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
* shorten XXIsDynamic4ArgNameAndIndex to be xxIsDynamic * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
- Jun 22, 2021
-
-
Shenghang Tsai authored
* refine * update ver gen * udpate bd whl * refine * refine * refine * update commit * refine * fix kernel launch * fix * add CI * fix * refine * refine * refine * refine * fix cuda link * add url * cmake_minimum_required(VERSION 3.17.0) * refine * refine * refine * address review * refine * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Ziqi Zhou authored
* delete onnx * Update test.yml Co-authored-by:
Shenghang Tsai <jackalcooper@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Houjiang Chen authored
* Add partial unary and math functional apis. * Revert elementwise pow. * auto format by CI * Support add with large number of inputs. * Update oneflow/python/nn/modules/math_ops.py Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> * Refine * Migrate binary and activation ops. * Migrate array ops. * Add or refactor activation grad funcs. * Add or refactor activation grad funcs. * Revert unpack all * Fix masked fill * Refine * Refine Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> Co-authored-by:
Luyang <flowingsun007@163.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jun 21, 2021
-
-
Houjiang Chen authored
* Add partial unary and math functional apis. * Revert elementwise pow. * auto format by CI * Support add with large number of inputs. * Update oneflow/python/nn/modules/math_ops.py Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> * Refine * Migrate binary and activation ops. * Add or refactor activation grad funcs. * Refine Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> Co-authored-by:
Luyang <flowingsun007@163.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* check in changes * update simple ci yml * refine * refine * refine * address review * refine * fix * fix * rm target grpc * fix Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* have-of_cudaobj-depend-on-prepare_oneflow_third_party * refine * refine * update simple ci * fix Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Luyang authored
* reconstruct modules and aligin torch * format Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* fix bert backward bug * fix argwhere module bug * align dropout module with torch * fix acosh ci bug * fix conv group large input channel error Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
leaves-zwx authored
* MemZoneId Former-commit-id: 7550a129f15554c5a6e480b728079e431c00be25 * move mem zone id source code Former-commit-id: 3859fc2a0fcda2fb23e57e886a0e3f1c0833d111 * revert Former-commit-id: 5cf3ad7caebe787918d1ca1c0467415656d9b491 * refine GetProxyNode using MemZoneId Former-commit-id: fba035f20b44b1acce2900b86b5bd24654e0d982 * refactor MemZoneId121 Former-commit-id: 0868a6139f1cf20dc7474d0a88714e03721c8e8e * replace using IDMgr interface Former-commit-id: 98b5db9ed879cd1d8197efd174c6d680bec69560 * fix linkage * rm useless comment * replace IsGpuMemZone * format * rm deprecated mem zone api in IDMgr * fix merge conflict error * refine mem zone id to include node index * revert added header * direct init device_id * address review * address review Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* refine * refine * revert Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* fix bert backward bug * fix argwhere module bug * align dropout module with torch * fix acosh ci bug * fix ci error Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* fix bert backward bug * fix argwhere module bug * align dropout module with torch * fix acosh ci bug * init group deconv * add testcase for deconv * add test for convtranspose2d * fix comments * add lager channel test * add lager channel test * add large input channel for deconv group * add test for transpose2d Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Houjiang Chen authored
* Add partial unary and math functional apis. * Revert elementwise pow. * auto format by CI * Support add with large number of inputs. * Update oneflow/python/nn/modules/math_ops.py Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> * Refine Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Yinggang Wang <wyg19970408@gmail.com> Co-authored-by:
Luyang <flowingsun007@163.com>
-
- Jun 19, 2021
-
-
Juncheng authored
-
- Jun 18, 2021
-
-
Tianyu Zhao authored
* Add interface InferContext::OutputTensorDesc * auto format by CI * Implement 'OutputTensorDesc' for 'UserOpExprInferContext' Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* Update CMakeLists.txt * refine * refine * refine * add config in matrix * refine * refine * refine * fix * add badge * refine * refine * refine * refine * refine * don't build Ninja with Release to reduce product * revert * refine order * refine order * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Juncheng authored
* Add cmake option CUDA_STATIC * OF_CUDA_LIBRARIES=>VENDOR_CUDA_LIBRARIES Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
zjlablichenyang authored
* Add GroupNorm * Fix bugs * Add test groupnorm * Add docstring * auto format by CI * Fix bug * Adjust test function name * Remove useless codes * auto format by CI Co-authored-by:
Yao Chi <later@usopp.net> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
zev123456 authored
* add avgpool1d and avgpool3d * add test case * test padding value * avgpool1d raise NotImplementedError * add test case * numpy_out is different of module_out * numpy grad error * add docs and doctest * use torch out * add docs * delete backward function and commented code * adjust docs format * auto format by CI * adjust code Co-authored-by:
Flowingsun007 <flowingsun007@163.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
Juncheng authored
* Fix protobuf debug postfix * simple CI run with Debug mode Co-authored-by:
tsai <jackalcooper@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* Update CMakeLists.txt * refine * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * fix conflict * delete usseless code Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* fix bert backward bug * fix argwhere module bug * align dropout module with torch * fix acosh ci bug * restruct acos module test * refine atan2 module * refine atan module * code format * fix acosh ci error * refine code * auto format by CI * delete useless code Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
Fangwen Wu authored
* add reflecctionpad2d * add reflecctionpad2d * backward unittest passed * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
Li Xinqi authored
* refactor DType * fix compiler complains * backup code * DType is only allowed to be used in python code * backup code * dtype api bugfix * fix error on exiting Signed-off-by:
daquexian <daquexian566@gmail.com> * lazily get rank Signed-off-by:
daquexian <daquexian566@gmail.com> * Export const DType* into python * minor fix * fix bug * refine * refactor signature of OpExpr::InferLogicalShapeAndDtype * fix bug * fix bug * fix bug * fix bug * override OutputShape * fix bug * more checks for EagerMirroredTensorImpl::eager_blob_object and EagerMirroredTensorImpl::tensor_storage * override OutputDType * fix strange bug * fix complie bug * Lazy construct functor to make sure that the operators has already been registered. * override OutputIsDynamic4ArgNameAndIndex * return Maybe<void>::Ok(); Co-authored-by:
binbinHan <han_binbin@163.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
daquexian <daquexian566@gmail.com> Co-authored-by:
hjchen2 <chenhoujiangcug@gmail.com>
-
Hongsheng Wang authored
* module BCELoss * auto format by CI * module bce_loss bce_loss.py * complete develop bce_loss forward with bce_loss.py * module bce_loss * testCase -numpy_BCELoss_BP * modify testCase * match args * auto format by CI * move bce_loss to loss.py * auto format by CI * resolve ci error * resolve license_duplicated Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
ZhongHW authored
* init-norm * checkpoint * update order 0 * first_push * refine-norm * delete-tripletloss-part * fix-conlict * add-tensor-norm * fix-docstring * fix-docstring * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Houjiang Chen authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jun 17, 2021
-
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * fix conflict * add deconv cpu impl baseline * fix deconv impl bug * fix comments Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Juncheng authored
* Refine protobuf cmake refine fix * fix * fix * add glog_imported protobuf_imported * fix * fix Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* checkout files from fix_macos_support * only build on linux for now * refine * refine * make_concurrency 2 on linux * fix * refine * refine * refine * refine * refine * fix * refine * refine * refine * refine * refine * skip error to create cache * add back test * add tensorflow-addons==0.13.0 * refine * fix * rm cache * add skip * refine * refine * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
YongtaoShi authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * crossentropyloss support ignore_index * add crossentropyloss testcase * nllloss support ignore_index * add nllloss testcase * add nllloss backward test * add nllloss backward test * add nllloss testcase * optimize code structure Co-authored-by:
BBuf <1182563586@qq.com> Co-authored-by:
Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Jiaojiao Ye authored
* first commit of op floor * first commit of op acos * split acos from math_ops and add doctest * resolve conflicting files * fix format bug * fix bug in forward * add test_bcewithlogitsloss * add test_bcewithlogitsloss fix bugs * modify doctest * modify doctest * add reduce and size_average arguments * rebuild test case and modify bugs in docstring * solve conficts * auto format by CI * rectify args explanation in docstring * remove redundant check of pos_weight length * resolve conflicts * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
XIE Xuan authored
* user_op set default is_dynamic * return first valid blob desc * auto format by CI Co-authored-by:
guo-ran <360112263@qq.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-