Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorflow Split operator supported for finetuned Alexnet model #1531

Closed
wants to merge 950 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
950 commits
Select commit Hold shift + click to select a range
6207264
[BUILD] Switch to CMake only Infra (#1254)
tqchen Jun 11, 2018
67dcc89
[BUILD] Upgrade build system to default python3 (#1260)
tqchen Jun 11, 2018
66fab7e
Fix the gemm conversion in onnx frontend (#1241)
Jun 11, 2018
eb2abb4
Community guideline in effect (#1261)
tqchen Jun 12, 2018
3574c20
Update README.md
tqchen Jun 12, 2018
dcdec18
[DOCS] Fix links (#1263)
tqchen Jun 12, 2018
790b015
Add Item list to community guide (#1264)
tqchen Jun 12, 2018
0ef93dc
Update code_review.rst
tqchen Jun 12, 2018
aed5ecd
Fix the building error in android_deploy (#1262)
Jun 12, 2018
11f737f
[MAINTAINER] Add Pariksheet Pinjari as reviewer (#1266)
tqchen Jun 12, 2018
3160f5f
[INTRIN] Add support for floor and ceil (#1267)
tqchen Jun 12, 2018
be29ac7
[CODEGEN] ARM Popcount lowering rule and codegen updates (#1235)
Jun 12, 2018
142c7da
add support for subgraphs. (#1221)
zheng-da Jun 12, 2018
616580f
Add silent mode to rpc server and rpc tracker (#1268)
merrymercy Jun 13, 2018
d1530ec
[BUILD] Enable path option for ROCM, CUDA, Vulkan, simplify optional …
tqchen Jun 13, 2018
61d5303
[NNVM][FRONTEND] Tensorflow frontend support (#1188)
srkreddy1238 Jun 13, 2018
d8faa50
[BUILD] Add clang to build matrix, -Werror (#1273)
tqchen Jun 13, 2018
4c40cb0
fix copro_sync.cc errors of ctx (#1274)
libing4752 Jun 13, 2018
86b063f
fix missing std::to_string during Android build, android rpc test scr…
eqy Jun 14, 2018
7a43f44
[MAINTAINER] add masahi as reviewer (#1277)
tqchen Jun 14, 2018
57f9588
[TOPI][IMAGE][RESIZE] Bilinear interpolation for resize and upsamplin…
srkreddy1238 Jun 14, 2018
33f320b
Fix missing cublas libraries (#1281)
Jun 14, 2018
56e12f2
Use CMake for make clean (#1280)
kazum Jun 14, 2018
2f2f60f
Remove incorrect extension registration of tvm::Target (#1272)
kazum Jun 14, 2018
cff2382
Link system library needed for LLVM (#1282)
kazum Jun 14, 2018
d83514b
fix proxy registration with tracker (#1283)
eqy Jun 14, 2018
1b8ff39
fix lint (#1284)
eqy Jun 14, 2018
6ab4da6
SSD support in NNVM (#1214)
kevinthesun Jun 14, 2018
51836ba
[MAINTAINER] Add zhreshold as reviewer (#1287)
tqchen Jun 15, 2018
0a6c056
[CONTAINER] Introduce StrMap (#1292)
tqchen Jun 16, 2018
df4a629
[OP] Introduces auxiliary attrs into compute (#1293)
tqchen Jun 17, 2018
d3a7df9
[DOCS] Improve review guide, improve cmake llvm build (#1295)
tqchen Jun 17, 2018
9bc96f5
[NNVM][TESTING] Add two testing symbols: dqn and dcgan (#1294)
merrymercy Jun 17, 2018
90ecefd
Check common subdirs for vulkan/spirv headers (#1298)
doctaweeks Jun 19, 2018
c432bce
Add MyPy to lint (#1301)
jroesch Jun 20, 2018
a6ce6c5
[FRONTEND][MXNET] Add squeeze_axis support to split operator (#1288)
nishi-t Jun 20, 2018
3611a5a
[BUILD] Fix reflection build for gcc-8 (#1304)
tqchen Jun 20, 2018
239b63d
[MAINTAINER] add srkreddy1238 as reviewer (#1305)
tqchen Jun 21, 2018
90f714b
[MATH][TOPI][NNVM] introduce trunc, round (#1310)
tqchen Jun 21, 2018
da2ad32
[CONTRIB] TVM download utility based on urllib2/urlib.request (#1313)
tmoreau89 Jun 21, 2018
2930d8c
Fix a bug in Symbol::Compose when using subgraphs as input (#1314)
junrushao1994 Jun 22, 2018
e0e0a23
CPP implementation of L2Norm and LRN ops (#1157)
PariksheetPinjari909 Jun 22, 2018
5fefedc
[TOPI] Conv2d Added and Optimized for Intel HD Graphics (#1290)
Laurawly Jun 22, 2018
5dbc74c
moving module import inside of download function (#1319)
tmoreau89 Jun 22, 2018
290226e
[FRONTEND] A Python hybrid frontend (#1251)
were Jun 22, 2018
2550864
[TOPI] Numpy consistency: always broadcast binary op. (#1321)
tqchen Jun 22, 2018
18b870c
Import hybrid module in __init__.py (#1323)
were Jun 23, 2018
4538c03
[FRONTEND][MXNET] Add expand_dims supoort (#1317)
nishi-t Jun 23, 2018
e66996a
[PASS] Add GPU IR verifier (#1296)
merrymercy Jun 23, 2018
2f36a37
[NNVM] Introduce const shift ops (#1325)
tqchen Jun 24, 2018
ff39e52
[DOCKER] update to include deps (#1326)
tqchen Jun 24, 2018
b432a67
[DOCKER] mark tmp as temp (#1327)
tqchen Jun 24, 2018
03a52d1
Update ci_build.sh
tqchen Jun 24, 2018
273d516
[SCHEDULE] Fuse support for 0 rank tensor (#1328)
tqchen Jun 24, 2018
f3dbee8
Windows VS2015 Compile error - 'conversion from 'double' to 'float' r…
rajh619 Jun 24, 2018
1e66d3c
[NNVM][CONVOLUTION] Group convolution generalization for NHWC (#1232)
srkreddy1238 Jun 24, 2018
54f0f13
Documentation error fixed (#1337)
PariksheetPinjari909 Jun 25, 2018
f9d8427
Contrib: add mkl blas support (#1336)
TaoLv Jun 25, 2018
f721a64
[FRONTEND] [HYBRID] Non-zero starting supported; Buffer AttrStmt add!…
were Jun 25, 2018
8ab7e0e
[NNVM][TOPI] Add FTVMCompute for matmul (#1239)
nhynes Jun 26, 2018
60d669b
support t attr in onnx (#1300)
fumihwh Jun 26, 2018
9c64ab2
Add support for Xilinx FPGA board with SDAccel (#1278)
kazum Jun 26, 2018
f633acd
[NNVM][TENSORFLOW] Mobilenet support. (#1335)
srkreddy1238 Jun 26, 2018
4048061
[NNVM][ONNX] Shape operator support (limited/differed) - #1297 (#1333)
srkreddy1238 Jun 26, 2018
20ba308
[NNVM][ONNX] Squeeze and Unsqueese operators. (#1339)
srkreddy1238 Jun 26, 2018
7f9e7e5
[SCHEDULE] Fix schedule for big array (#1340)
tqchen Jun 26, 2018
195c734
[NNVM][TOPI] Add gradients for broadcast_* ops (#1234)
nhynes Jun 27, 2018
c6feab2
[TOPI] Add C++ implementation of elementwise operators (#1306)
nishi-t Jun 27, 2018
9944ec0
[FRONTEND] [HYBIRD] [TEST] Add GPU shared memory test! (#1338)
were Jun 27, 2018
c72cd71
Improve schedule load, add slice_like (#1299)
kevinthesun Jun 27, 2018
d770412
Fix cmake search for vulkan on Windows (#1343)
alex-weaver Jun 27, 2018
6c97ef2
[RUNTIME] keep opencl runtime deps free from node (#1349)
tqchen Jun 28, 2018
206e4ae
[PYTHON] Make decorator optional for runtime (#1350)
tqchen Jun 28, 2018
c045129
update include regex to work for path with symbol (#1354)
ariwaranosai Jun 28, 2018
8419790
Strided_slice added in NNVM (#1318)
PariksheetPinjari909 Jun 28, 2018
c9c031a
[NNVM] Initial mixed precision support of conv2d (#1356)
tqchen Jun 28, 2018
ebdde3c
[NNVM] Move FTVMCompute registration of the elementwise operator to c…
nishi-t Jun 29, 2018
fc16c72
Prelu bug fix (#1358)
ANSHUMAN87 Jun 30, 2018
2693dad
JNI Crash fix (#1357)
Dayananda-V Jun 30, 2018
9aabd79
Minor bug: causes undefined symbol error in libtvm from NNPACK (#1368)
aswinjohn Jul 1, 2018
9928623
Fix tutorial to follow a change of elemwise_sum (#1374)
nishi-t Jul 2, 2018
22586b5
fix narrow conversion on gcc-8 (#1376)
were Jul 2, 2018
0fa9f69
Transpose core dump resolved (#1355)
ANSHUMAN87 Jul 3, 2018
e4c099e
[NVPTX] libdevice support, enable NVPTX backend in topi tests (#1365)
masahi Jul 3, 2018
d27ff24
[TEAM] Add alex-weaver as reviewer (#1377)
tqchen Jul 3, 2018
035696f
[NNVM] Move FTVMCompute registration of cast, greter, less to C++. (#…
nishi-t Jul 3, 2018
9ccfaad
[NNVM][TENSORFLOW] Sigmoid op support #1367 (#1369)
srkreddy1238 Jul 4, 2018
d3f144f
add take frontend (#1307)
Dayananda-V Jul 4, 2018
5f9c63a
[AVG POOL] Asymmetric padding (SAME) support. (#1346)
srkreddy1238 Jul 4, 2018
922edfe
[TOPI] Update parameter name of conv2d (#1380)
tqchen Jul 4, 2018
05dae3f
support equal and not_equal in topi (#1373)
liangfu Jul 4, 2018
c57027a
[NNVM][ONNX] Slice, Floor, Ceil, Clip and MatMul support for frontend…
srkreddy1238 Jul 4, 2018
106bbb8
[NNVM][TENSORFLOW] Fixed variable ops shape parsing issue (#1381)
Jul 5, 2018
941f684
Add normal distribution to random engines (#1352)
nhynes Jul 6, 2018
cca57ae
Fix tutorial to follow the conv2d change (#1390)
nishi-t Jul 6, 2018
7dca7e4
Move SGX enclave signing key to gist (#1393)
nhynes Jul 6, 2018
b647169
Fixing issue #1395: Undefined symbol: cudaGetDevice (#1396)
wangshangsam Jul 7, 2018
275142c
[RPC] android process isolation/watchdog (#1387)
eqy Jul 8, 2018
0d57086
[NNVM][TOP] broadcast versions corresponding to topi: mod, max, min, …
srkreddy1238 Jul 8, 2018
633b13b
[TOPI] Add GPU SSD (#1397)
Laurawly Jul 8, 2018
90cf330
[DOCKER] Fix dependency for autotvm (#1398)
merrymercy Jul 8, 2018
befe802
[NNVM][Keras] allow only tensorflow backend (#1392)
kazum Jul 8, 2018
5642bc1
[DOCKER] Start docker infratructure (#1402)
tqchen Jul 9, 2018
a98866c
[DARKNET FRONTEND]Batchnorm added as part of Dense op for running rnn…
siju-samuel Jul 9, 2018
55fe922
[TOPI][DARKNET]Yolo op added (#1372)
PariksheetPinjari909 Jul 9, 2018
a57de99
[DOCKER] Add docker demo image (#1404)
tqchen Jul 9, 2018
fa2e428
Add support for multiple OpenCL platforms (#1345)
kazum Jul 9, 2018
4b4bfd0
change line seperator of tensorflow/test_forward from CRLF to LF (#1405)
jacquesqiao Jul 9, 2018
f09f143
[DOCKER] Add demo-gpu image (#1407)
tqchen Jul 9, 2018
5e0fc59
fix CorrectLayout for softmax & log_softmax (#1401)
yzhliu Jul 9, 2018
6f25848
[RUNTIME][OPENCL] Create program lazily when the program is built (#1…
kazum Jul 9, 2018
561e548
[TVM] Fixed SPIR-V codegen incorrectly not declaring the interface fo…
alex-weaver Jul 9, 2018
afd2b9b
[RPC] graduate tvm.contrib.rpc -> tvm.rpc (#1410)
tqchen Jul 9, 2018
4d0c936
[TVM] Fixed SPIR-V codegen for OpControlBarrier (#1409)
alex-weaver Jul 10, 2018
f0ae174
[DOCS] Improve documents on deployment (#1412)
tqchen Jul 10, 2018
fd1a572
[OP] Improve bitwise op type checks (#1415)
tqchen Jul 10, 2018
4ae5805
[TEAM] New reviewer: kazum (#1417)
tqchen Jul 11, 2018
eda2038
[RUNTIME] Simple NDArray container API in c++ (#1418)
tqchen Jul 12, 2018
cc94467
Initial commit
tmoreau89 Mar 1, 2018
e17f9df
hardware compilation flow, and driver tests
tmoreau89 Mar 16, 2018
0a875e4
doxygen path update
tmoreau89 Mar 16, 2018
93a02db
[DOCS] Initial docs (#4)
tqchen Mar 17, 2018
8457539
[REFACTOR] Code base refactoring (#5)
tmoreau89 Mar 18, 2018
a72a451
[REFACTOR] Macro standardization, lint tests (#7)
tmoreau89 Mar 19, 2018
a5a176c
[PYTHON, TVM] Python TVM library, unit tests and end to end example
tmoreau89 Mar 23, 2018
bfc2367
fixing URL; adding () to print (#17)
gfursin Apr 8, 2018
c1aa268
Upgrade TVM to latest version
tqchen Apr 8, 2018
b8ea5a0
[RPC][RUNTIME] Support dynamic reload of runtime API according to con…
tqchen Apr 9, 2018
aa84689
[SCHEDULER, HW] Auto scheduler for conv2d, hardware generation (#20)
tmoreau89 Apr 9, 2018
45cf405
[COMPILER] Refactor compiler to enable configuration (#21)
tqchen Apr 11, 2018
f785267
[DRIVER][RUNTIME] Make runtime fully device agnostic (#23)
tqchen Apr 11, 2018
63b3312
[DRIVER] Add simulator, unify testcase to unittest (#25)
tqchen Apr 13, 2018
5481665
[RUNTIME] Simplify dynamic library and code path. (#27)
tqchen Apr 14, 2018
a24fadb
[INFRASTRUCTURE] Migrate to json based config. Move gemm test to inte…
tqchen Apr 15, 2018
c588502
Refactor, refactor code structure, fix pynq rpc (#29)
tqchen Apr 15, 2018
b8a6095
[TEST] CI infrastructure (#30)
tqchen Apr 15, 2018
b668e4d
fix jenkins (#31)
tqchen Apr 15, 2018
8ae7ae8
[COMPILER] Upgrade to meet latest TVM IR pragma convention (#32)
tqchen Apr 15, 2018
ff226da
[PYTHON] Enable environment scoping (#33)
tqchen May 1, 2018
b78471c
[HARDWARE, TEST] Fixed hardware generation flow (#34)
tmoreau89 May 3, 2018
bfe2128
[TOPI] Automated schedule in conv2d TOPI lib, moving to GEMM intrinsi…
tmoreau89 May 12, 2018
5d9cc1e
Update Graph Support for Batching, Fix Swapping (#37)
tqchen May 21, 2018
81f6f1d
[BITSTREAM SERVER] Bitstream server integration (#38)
tmoreau89 May 23, 2018
c4a46b1
[INIT] Allow proper throw in compiler (#39)
tqchen May 24, 2018
ec7ce88
[EXAMPLE] Fix example for simulator (#40)
tqchen May 24, 2018
5c5408f
[DOC, EXAMPLE] Updated READMEs, tests, etc. (#41)
tmoreau89 May 25, 2018
75acb10
VTA and TVM on PYTHONPATH, also pass to sudo (#42)
maltanar May 29, 2018
539013c
Update TVM Version and CI scripts (#46)
tqchen Jun 19, 2018
63e6474
Update Jenkinsfile
tqchen Jun 20, 2018
0afa8bf
[DOC] VTA installation & basic tutorials (#47)
tmoreau89 Jun 20, 2018
bc80661
[UTILS, DOC] Use TVM file downloading utility, conv2d tutorial (#48)
tmoreau89 Jun 22, 2018
8137893
[DOCKER] Cleanup docker image (#50)
tqchen Jun 24, 2018
2973392
[DOC, TVM] ResNet tutorial, updated TVM (#51)
tmoreau89 Jun 28, 2018
cc32057
[TVM] Upgrade TVM Support
tqchen Jul 2, 2018
2940f76
[NNVM] Make param file python version agnostic
tqchen Jul 3, 2018
dcc0198
[TUTORIAL] Resnet-18 end to end tutorial example (#55)
tmoreau89 Jul 3, 2018
0af7131
[TOPI] Fix the CPU op perf (#56)
tqchen Jul 5, 2018
600d106
[BUILD][DOCS] Migrate VTA CI, test, build, docs
tqchen Jul 7, 2018
c893d48
Update index.rst
tqchen Jul 12, 2018
d873930
Added option to build android rpc app with vulkan support
alex-weaver Jul 12, 2018
dec8d38
fixed path in installation/setup guide
tmoreau89 Jul 12, 2018
5e3fcf1
minor style edit
tmoreau89 Jul 12, 2018
95a97f3
[RUNTIME] Support setting CPU affinity (#1403)
eqy Jul 12, 2018
5980b5d
[AUTOTVM] Core part of auto-tuning module (#1312)
merrymercy Jul 12, 2018
3e77cc3
[TOPI]Add where operator (#1416)
kevinthesun Jul 13, 2018
467d795
[DOCS] VTA installation guide (#1428)
tmoreau89 Jul 13, 2018
3887886
Add support for absolute opeartion (#1406)
PariksheetPinjari909 Jul 13, 2018
68428b8
fix android packed runtime (#1430)
merrymercy Jul 13, 2018
df95eb0
[Darknet] softmax temperature in frontend (#1429)
siju-samuel Jul 13, 2018
30c1cd6
[TVM][RUNTIME] dependencied update for ndarray. (#1431)
srkreddy1238 Jul 13, 2018
1af1287
[RUNTIME][SDACCEL] Add support for multiple kernels (#1424)
kazum Jul 14, 2018
c53b23f
[BUILD] enhance vta build (#1434)
tqchen Jul 15, 2018
18ac95c
[NNVM] Add symbol squeezenet (#1436)
merrymercy Jul 15, 2018
a516ea6
add generic home path (#1435)
vegaluisjose Jul 15, 2018
4bb76fe
[CI] Switch to use prebuilt docker instead of build from scratch (#1442)
tqchen Jul 17, 2018
250531b
Update README.md
tqchen Jul 17, 2018
d91e15c
Fix cmake for building with cuda in msvc (#1437)
nishi-t Jul 17, 2018
22ae645
[RUNTIME][OPENCL] show correct device type name (#1441)
kazum Jul 17, 2018
f46c010
[BUILD] restrict runtime include headers (#1444)
tqchen Jul 17, 2018
b4c637d
Fix conda package builds (#1445)
Jul 17, 2018
bf62a36
[DOCS][SDACCEL] Update AWS F1 deployment (#1447)
kazum Jul 18, 2018
b6418b9
[RPC] Added native debug logging to Android RPC (#1432)
alex-weaver Jul 18, 2018
9ed5264
[NNVM][TENSORFLOW] bug fix on bilinear and resize op integration in f…
srkreddy1238 Jul 18, 2018
4dff509
[CODEGEN][SDACCEL] add support for specifying FPGA device name (#1448)
kazum Jul 18, 2018
4a464c6
Fix inceptionv3 (#1446)
kevinthesun Jul 18, 2018
f32841f
use SetAffinity when logical cores > physical cores (hyperthreading) …
eqy Jul 18, 2018
5b5465b
[NODE][REFLECTION] Support NDArray as field (#1452)
tqchen Jul 18, 2018
be08b81
Fix runtime error on osx (#1449)
nishi-t Jul 19, 2018
525eeff
Tutorial enhancement to keep it clean on docs.tvm.ai (#1450)
srkreddy1238 Jul 19, 2018
bf6d244
[DARKNET]RNN Support for darknet (#1443)
siju-samuel Jul 19, 2018
38f92c6
Fix conda 2 (#1456)
Jul 19, 2018
3d1d24e
Minor doc fixes (#1458)
eric-haibin-lin Jul 20, 2018
5f7b4d5
[CUDA] FP16 support (#1413)
nishi-t Jul 20, 2018
5c84a98
[RPC] Android RPC Performance Regression Fix, Update Android RPC to u…
eqy Jul 20, 2018
d32b509
Fix GetReduceAces (#1460)
nishi-t Jul 20, 2018
e23446a
Add deps for Relay (#1463)
jroesch Jul 20, 2018
1f2abda
Update VTA schedule (#1464)
tqchen Jul 20, 2018
33245b8
[FRONTEND] [HYBRID] Augmented assign operator supported! (#1459)
were Jul 20, 2018
8e2f777
Revert "[FRONTEND] [HYBRID] Augmented assign operator supported! (#14…
tqchen Jul 21, 2018
a3096a8
[AUTOTVM] Misc bug fix (#1467)
merrymercy Jul 21, 2018
ff98b0f
[tvm4j] fix java build (#1471)
yzhliu Jul 22, 2018
953ed7e
[DOC, HARDWARE] Hardware developer guide, migrating to use Vivado 201…
tmoreau89 Jul 23, 2018
2d36f61
[TOPI] Bitserial low-precision convolution (#1332)
Jul 23, 2018
71a8d0c
[BUILD] Fix LLVM static/dynamic link issue (#1461)
sergei-mironov Jul 23, 2018
a8b1643
[IR] support general type annotation. (#1480)
tqchen Jul 24, 2018
b963cf0
update android rpc docs (#1479)
eqy Jul 24, 2018
5643846
[tvm4j] add GraphRuntime (#1472)
yzhliu Jul 24, 2018
95be7c2
Update Application.mk (#1483)
Jokeren Jul 24, 2018
ea46b1d
[DOC] Update VTA readme files to avoid stale information (#1484)
tmoreau89 Jul 25, 2018
c24448f
[NNVM][DARKNET]Logistic activation added (#1477)
siju-samuel Jul 25, 2018
b061eb1
[CODEGEN] Enable inline llvm asm code (#1486)
tqchen Jul 25, 2018
9176753
[NNVM][TENSORFLOW] LSTM operator and PTB word prediction frontend (#1…
Jul 25, 2018
ca85bf6
timing closure fix for default VTA config (#1489)
tmoreau89 Jul 25, 2018
fc28cfa
[NNVM] Add argmax and argmin operations from topi (#1462)
sergei-mironov Jul 25, 2018
115c626
add orderedset to Ubuntu python package list (#1491)
joshpoll Jul 26, 2018
7bc96e0
Fix more type annotation (#1490)
tqchen Jul 26, 2018
d49034e
Fixed bugs for conv2d (#1465)
Laurawly Jul 26, 2018
ef993d7
[DOCS] Reword community guide (#1494)
tqchen Jul 26, 2018
f1f30c4
update dependency (#1495)
merrymercy Jul 26, 2018
2fb13d9
Revert "update dependency (#1495)" (#1499)
merrymercy Jul 26, 2018
bb84ef5
perfom full rpc tracker handshake (#1500)
eqy Jul 27, 2018
a8ca691
[NNVM] Fix grads for sum and expand_like (#1455)
sgrechanik-h Jul 27, 2018
aa23952
[BUILD] warning fix: new does not have an alignment parameter (#1…
Jul 27, 2018
f33fd5c
[NNVM] Fix check in layout parsing (#1502)
tqchen Jul 28, 2018
616f490
[TOPI, x86] Adapt AVX schedules for SSE target (#1504)
masahi Jul 30, 2018
cf37a83
Activations for coreml added (#1508)
siju-samuel Jul 30, 2018
02b4736
C-RNN layer support is added (#1492)
siju-samuel Jul 30, 2018
d72fb4f
[TEAM] yzhliu -> committer (#1509)
tqchen Jul 30, 2018
9e12d91
[tvm4j] support kNDArrayContainer (#1510)
yzhliu Jul 30, 2018
f711853
Add initial support for Intel FPGA SDK for OpenCL (AOCL) (#1474)
ossdev-somewhere Jul 31, 2018
79efda8
update halideIR (#1515)
tqchen Jul 31, 2018
cd0dda2
[NNVM] Fix gradients for broadcast_div (#1512)
sgrechanik-h Jul 31, 2018
a77006e
[VTA] bugfix parameter derivation (#1521)
tmoreau89 Aug 1, 2018
40bf5e6
[TVM][CUDA] NVIDIA GPU Int8 Support (#1503)
nishi-t Aug 1, 2018
da759c4
[NNVM] remove keepdims from expand_like arguments (#1517)
kazum Aug 1, 2018
6ff24cb
Add some missing operators (#1524)
Aug 1, 2018
961ec04
Onnx Gather operator added (#1513)
siju-samuel Aug 1, 2018
54f5adc
Fix a testcase name in test_codegen_cuda (#1526)
nishi-t Aug 2, 2018
9354aa2
Tensorflow Split and LRN operator contribution
Dayananda-V Aug 2, 2018
32bc354
Tensorflow Split operator contribution
Dayananda-V Aug 2, 2018
b0cb54f
Tensorflow Split operator contribution
Dayananda-V Aug 2, 2018
c343798
keras.layers.ReLU added (#1530)
siju-samuel Aug 2, 2018
d3ca9c2
[AUTOTVM] TOPI integration for ARM CPU (#1487)
merrymercy Aug 2, 2018
2875a12
[NNVM][TENSORFLOW]Local Response Normalization added for tensorflow (…
siju-samuel Aug 2, 2018
54ca149
[MXNET] LRN support in MXNET frontend (#1520)
PariksheetPinjari909 Aug 2, 2018
7ee9cca
[NNVM] Support argmax/argmin in tensorflow frontend (#1514)
sergei-mironov Aug 2, 2018
0737fe1
Update test_rpc_exec.py
tqchen Aug 2, 2018
af0b73f
Fix rpc testcase (#1538)
tqchen Aug 3, 2018
8056165
Fix RPC (#1542)
tqchen Aug 3, 2018
931c48a
Merge branch 'master' into tf_split_lrn
Dayananda-V Aug 3, 2018
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
  •  
  •  
  •  
14 changes: 12 additions & 2 deletions CODEOWNERS → .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,23 @@
* @dmlc/tvm-committers

# LLVM backends
src/llvm/* @aatluri
src/codegen/llvm/* @aatluri

# ROCM runtime
src/runtime/rocm/* @aatluri

# SGX support
src/runtime/sgx/* @nhynes
apps/sgx/* @nhynes

# JVM language
jvm/* @javelinjs
jvm/* @yzhliu

# WebGL backends
src/runtime/opengl/* @phisiart
src/codegen/*opengl* @phisiart

# TOPI
topi/python/topi/* @Laurawly @Huyuwei


7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion, roadmaps, and bug tracking. You are always welcomed to post on the forum first :)

Issues that are inactive for a period of time may get closed. We adopt this policy so that we won't lose track of actionable issues that may fall at the bottom of the pile. Feel free to reopen a new one if you feel there is an additional problem that needs attention when an old one gets closed.

For bug reports, to help the developer act on the issues, please include a description of your environment, preferably a minimum script to reproduce the problem.

For feature proposals, list clear, small actionable items so we can track the progress of the change.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from others in the community.
51 changes: 50 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ build_*
Win32
*.dir
perf
nnvm
*.wasm
.emscripten

Expand Down Expand Up @@ -132,13 +131,63 @@ xcuserdata/
.emscripten*
.m2

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store
tags
cscope*
*.lock

# vim temporary files
*.swp
*.swo

# TVM generated code
perf
.bash_history
*.json
*.params
*.onnx
*.h5
synset.txt
cat.jpg
docs.tgz
cat.png
*.mlmodel
# Mac OS X
.DS_Store
build*

# Jetbrain
.idea

# tmp file
.nfs*
Loading