- Dec 24, 2017
-
-
Tianqi Chen authored
-
- Dec 23, 2017
-
-
Cody Hao Yu authored
* Make duplicated function name checker working * Fix dependency checking problem for reducer condition (#712); add test * Fix dependency checking problem for reducer condition (#712); add test * Specify R to be computed inlined
-
Tianqi Chen authored
-
Salem Derisavi authored
-
- Dec 22, 2017
-
-
Salem Derisavi authored
During tensorize, call Simplify on algorithm and intrinsic definitions before CanonicalSimplify. This will prevent a number of false tensorize mismatches. (#718) thanks, this we can use this solution for now
-
- Dec 19, 2017
-
-
Salem Derisavi authored
* 1) removed non-determinism from CanonicalSimplify 2) added couple of testcases for CanonicalSimplify * Use IRDeepCompare instead of comparison of string representation * Give a warning (instead of fatal error) when two "ComExprEntry"s are equal
-
- Dec 17, 2017
-
-
Andrew Adams authored
-
- Dec 16, 2017
-
-
masahi authored
-
- Dec 15, 2017
-
-
Cody Hao Yu authored
-
- Dec 13, 2017
-
-
Salem Derisavi authored
* Simplify expressions early on * fixed lint errors
-
Salem Derisavi authored
* 1) Refactored some parts of the unrolling code into their own methods so we can reuse unrolling functionality in other parts of the code. E.g., to explicitly unroll loops with count of 1 when they are programmatically created. 2) Reorder based on top operator before resorting to pointers, which causes non-determinism. * Fixed lint errors
-
- Dec 11, 2017
-
-
abergeron authored
* Use long long for platforms where long is 32 bits (like windows). * Make sure scalar chars are signed. * Re-add NOLINT marker.
-
Lianmin Zheng authored
* [CODEGEN] add fp16 and fp64 enable pragma for opencl * fix style
-
- Dec 07, 2017
-
-
Lianmin Zheng authored
-
- Dec 05, 2017
-
-
alex-weaver authored
* Port build_module.py to C++ * Fix lint errors * Fix more lint errors * Fix more lint errors * Fix more lint errors * Fix build error * Implemented style fixes * Fix lint errors * Added function to construct target from string lower now returns array * Fix lint error * Implemented review changes - style & Target options -> std::vector * Fixed lint, argument alignment and added unit test * Changed test to target LLVM, fixed sign compare warnings * Reverted unit test to CUDA, changed Jenkinsfile to enable GPU for C++ tests * Slight change to Jenkinsfile * Changed build_module test from CUDA to LLVM * Added function var() to construct a Var instance. Changed implementation of LLVMEnabled() * Reverted Jenkinsfile
-
- Dec 04, 2017
-
-
Tianqi Chen authored
* [CI] Enable llvm in CPU test * fix llvm
-
Tianqi Chen authored
* Support rank-0 tensor * fix lint
-
- Dec 01, 2017
-
-
ziheng authored
* [RANDOM] Init contrib.random library * [RANDOM] Add uniform * [RANDOM] Fix lint * [RANDOM] Add comments and tests * [RANDOM] Fix lint
-
- Nov 30, 2017
-
-
Salem Derisavi authored
-
Tianqi Chen authored
* [CUDA] Enable int64 * [PYTHON] Fix rpc tutorial with opencl * OK * update
-
Yizhi Liu authored
-
solin319 authored
Change the parameter 'C' name
-
solin319 authored
In unroll_loop.cc the parameter name is "auto_max_depth", but in ir_pass.h the parameter name is "auto_min_depth"
-
- Nov 29, 2017
-
-
Tianqi Chen authored
* [RPC][JVM] Remove binary dist gradle from repo * fix header
-
- Nov 28, 2017
-
-
Tianqi Chen authored
-
- Nov 27, 2017
-
-
ziheng authored
-
- Nov 25, 2017
-
-
Tianqi Chen authored
* [PASS] Allow compact checking when strides is available * remove assert compact
-
- Nov 23, 2017
-
-
Siva authored
Readability.
-
- Nov 21, 2017
-
-
Tianqi Chen authored
* [PASS/SETUP] Fix minior issues * fix lint
-
Sheng Zha authored
* mps * update
-
- Nov 19, 2017
-
-
Leyuan Wang authored
* scheduler tweaked for super resolution perf * conv2d_transpose schedule error fixed * nnvm issue #239 fixed
-
- Nov 18, 2017
-
-
Lianmin Zheng authored
-
- Nov 16, 2017
-
-
haolongzhangm authored
some host opencl runtime may at cpu mode, but remote client opencl runtime at gpu mode, compat it
-
Leyuan Wang authored
* scheduler tweaked for super resolution perf * lint error fixed * lint error fixed * conv2d_transpose schedule error fixed
-
- Nov 14, 2017
-
-
Tianqi Chen authored
-
ziheng authored
* [TOPI] Add out_dtype argument for conv2d; Add x86 schedules * Fix * Fix lint * Fix
-
Tianqi Chen authored
-
Leyuan Wang authored
* conv2d perf improved for conv2d_56_64_128, test name added to differentiate workloads * fix lint error
-
- Nov 13, 2017
-
-
abergeron authored
* Make the tvm conda package build with in-place source and use cmake from conda. * Add a package for topi.
-
Tianqi Chen authored
-