- 27 Feb, 2020 1 commit
-
-
* [REFACTOR][PY][API-CHANGE] Remove legacy python files. Remove legacy python files. Use the te namespace for most of the tensor expression primitives. - tvm.create_schedule -> tvm.te.create_schedule - tvm.placeholder -> tvm.te.placeholder - tvm.compute -> tvm.te.compute * Remove top-level exposures.
Tianqi Chen committed
-
- 07 Feb, 2020 1 commit
-
-
* [REFACTOR][PY-API] Polish tvm.runtime, tvm.runtime.module API update This PR updates the tvm.runtime to use the new FFI style. - Remove top-level tvm.module to avoid confusion between runtime.Module and IRModule - API changes wrt to runtime.Module - tvm.module.load -> tvm.runtime.load_module - tvm.module.enabled -> tvm.runtime.enabled - tvm.module.system_lib -> tvm.runtime.system_lib - Remove dep on api_internal from runtime. * Update module.load in the latest API
Tianqi Chen committed
-
- 01 Oct, 2019 1 commit
-
-
* [topi] add ARM v8.2 udot (uint8) support * fix test case * fix common conv2d schedule * add back fp32_time in test * fix lint * fix doc, add support for int32_lanes=4, signed int * fix lint * add ic_bn % 4 checker in schedule
Yizhi Liu committed
-
- 09 Jul, 2019 1 commit
-
-
Animesh Jain committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 19 Nov, 2018 1 commit
-
-
Junru Shao committed
-
- 29 Oct, 2018 1 commit
-
-
Yizhi Liu committed
-
- 21 Oct, 2018 1 commit
-
-
Sergey Mironov committed
-
- 25 Sep, 2018 1 commit
-
-
* Int8 implementation for convolution operator on Intel Skylake * Int8 implementation for convolution operator on Intel Skylake * PR changes * PR changes * PR changes * Fixing an error * Fixing an error * Minor typos fix * Minor typos fix * Removing the broadcast16 CPP code. Using astype feature instead * Replacing constant by variable name num_elements_intel * Name fixes and tensorize update rule updated * Fixing the bug about checking skylake * Replacing bitcast with reinterpret * Isolating INT8 and FP32 schedules to ease out future AutoTVM PR merge * Putting check_skylake function in the x86 directory * Added documentation and organizing files to better locations * Tensor intrin renaming. Avoid code duplication for intrin by kernel reshaping
Animesh Jain committed
-
- 14 Sep, 2018 1 commit
-
-
Wuwei Lin committed
-
- 29 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 21 Aug, 2018 1 commit
-
-
Wuwei Lin committed
-
- 09 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 02 Feb, 2018 1 commit
-
-
* [BACKEND] Vulkan Runtime and SPIRV Codegen * fix doc
Tianqi Chen committed
-
- 09 Nov, 2017 1 commit
-
-
Yizhi Liu committed
-
- 22 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 15 Oct, 2017 1 commit
-
-
Tianqi Chen committed
-
- 14 Oct, 2017 1 commit
-
-
masahi committed
-
- 26 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 18 Sep, 2017 1 commit
-
-
Xingjian Shi committed
-
- 17 Sep, 2017 1 commit
-
-
* add binary broadacst * fix testing * revise testing threshold
Xingjian Shi committed
-
- 01 Sep, 2017 1 commit
-
-
Tianqi Chen committed
-
- 19 Aug, 2017 1 commit
-
-
Yuwei HU committed
-
- 16 Aug, 2017 1 commit
-
-
* rename the nchw and pass the unit test; going to do it for nhwc depthwise * bug with fusion * nchw works fine; nhwc float32 problem remains * still cannot bind them together * fusion works * syntax fix * all bugs fixed; test cases pass * minor fix on nn.h
wetliu committed
-
- 15 Aug, 2017 3 commits
-
-
Tianqi Chen committed
-
Yuwei HU committed
-
[TOPI] Add broadcast and reduce operators
Xingjian Shi committed
-
- 14 Aug, 2017 1 commit
-
-
* __init__ updated * pull request updated * build_module added * typo fixed * another typo fixed * conv2d gpu scheduler for two layouts moved to tvm * changes made according to CR * conv2d_nchw formating updated, conv2d_hwcn tests updated * lint error fixed * element wise operator schedule fusing fixed for conv2d * conv2d_nchw topi test added, all resnet workloads now pass * conv compute lint error fixed * fixed python 3 compatibility problem * conv2d tensor input support added, test typo fixed, ir_pass.Simplify changed to util.get_const_int
Leyuan Wang committed
-
- 19 Jul, 2017 1 commit
-
-
* [TOPI] Example for convolution * update conv ex * fix submodule HalideIR * update conv impl * python3 * minor fix * fix pylint error * Add test code * x * fix * fix * move python helper function into topi.testing * fix pylint
Haichen Shen committed
-
- 15 Jul, 2017 1 commit
-
-
Tianqi Chen committed
-
- 14 Jul, 2017 1 commit
-
-
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct * fix executor
Tianqi Chen committed
-
- 08 Jul, 2017 1 commit
-
-
* test of depthwise_conv2d * fix nose test error * python3 fix
Yuwei HU committed
-
- 07 Jul, 2017 3 commits
-
-
* fix for python3 fix for python3 * Update depthwise_conv2d_map_test.py remove sys.append
Xingjian Shi committed -
* [DOC/TOPI] Add API doc for topi * fix lint
Tianqi Chen committed -
* first commit * move to topi/recipe * refactor, almost rewrite * 2-D sum reduction; implement SAME pad; improve schedule * add util.py; separate test script * conv + bn + relu fusion * auto fusion * separate declare and schedule; using op tag * divide large image into blocks * move to topi; improve blocking schedule * restructure * add doc * using time_evaluator
Yuwei HU committed
-
- 24 Jun, 2017 1 commit
-
-
* [OP] Initial start of op library * add gtest
Tianqi Chen committed
-