Skip to content
Snippets Groups Projects
  1. Feb 18, 2018
  2. Feb 15, 2018
  3. Feb 13, 2018
  4. Feb 12, 2018
  5. Feb 10, 2018
    • alex-weaver's avatar
      Convert BuildModule to use TVM node system (#879) · 523b6a6b
      alex-weaver authored
      * Make python BuildConfig serializable/deserializable to/from string
      
      * Make C++ BuildConfig serializable/deserializable to/from string
      
      * Revert "Make python BuildConfig serializable/deserializable to/from string"
      
      This reverts commit a5e1fb3ff63a161cc0d63475d2a32816cc4c3666.
      
      * Revert "Make C++ BuildConfig serializable/deserializable to/from string"
      
      This reverts commit ec0c2c54543050fe6f264d06eebff33dee70370b.
      
      * Converted BuildConfig to use TVM node system
      
      * Fix lint
      
      * Fix lint
      
      * Added code to set node attributes through the C API
      
      * Fixed bug in build_config()
      
      * Fix lint
      
      * Fix lint
      
      * Fix test errors
      
      * Reduced scope of node __setattr__ to apply only to BuildConfig
      
      * Fix lint
      
      * Fix lint
      
      * Changed python BuildConfig to be immutable, with values set once on construction.
      
      * Fix lint
      
      * Fix C++ test
      
      * Fixed BuildConfig setting python-side args
      
      * Fix lint
      
      * Removed dependency on reflection.cc to construct BuildConfig (allow use in runtime library)
      
      * Fix lint
      
      * Revert "Fix lint"
      
      This reverts commit 16ed6d7a1ca5e551b035bad46e8361ea487cd45b.
      
      * Revert "Removed dependency on reflection.cc to construct BuildConfig (allow use in runtime library)"
      
      This reverts commit 43817c97a2ee045791e0c031d962fa97636ce8f6.
      
      * Avoid accessing BuildConfig when using runtime lib
      
      * Fix missing import
      
      * Fix error running under cython (root cause: node handle is not valid until after __init__ has returned, so cannot call __dir__ during __init__
      
      * Fix error where BuildConfig._node_defaults was not copied in build_config()
      
      * Fix lint
      
      * Fix lint
      
      * Fix lint
      
      * Fix lint
      
      * Add comments to python BuildConfig
      523b6a6b
    • masahi's avatar
      [TOPI] Initial NHWC layout support (#882) · 54d4fe4b
      masahi authored
      * add 4 dim softmax
      
      * update for NHWC layout
      
      * remove layout param from softmax
      
      * fix typo
      
      * minor fix to pool
      
      support axis=1 ndims=5 softmax.
      
      add softmax axis
      
      * few fix for softmax
      
      * fix typo
      
      * add more doc
      
      * minor doc fix
      
      * fix upsampling output shape
      
      * fix lint
      
      * cleanup softmax
      
      * minor fix
      
      * raise exception instead of assert, handles negative axis
      
      * check axis after axis transformation
      54d4fe4b
  6. Feb 09, 2018
  7. Feb 08, 2018
  8. Feb 07, 2018
  9. Feb 06, 2018
  10. Feb 05, 2018
  11. Feb 04, 2018
    • libing4752's avatar
      enhance pragma to support single point copy (#863) · fbb472b8
      libing4752 authored
      * modified schedule_dataflow_rewrite.cc to fix losing tensor problem
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * using tensor's value_index to index output of stage op
      
      * repare address offset for different kinds of dtype
      
      * bc
      
      * aaa
      
      * aaaaa
      
      * repare address for different dtypes
      
      * remove nonsense files
      
      * add whitespace of line 581
      
      * use base alloc elem_type
      
      * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits
      
      * use extends[0]->type() as dtype of offset
      
      * clear program writes
      
      * enhance inject_copy_intin to support of pragma stmt with no loops
      
      * fix cpplint errors
      
      * fix cpplint error of !
      
      * enhance detectLinearEquation to support with no loop vars
      
      * fix cpplint errors
      fbb472b8
    • alex-weaver's avatar
      Fix bugs with C++ TOPI flatten and relu (#869) · 0ca53640
      alex-weaver authored
      * Fix bugs with C++ TOPI flatten and relu
      
      * Added regression tests. Fixed typo in CMakeLists.txt. Fixed topi cpp import removed.
      0ca53640
  12. Feb 03, 2018
  13. Feb 02, 2018
  14. Feb 01, 2018
    • alex-weaver's avatar
      Update HalideIR submodule to include TVM_STATIC_IR_FUNCTOR_REGISTER (#857) · 108e9f3f
      alex-weaver authored
      * Update HalideIR commit to include TVM_STATIC_IR_FUNCTOR_REGISTER
      
      * Fix HalideIR to point to the right commit
      
      * Add missing using to C++ TOPI nn.h
      
      * Update HalideIR to include compiler error fix
      
      * Fixed error where broadcast_to fails if shape is tuple of IntImm
      
      * Change get_const_int to support int as input
      108e9f3f
  15. Jan 31, 2018
  16. Jan 30, 2018
  17. Jan 29, 2018
  18. Jan 28, 2018
Loading