Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
fbcfd5d
[Caffe Frontend] adding Reduction op
zotanika May 11, 2021
655d9ef
reformatting Reduction op test script
zotanika May 11, 2021
f80ba3e
reformatting Reduction test script
zotanika May 11, 2021
8d8af41
[Caffe frontend] Reduction op
zotanika May 18, 2021
be443dd
linting test script
zotanika May 18, 2021
d361160
linting
zotanika May 18, 2021
657c2af
Merge branch 'apache:main' into zotanika
zotanika May 25, 2021
43e25e5
[Caffe Frontend] Supporting multiple grouped(channel-wise) Deconv op
zotanika May 25, 2021
7da97b9
[TVMC] Add support for the MLF to 'compile' command (#8086)
gromero May 25, 2021
6f82e98
[Relay][PRNG] Support generating data of any shape in threefry_genera…
zhuzilin May 25, 2021
aefa0c8
[Relay][dismantler] Added handling of packed func (#8004)
d-smirnov May 25, 2021
dc5fc68
[METAL] Split kernels and compile them separately (#7980)
echuraev May 25, 2021
03c8a6f
[TensorIR][M2a] Structural Error Reporting (#8121)
junrushao May 25, 2021
2a008f3
Fix typos and format in comments (#8132)
gromero May 26, 2021
69e56c6
Fix typo in a comment (#8129)
gromero May 26, 2021
c02cafb
[Vulkan] Add device capabilities to Target, use in codegen (#8127)
Lunderberg May 26, 2021
31e21a2
[CUBLAS] Remove deprecated CUBLAS_TENSOR_OP_MATH flag (#8130)
tkonolige May 26, 2021
4344540
[FastMath] Add fast_softmax support in fast_math pass (#8138)
jcf94 May 26, 2021
f4dce24
[Codegen][CUDA] Fix make_int4x cuda codegen vectorize (#8137)
wyc-ruiker May 26, 2021
23a95f6
[lint] Fix black whitespace errors (#8124)
ekalda May 26, 2021
95f71f9
[Cuda][Codegen] Check for cuda include dir in /usr/include. (#8135)
Lunderberg May 26, 2021
2cde3dc
[COMMUNITY] New committer -- trevor-m (#8141)
tqchen May 27, 2021
dad59be
[microTVM] AOT Demo (#8075)
mehrdadh May 28, 2021
f0aedc4
Pin black version (#8139)
NicolaLancellotti May 28, 2021
ece644c
[IR][Pass][Instrument] Pass instrument framework (#7952)
zackcquic May 28, 2021
0e73035
[Vulkan][Refactor] Split out vulkan.cc into separate distinct functio…
Lunderberg May 29, 2021
a4fb12d
[CI] Cleanup stale logs for auto-tuning (#8160)
tqchen May 29, 2021
d78cd07
[Docs] Added developer documentation for DeviceAPI and Target. (#8082)
Lunderberg May 29, 2021
2e2dea7
rev jenkins containers for #7995 (#8155)
May 29, 2021
27e44ee
[Relay] Support dynamic indices size in gather_nd and scatter_nd (#8105)
masahi May 30, 2021
e26990f
[AutoTVM][AutoScheduler] Add workaround to alter op layout bug in tas…
May 30, 2021
8b5d843
Fix tvmc tuner for cases when uTVM is not enabled (#8153)
elvin-n May 30, 2021
e535ec8
[VM] Avoid round-trip Target->str->Target conversions (#8161)
Lunderberg May 30, 2021
1fe9f8d
[CMake][Minor] Update CMake warning flags (#8152)
junrushao May 30, 2021
4bbbfe8
[Fix] Fix conv2d HWNC type strategy (#8147)
wyc-ruiker May 30, 2021
7316a38
[CI] Fix the CI after image update. (#8164)
tqchen May 30, 2021
713de0c
[CI][DOCKER] Fix cuda11 nvidia-docker support for non-Tesla gpus (#8163)
tqchen May 31, 2021
eebd5a9
[FastMath] Add cuda & x86 schedules for fast_softmax (#8150)
jcf94 May 31, 2021
bd4b14d
Update auto_tuning_with_python.py (#8158)
jiangjiajun May 31, 2021
06a466c
allow libbacktrace to be used when cross compiling the runtime (#7917)
mherkazandjian Jun 1, 2021
86fea5f
[Caffe Frontend] reverting codes related Reduction for splitting PR
zotanika Jun 1, 2021
e26846f
instant fix against docker format error
zotanika Jun 1, 2021
9fb8d71
Revert "instant fix against docker format error"
zotanika Jun 1, 2021
20878fa
instant fix against docker format error, only on 'frontend/caffe'
zotanika Jun 1, 2021
106c331
[microTVM] make RVM memory and number of cores variable (#8154)
mehrdadh Jun 1, 2021
6baccc1
[ONNX] [Relay] Update unique operator to match ONNX output (1D only) …
electriclilies Jun 1, 2021
bc785de
Add function attribute for shape func for profiling (#8148)
masahi Jun 1, 2021
bb3e772
[Vulkan][Docs] Minor updates following Vulkan target query. (#8151)
Lunderberg Jun 2, 2021
0c83fe8
[Vulkan] Remove dependency on Target from -from_device functionality.…
Lunderberg Jun 2, 2021
b7c98b8
[Strategy] Add group_conv2d_nchw_int8 in cuda strategy (#8167)
wyc-ruiker Jun 2, 2021
cbe3dca
[Relay, TOPI] Refactor strided_slice and add axes argument (#8165)
masahi Jun 2, 2021
cc3d60e
[BYOC][TensorRT] Reuse TRT engines based on max_batch_size for dynami…
Jun 3, 2021
155f669
[TVMC] Fix tvmc compile to extract target and target_host from --targ…
leandron Jun 3, 2021
b753772
fix UTF (#8185)
mehrdadh Jun 3, 2021
dd09bbb
[TensorIR][M2a] ComputeInline,ReverseComputeInline (#8170)
junrushao Jun 4, 2021
7c99d83
[Vulkan][UnitTests] Compatibility fix for test_vulkan_unique(). (#8186)
Lunderberg Jun 4, 2021
aca48d6
[Vulkan] Corrected typo in Vulkan capability error messages. (#8187)
Lunderberg Jun 4, 2021
ae4a3be
[Vulkan][Refactor] Pull out vulkan initialization into VulkanInstance…
Lunderberg Jun 4, 2021
c7f1b45
Onnx eyelike (#8191)
CircleSpin Jun 4, 2021
0429c63
Complete register op from python (#8079)
xqdan Jun 4, 2021
a74d0fe
[Codegen] Use "target.build.$TARGET_KIND" for all codegen functions. …
Lunderberg Jun 4, 2021
c9db3d0
[METAL] Fix the rest memory leaks in Metal runtime (#8175)
echuraev Jun 4, 2021
82cf197
Fix prelu bug in pytorch frontend (#8192)
YuhengHuang42 Jun 4, 2021
aa9974f
[TE/TIR] Fix create_prim_func to properly handle rank 0 tensors. (#8128)
tkonolige Jun 4, 2021
3e34e11
[CMake] Add compile-time check that libtvm_runtime.so has no undefine…
Lunderberg Jun 4, 2021
a769ece
[AOT] Initial implementation of --unpacked-api (#8023)
Mousius Jun 4, 2021
a1cd6d5
fix py files (#8194)
mehrdadh Jun 4, 2021
e0baf80
Run ONNX Node Tests on available targets (#8189)
Jun 4, 2021
f4ec5fd
[Relay, TF] Support converting TF combined_nms using Relay all_class_…
masahi Jun 4, 2021
010d11b
[Texture support][Part 0] Device API and runtime support (#7711)
csullivan Jun 5, 2021
5b37b4a
Fix typo (#8197)
zxybazh Jun 5, 2021
43387d0
fix bug in dense_nopack if dynamic input shape (#8166)
lygztq Jun 5, 2021
2cca934
[RUNTIME][REFACTOR] Re-organize Containers into SubFolders (#8183)
ZihengJiang Jun 6, 2021
cc9d5cf
update python code style to 3.6 (#8199)
Jun 6, 2021
f4b5e76
[CI][DOCS] Fix the sphinx doc style for sphinx4 (#8198)
tqchen Jun 6, 2021
072a3d2
Fix incorrect device name in TVMC. (#8181)
mdw-octoml Jun 6, 2021
3ab4a6b
Add thread_warp_size for Metal device in default target attributes (#…
elvin-n Jun 7, 2021
51bbd63
Fix conv2d_nchw for opencl intel graphics (#8201)
elvin-n Jun 7, 2021
364bc1b
[QEMU] Add number of cores, target list for build (#8156)
mehrdadh Jun 7, 2021
2c67d71
[FIX] Allow tokenizer to parse numbers greater than INT_MAX. (#8120)
tkonolige Jun 7, 2021
64a8e81
[Frontend, Tensorflow2] Adding TF2 frontend code with support for con…
rohanmukh Jun 8, 2021
9be0f4f
[Relay] Convert a fake quantized or QAT graph into QNN ops (#8126)
Jun 8, 2021
d1e2e0d
[Fix][microTVM] QEMU RPC issue (#8021)
mehrdadh Jun 8, 2021
f1486ef
[Docker] Add external directory mount (#8144)
mehrdadh Jun 8, 2021
bd0f5bc
Support dequantizing scalar inputs (#8207)
Jun 9, 2021
f646048
use an empty module for fold_constant (#8208)
Jun 9, 2021
5e006e0
[TIR] Fix data dependent indexing when lowering TE to TIR (#8217)
tkonolige Jun 9, 2021
685ebda
[VM] Better error messages (#8218)
hypercubestart Jun 9, 2021
9899f1e
Auto-tuning a Convolutional Network for ARM CPU (tutorial error, bug …
cbswj Jun 9, 2021
55459e7
[TVMSCRIPT] Add tir.min node in tvm script (#8219)
Beya2019 Jun 9, 2021
5dc9627
[Metal] Remove matching Metal to OpenCL in tophub (#8211)
echuraev Jun 9, 2021
8a04efa
Graph executor: remove unnecessary unique_ptr, NFC (#8214)
Jun 9, 2021
53e4c60
[DOC] Improve "Getting Started with TVM" tutorials and fix warnings (…
merrymercy Jun 9, 2021
1f2ca06
Expose list of PassContext configurations to the Python APIs (#8212)
leandron Jun 9, 2021
4d9bc9b
[RUNTIME] ShapeTuple Container (#8200)
ZihengJiang Jun 9, 2021
34e9a4f
[Frontend, Tensorflow, Tensorflow2] Tensorflow frontend op refactor (…
rohanmukh Jun 10, 2021
d767659
Fix use of wrong variable (#8227)
serkm Jun 10, 2021
a468f08
Add metadata information to the listing of PassContext configuration …
leandron Jun 10, 2021
d97d8d3
fake quantization to integer (#8228)
AndrewZhaoLuo Jun 10, 2021
b93e56e
[CuBLAS] Support implicit broadcast in batch_matmul (#8229)
comaniac Jun 10, 2021
089bfe7
[Caffe Frontend] adding Reduction op
zotanika May 11, 2021
1afe7a8
reformatting Reduction op test script
zotanika May 11, 2021
792423e
reformatting Reduction test script
zotanika May 11, 2021
ef4d076
[Caffe frontend] Reduction op
zotanika May 18, 2021
924f3cf
linting test script
zotanika May 18, 2021
5536589
linting
zotanika May 18, 2021
fc6aa3a
[Caffe Frontend] Supporting multiple grouped(channel-wise) Deconv op
zotanika May 25, 2021
8e913a8
[Caffe Frontend] reverting codes related Reduction for splitting PR
zotanika Jun 1, 2021
db96cd6
instant fix against docker format error
zotanika Jun 1, 2021
9d821dc
Revert "instant fix against docker format error"
zotanika Jun 1, 2021
552b1a8
instant fix against docker format error, only on 'frontend/caffe'
zotanika Jun 1, 2021
1c8c505
[Caffe Frontend] adding Reduction op
zotanika May 11, 2021
b75bc53
reformatting Reduction op test script
zotanika May 11, 2021
fc87889
reformatting Reduction test script
zotanika May 11, 2021
847b3b8
[Caffe frontend] Reduction op
zotanika May 18, 2021
400edce
linting test script
zotanika May 18, 2021
f3fad0d
linting
zotanika May 18, 2021
72637ef
[Caffe Frontend] reverting codes related Reduction for splitting PR
zotanika Jun 1, 2021
2214813
instant fix against docker format error
zotanika Jun 1, 2021
0321ad3
Revert "instant fix against docker format error"
zotanika Jun 1, 2021
37824f4
instant fix against docker format error, only on 'frontend/caffe'
zotanika Jun 1, 2021
b895f2e
[COMMUNITY] Egor Churaev -> reviewer (#8231)
merrymercy Jun 10, 2021
4079ffd
[LLVM] Fix CodeGenLLVM::LinkParameters (#8213)
Jun 10, 2021
217555f
[AutoTVM] Added @functools.wraps to function decorators (#8237)
Lunderberg Jun 10, 2021
8ea6a30
[Metal] Reduce number of threads for reduction layers (#8206)
echuraev Jun 10, 2021
4e9760b
support matching attributes with more complext objects (#8240)
Jun 11, 2021
c29301e
[µTVM] Zephyr: Fix missing board-specific config file in build dir (#…
gromero Jun 11, 2021
657af3a
Fix compile time and runtime errors of EdgeTPURuntime (#8133)
akmaru Jun 11, 2021
938c1f6
Merge branch 'frontend-caffe-deconv' of https://github.com/zotanika/i…
zotanika Jun 11, 2021
f906fa8
[Vulkan][Refactor] Move ownership of per-CPU-thread objects to Vulkan…
Lunderberg Jun 11, 2021
8a0472f
[BYOC][ACL] Prevent dilated pooling (#8149)
d-smirnov Jun 11, 2021
d69011d
[ETHOSN] Removed support for 20.08 version of the driver stack. (#7858)
tristan-arm Jun 11, 2021
959e39a
[microTVM] Add QEMU build to RVM image (#8190)
mehrdadh Jun 11, 2021
ab16685
[TOPI][batch_matmul] Allow cblas batch_matmul implicit batch_size bro…
ymwangg Jun 12, 2021
3972c29
doc: fixes to dataflow_pattern (#8247)
Jun 12, 2021
9dd1286
Unify Python and C++ TIR lower API (#8110)
CircleSpin Jun 12, 2021
f4b95ab
Move Micro TVM top level page (#8249)
Jun 12, 2021
90fb626
[CI] [ComputeLibrary] Use pre-built binaries instead of compiled (#8245)
d-smirnov Jun 14, 2021
1c251f5
Fix build break in android_rpc (#8252)
euntaik Jun 14, 2021
24c2f5c
make simplify inference iterative (#8246)
Jun 14, 2021
af998e4
Merge remote-tracking branch 'remotes/origin/frontend-caffe-deconv' i…
zotanika Jun 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ if(MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /bigobj")

# MSVC already errors on undefined symbols, no additional flag needed.
set(TVM_NO_UNDEFINED_SYMBOLS "")

if(USE_MSVC_MT)
foreach(flag_var
CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE
Expand Down Expand Up @@ -165,6 +169,16 @@ else(MSVC)
set(CMAKE_CXX_FLAGS "-faligned-new ${CMAKE_CXX_FLAGS}")
endif()

# ld option to warn if symbols are undefined (e.g. libtvm_runtime.so
# using symbols only present in libtvm.so). Not needed for MSVC,
# since this is already the default there.
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(TVM_NO_UNDEFINED_SYMBOLS "-Wl,-undefined,error")
else()
set(TVM_NO_UNDEFINED_SYMBOLS "-Wl,--no-undefined")
endif()
message(STATUS "Forbidding undefined symbols in shared library, using ${TVM_NO_UNDEFINED_SYMBOLS} on platform ${CMAKE_SYSTEM_NAME}")

# Detect if we're compiling for Hexagon.
set(TEST_FOR_HEXAGON_CXX
"#ifndef __hexagon__"
Expand Down Expand Up @@ -414,6 +428,7 @@ add_library(tvm_objs OBJECT ${COMPILER_SRCS})
add_library(tvm_runtime_objs OBJECT ${RUNTIME_SRCS})

add_library(tvm SHARED $<TARGET_OBJECTS:tvm_objs> $<TARGET_OBJECTS:tvm_runtime_objs>)
set_property(TARGET tvm APPEND PROPERTY LINK_OPTIONS "${TVM_NO_UNDEFINED_SYMBOLS}")
set_property(TARGET tvm APPEND PROPERTY LINK_OPTIONS "${TVM_VISIBILITY_FLAG}")
if(BUILD_STATIC_RUNTIME)
add_library(tvm_runtime STATIC $<TARGET_OBJECTS:tvm_runtime_objs>)
Expand All @@ -425,6 +440,7 @@ if(BUILD_STATIC_RUNTIME)
COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --yellow --bold ${NOTICE})
else()
add_library(tvm_runtime SHARED $<TARGET_OBJECTS:tvm_runtime_objs>)
set_property(TARGET tvm_runtime APPEND PROPERTY LINK_OPTIONS "${TVM_NO_UNDEFINED_SYMBOLS}")
endif()
set_property(TARGET tvm_runtime APPEND PROPERTY LINK_OPTIONS "${TVM_VISIBILITY_FLAG}")
target_compile_definitions(tvm_objs PUBLIC DMLC_USE_LOGGING_LIBRARY=<tvm/runtime/logging.h>)
Expand Down
42 changes: 19 additions & 23 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,33 @@ We do encourage everyone to work anything they are interested in.
- [Aditya Atluri](https://github.com/adityaatluri): @adityaatluri - rocm
- [Matthew Barrett](https://github.com/mbaret): @mbaret - byoc, arm
- [Matthew Brookhart](https://github.com/mbrookhart): @mbrookhart - relay, frontends
- [Tianqi Chen](https://github.com/tqchen) (PMC): @tqchen - topi, compiler, relay, docs
- [Liangfu Chen](https://github.com/liangfu): @liangfu - vta, chisel, intel FPGA, c runtime
- [Tianqi Chen](https://github.com/tqchen) (PMC): @tqchen - topi, compiler, relay, docs
- [Wei Chen](https://github.com/wweic): @wweic - runtime, relay, vm
- [Zhi Chen](https://github.com/zhiics) (PMC): @zhiics - relay, quantization, pass manager
- [Chenfan](https://github.com/jcf94): @jcf94 - auto_scheduler
- [Josh Fromm](https://github.com/jwfromm): @jwfromm - frontends, quantization, topi
- [Yuwei Hu](https://github.com/Huyuwei): @Huyuwei - topi, frontends
- [Nick Hynes](https://github.com/nhynes): @nhynes: - sgx, rust
- [Animesh Jain](https://github.com/anijain2305): @anijain2305 - quantization, relay
- [Chenfan Jia](https://github.com/jcf94): @jcf94 - auto_scheduler
- [Ziheng Jiang](https://github.com/ZihengJiang) (PMC): @ZihengJiang - relay, compiler
- [Marisa Kirisame](https://github.com/MarisaKirisame): @MarisaKirisame - relay
- [Wuwei Lin](https://github.com/vinx13): @vinx13 - relay, topi
- [Yizhi Liu](https://github.com/yzhliu) (PMC): @yzhliu - jvm, topi, relay
- [Steven Lyubomirsky](https://github.com/slyubomirsky): @slyubomirsky - relay
- [Hao Lu](https://github.com/hlu1): @hlu1 - nnpack, frontends
- [Steven Lyubomirsky](https://github.com/slyubomirsky): @slyubomirsky - relay
- [Masahiro Masuda](https://github.com/masahi) (PMC): @masahi - topi, relay
- [Thierry Moreau](https://github.com/tmoreau89) (PMC): @tmoreau89 - vta
- [Kazutaka Morita](https://github.com/kazum): @kazum - frontends, opencl
- [Trevor Morris](https://github.com/trevor-m): @trevor-m - byoc, compiler
- [Leandro Nunes](https://github.com/leandron): @leandron - tvmc
- [Krzysztof Parzyszek](https://github.com/kparzysz-quic): @kparzysz-quic - hexagon, llvm
- [Andrew Reusch](https://github.com/areusch): @areusch - runtime, µTVM
- [Jared Roesch](https://github.com/jroesch) (PMC): @jroesch - relay
- [Siju Samuel](https://github.com/siju-samuel): @siju-samuel - frontends
- [Siva](https://github.com/srkreddy1238): @srkreddy1238 - frontends, golang
- [Junru Shao](https://github.com/junrushao1994) @junrushao1994 - relay, compiler
- [Haichen Shen](https://github.com/icemelon9) (PMC): @icemelon9 - relay, topi
- [Siva](https://github.com/srkreddy1238): @srkreddy1238 - frontends, golang
- [Zhixun Tan](https://github.com/phisiart): @phisiart - opengl, web
- [Andrew Tulloch](https://github.com/ajtulloch): @ajtulloch - topi, compiler, runtime
- [Luis Vega](https://github.com/vegaluisjose): @vegaluisjose - vta, chisel
Expand All @@ -85,28 +86,25 @@ We do encourage everyone to work anything they are interested in.
- [Matthew Barrett](https://github.com/mbaret): @mbaret
- [Arnaud Bergeron](https://github.com/abergeron): @abergeron
- [Matthew Brookhart](https://github.com/mbrookhart): @mbrookhart
- [Tianqi Chen](https://github.com/tqchen): @tqchen
- [Liangfu Chen](https://github.com/liangfu): @liangfu
- [Tianqi Chen](https://github.com/tqchen): @tqchen
- [Zhi Chen](https://github.com/zhiics): @zhiics
- [Chenfan](https://github.com/jcf94): @jcf94
- [Neo Chien](https://github.com/cchung100m): @cchung100m
- [Meghan Cowan](https://github.com/cowanmeg): @cowanmeg
- [Balint Cristian](https://github.com/cbalint13): @cbalint13
- [Egor Churaev](https://github.com/echuraev): @echuraev - metal
- [Xiaoqiang Dan](https://github.com/xqdan): @xqdan
- [Haozheng Fan](https://github.com/hzfan): @hzfan
- [Josh Fromm](https://github.com/jwfromm): @jwfromm
- [Siyuan Feng](https://github.com/Hzfengsy): @Hzfengsy
- [Josh Fromm](https://github.com/jwfromm): @jwfromm
- [Sergei Grechanik](https://github.com/sgrechanik-h): @sgrechanik-h
- [Hao Lu](https://github.com/hlu1): @hlu1
- [Bohan Hou](https://github.com/spectrometerHBH): @spectrometerHBH
- [Nick Hynes](https://github.com/nhynes): @nhynes
- [Yuwei Hu](https://github.com/Huyuwei): @Huyuwei
- [Luke Hutton](https://github.com/lhutton1): @lhutton1
- [Nick Hynes](https://github.com/nhynes): @nhynes
- [Animesh Jain](https://github.com/anijain2305): @anijain2305
- [Chenfan Jia](https://github.com/jcf94): @jcf94
- [Hua Jiang](https://github.com/huajsj): @huajsj
- [Leandro Nunes](https://github.com/leandron): @leandron
- [Yizhi Liu](https://github.com/yzhliu) : @yzhliu
- [Zhixun Tan](https://github.com/phisiart): @phisiart
- [Xiaoqiang Dan](https://github.com/xqdan): @xqdan
- [Ziheng Jiang](https://github.com/ZihengJiang): @ZihengJiang
- [Manupa Karunaratne](https://github.com/manupa-arm): @manupa-arm
- [Marisa Kirisame](https://github.com/MarisaKirisame): @MarisaKirisame
Expand All @@ -115,33 +113,37 @@ We do encourage everyone to work anything they are interested in.
- [Andrew Liu](https://github.com/hypercubestart): @hypercubestart
- [Henry Liu](https://github.com/optima2005): @optima2005
- [Xin Liu](https://github.com/Meteorix): @Meteorix
- [Yizhi Liu](https://github.com/yzhliu) : @yzhliu
- [Hao Lu](https://github.com/hlu1): @hlu1
- [Steven Lyubomirsky](https://github.com/slyubomirsky): @slyubomirsky
- [Masahiro Masuda](https://github.com/masahi): @masahi
- [Sergey Mironov](https://github.com/grwlf): @grwlf
- [Thierry Moreau](https://github.com/tmoreau89): @tmoreau89
- [Kazutaka Morita](https://github.com/kazum): @kazum
- [Trevor Morris](https://github.com/trevor-m): @trevor-m
- [Tatsuya Nishiyama](https://github.com/nishi-t): @nishi-t
- [Leandro Nunes](https://github.com/leandron): @leandron
- [Wei Pan](https://github.com/wpan11nv): @wpan11nv
- [Krzysztof Parzyszek](https://github.com/kparzysz-quic): @kparzysz-quic
- [Pariksheet Pinjari](https://github.com/PariksheetPinjari909): @PariksheetPinjari909
- [Josh Pollock](https://github.com/joshpoll): @joshpoll
- [Andrew Reusch](https://github.com/areusch): @areusch
- [Jared Roesch](https://github.com/jroesch): @jroesch
- [Giuseppe Rossini](https://github.com/giuseros): @giuseros
- [Andrew Reusch](https://github.com/areusch): @areusch
- [Dmitriy Smirnov](https://github.com/d-smirnov): @d-smirnov
- [Siva](https://github.com/srkreddy1238): @srkreddy1238
- [Siju Samuel](https://github.com/siju-samuel): @siju-samuel
- [Junru Shao](https://github.com/junrushao1994): @junrushao1994
- [Haichen Shen](https://github.com/icemelon9): @icemelon9
- [Xingjian Shi](https://github.com/sxjscience): @sxjscience
- [Siva](https://github.com/srkreddy1238): @srkreddy1238
- [Dmitriy Smirnov](https://github.com/d-smirnov): @d-smirnov
- [Jon Soifer](https://github.com/soiferj): @soiferj
- [Zhixun Tan](https://github.com/phisiart): @phisiart
- [Andrew Tulloch](https://github.com/ajtulloch): @ajtulloch
- [Luis Vega](https://github.com/vegaluisjose): @vegaluisjose
- [Thomas Viehmann](https://github.com/t-vi): @t-vi
- [Alex Weaver](https://github.com/alex-weaver): @alex-weaver
- [Yao Wang](https://github.com/kevinthesun): @kevinthesun
- [Leyuan Wang](https://github.com/Laurawly): @Laurawly
- [Alex Weaver](https://github.com/alex-weaver): @alex-weaver
- [Logan Weber](https://github.com/weberlo): @weberlo
- [Jian Weng](https://github.com/were): @were
- [Yong Wu](https://github.com/yongwww): @yongwww
Expand All @@ -154,9 +156,3 @@ We do encourage everyone to work anything they are interested in.

## List of Contributors
- [Full List of Contributors](https://github.com/apache/tvm/graphs/contributors)
- To contributors: please add your name to the list.
- [Qiao Zhang](https://github.com/zhangqiaorjc)
- [Haolong Zhang](https://github.com/haolongzhangm)
- [Cody Hao Yu](https://github.com/comaniac)
- [Chris Nuernberger](https://github.com/cnuernber)
- [Shoubhik Bhattacharya](https://github.com/shoubhik)
14 changes: 7 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
//

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_lint = "tlcpack/ci-lint:v0.62"
ci_gpu = "tlcpack/ci-gpu:v0.72"
ci_cpu = "tlcpack/ci-cpu:v0.73"
ci_wasm = "tlcpack/ci-wasm:v0.70"
ci_i386 = "tlcpack/ci-i386:v0.72-t0"
ci_qemu = "tlcpack/ci-qemu:v0.04"
ci_arm = "tlcpack/ci-arm:v0.03"
ci_lint = "tlcpack/ci-lint:v0.65"
ci_gpu = "tlcpack/ci-gpu:v0.75"
ci_cpu = "tlcpack/ci-cpu:v0.74"
ci_wasm = "tlcpack/ci-wasm:v0.71"
ci_i386 = "tlcpack/ci-i386:v0.73"
ci_qemu = "tlcpack/ci-qemu:v0.05"
ci_arm = "tlcpack/ci-arm:v0.05"
// <--- End of regex-scanned config.

// tvm libraries
Expand Down
1 change: 1 addition & 0 deletions apps/android_camera/app/src/main/jni/tvm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#ifdef TVM_OPENCL_RUNTIME
#include "../src/runtime/opencl/opencl_device_api.cc"
#include "../src/runtime/opencl/opencl_module.cc"
#include "../src/runtime/source_utils.cc"
#endif

#ifdef TVM_VULKAN_RUNTIME
Expand Down
2 changes: 2 additions & 0 deletions apps/android_rpc/app/src/main/jni/tvm_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
#ifdef TVM_OPENCL_RUNTIME
#include "../src/runtime/opencl/opencl_device_api.cc"
#include "../src/runtime/opencl/opencl_module.cc"
#include "../src/runtime/opencl/texture_pool.cc"
#include "../src/runtime/source_utils.cc"
#endif

#ifdef TVM_VULKAN_RUNTIME
Expand Down
2 changes: 1 addition & 1 deletion apps/extension/python/tvm_ext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_lib():

@tvm.register_object("tvm_ext.IntVector")
class IntVec(tvm.Object):
"""Example for using extension class in c++ """
"""Example for using extension class in c++"""

@property
def _tvm_handle(self):
Expand Down
8 changes: 4 additions & 4 deletions apps/microtvm/reference-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ Reference VMs are organized as follows:

## Creating Releases

1. Build the base box for the given platform: `$ ./base-box-tool.py build <platform>`
1. Build the base box for the given platform: `$ ./base-box-tool.py [--provider=<provider>] build <platform>`
2. Run release tests for each platform:
1. Connect any needed hardware to the VM host machine.
2. Run tests: `$ ./base-box-tool.py test <platform> [--test-device-serial=<serial>]`. This
2. Run tests: `$ ./base-box-tool.py [--provider=<provider>] test [--microtvm-platform=<platform>] <platform> [--test-device-serial=<serial>]`. This
command does the following for each provider:
1. Copies all files inside `./<platform>` except `.vagrant` and `base-box` to
`./release-test`. This is done to avoid reusing any VM the developer may have started.
2. Executes `$ vagrant up --provider=<provider>`.
2. Executes `$ vagrant up [--provider=<provider>]`.
3. Finds an attached USB device matching the VID and PID specified in `test-config.json`,
and if `--test-device-serial` was given, that serial number (as reported to USB). Creates
a rule to autoconnect this device to the VM, and also attaches it to the VM>
4. SSHs to the VM, `cd` to the TVM root directory, and runs `test_cmd` from
`test-config.json`. Nonzero status means failure.
3. If release tests fail, fix them and restart from step 1.
4. If release tests pass: `$ ./base-box-tool.py release <platform> <version>`. Be sure you've logged
4. If release tests pass: `$ ./base-box-tool.py [--provider=<provider>] release <--release-version=<version>> <--platform-version=<version>> <platform>`. Be sure you've logged
in to Vagrant Cloud using the `vagrant` tool.
Loading