Skip to content
Snippets Groups Projects
  1. Jul 16, 2021
  2. Jun 04, 2021
  3. May 13, 2021
  4. May 11, 2021
  5. Apr 30, 2021
  6. Apr 28, 2021
  7. Mar 31, 2021
  8. Mar 18, 2021
  9. Oct 04, 2020
    • Shenghang Tsai's avatar
      Parallel unit tests (Step 1, refactor existing unit tests) (#3632) · 789e80b6
      Shenghang Tsai authored
      
      * add classes for different test base class
      
      * add export
      
      * rm old main files
      
      * fix
      
      * fix class name
      
      * check in changes of tests
      
      * fix else
      
      * fix bugs
      
      * fix order
      
      * better naming
      
      * update ci script
      
      * fix import unittest
      
      * add --failfast
      
      * filter by card num
      
      * fix typo
      
      * update ci script
      
      * dont set CUDA_VISIBLE_DEVICES
      
      * use skip unless
      
      * add OneGpuTestCase
      
      * fix typo
      
      * shorter reason
      
      * fix class
      
      * fix typo
      
      * skip test_train_consistent for now
      
      * add tearDown
      
      * fix setup
      
      * rm todo
      
      * skip TestImageResize
      
      * fix for pure cpu
      
      * skip TestImageTargetResize
      
      * fix typo
      
      * rename
      
      * mv demo
      
      * rm readme
      
      * rename
      
      * rename cases
      
      * add --verbose
      
      * rename
      
      * address reviews
      
      * fix export
      
      * minor fix
      
      * fix export
      
      * fix skips
      
      * more renames
      
      * rename
      
      * rename class
      
      * rm gpu
      
      * rename num in scripts
      
      * skip resize img
      
      * fix sys env
      
      * fix dynamic reshape
      
      * fix dynamic reshape
      
      * fix skip msg
      
      * rm num_gpus
      
      * address review
      
      * address reviews
      
      * rm class
      
      * update decorator
      
      * fix inden
      
      * fix typo
      
      * replace class with decorator
      
      * fix
      
      * refine
      
      * fix decorator
      
      * mv code
      
      * add more decorators
      
      * add ONEFLOW_TEST_DEVICE_NUM=1
      
      * fix typo
      
      * fix typo
      
      * fix name
      
      * fix skip msg
      
      * use decorators in scripts
      
      * larger rol for xla ln
      
      Co-authored-by: default avatartsai <caishenghang@oneflow.org>
      Co-authored-by: default avataroneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
  10. Jul 23, 2020
    • Shenghang Tsai's avatar
      Dev apache2 license (#3266) · d0bdbd5d
      Shenghang Tsai authored
      
      * add license at root dir
      
      * check in empty files
      
      * rm space
      
      * check in script
      
      * update script
      
      * fix bug
      
      * add print
      
      * fix
      
      * add exit
      
      * add to of_format
      
      * add CI task
      
      * fix license
      
      * Revert "fix license"
      
      This reverts commit 818b6d7691d3a8b4a25dd41a47ff2c5922b8ec57.
      
      * only add once
      
      * quick fix
      
      * fix script
      
      * dont fmt empty file
      
      * fix
      
      * quick fix
      
      * fix py
      
      * add license
      
      * fix exit
      
      * add license for hpp
      
      * add license
      
      * license new vm files
      
      Co-authored-by: default avatartsai <caishenghang@oneflow.org>
  11. Jun 15, 2020
    • OuYang Yu's avatar
      Add py format and ci check format (#3013) · 9ccd95ff
      OuYang Yu authored
      * Add py format and ci check format , by black and isort
      
      * py import sort
      
      * add .isort.cfg
      
      * Merge develop
      
      * Add ci docker check format
      
      * Fix undefined name oneflow
      
      * remove isort
      
      * Add docker hash tag
      
      * Add py check format verbose
      
      * Prompt install black
  12. May 10, 2020
  13. May 09, 2020