[Target] Rename target_id => target_kind (#6199)
authorJunru Shao <junrushao1994@gmail.com>
Tue, 4 Aug 2020 01:50:32 +0000 (18:50 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 01:50:32 +0000 (18:50 -0700)
commit0e1f816f0c9ca3aa31bd34d23b76cb248b629e48
tree25c96b72d1c4693b94e0ca17861c862604d7c373
parenta0c072e7af4bd1debdce5e92c3a03f073f9863c9
[Target] Rename target_id => target_kind (#6199)
50 files changed:
include/tvm/target/target.h
include/tvm/target/target_kind.h [moved from include/tvm/target/target_id.h with 63% similarity]
include/tvm/topi/cuda/dense.h
include/tvm/topi/cuda/reduction.h
include/tvm/topi/rocm/dense.h
python/tvm/auto_scheduler/measure_record.py
python/tvm/autotvm/tophub.py
python/tvm/driver/build_module.py
python/tvm/relay/op/strategy/cuda.py
python/tvm/relay/op/strategy/rocm.py
python/tvm/relay/quantize/_calibrate.py
python/tvm/target/__init__.py
python/tvm/target/target.py
python/tvm/topi/cuda/batch_matmul.py
python/tvm/topi/cuda/conv1d.py
python/tvm/topi/cuda/conv1d_transpose_ncw.py
python/tvm/topi/cuda/conv2d_direct.py
python/tvm/topi/cuda/conv2d_nhwc.py
python/tvm/topi/cuda/conv2d_nhwc_tensorcore.py
python/tvm/topi/cuda/conv2d_transpose_nchw.py
python/tvm/topi/cuda/conv2d_winograd.py
python/tvm/topi/cuda/conv3d_direct.py
python/tvm/topi/cuda/conv3d_ndhwc_tensorcore.py
python/tvm/topi/cuda/conv3d_winograd.py
python/tvm/topi/cuda/correlation.py
python/tvm/topi/cuda/deformable_conv2d.py
python/tvm/topi/cuda/dense_tensorcore.py
python/tvm/topi/cuda/depthwise_conv2d.py
python/tvm/topi/cuda/group_conv2d_nchw.py
python/tvm/topi/cuda/reduction.py
python/tvm/topi/cuda/softmax.py
python/tvm/topi/cuda/vision.py
python/tvm/topi/generic/default.py
python/tvm/topi/generic/injective.py
python/tvm/topi/generic/vision.py
python/tvm/topi/intel_graphics/depthwise_conv2d.py
src/auto_scheduler/search_task.cc
src/driver/driver_api.cc
src/relay/backend/build_module.cc
src/target/codegen.cc
src/target/target.cc
src/target/target_kind.cc [moved from src/target/target_id.cc with 83% similarity]
src/te/schedule/schedule_postproc_rewrite_for_tensor_core.cc
src/tir/analysis/verify_memory.cc
src/tir/transforms/lower_custom_datatypes.cc
src/tir/transforms/lower_intrin.cc
src/tir/transforms/lower_thread_allreduce.cc
src/tir/transforms/make_packed_api.cc
tests/cpp/target_test.cc
tests/python/unittest/test_target_target.py