Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 0 additions & 109 deletions examples/dynamic_shape/example_dynamic.py

This file was deleted.

10 changes: 0 additions & 10 deletions examples/dynamic_shape/test_example_dynamic.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/op/builtin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ TVM_REGISTER_PASS_CONFIG_OPTION(kDisableSafeMemoryLegalize, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kDisableWarpSpecialized, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kDisableThreadStorageSync, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kConfigIndexBitwidth, Integer);
TVM_REGISTER_PASS_CONFIG_OPTION(kDisableDynamicTailSplit, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kDynamicAlignment, Integer);
TVM_REGISTER_PASS_CONFIG_OPTION(kEnableAggressiveSharedMemoryMerge, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kForceLetInline, Bool);
TVM_REGISTER_PASS_CONFIG_OPTION(kDisableFastMath, Bool);
Expand Down
20 changes: 0 additions & 20 deletions src/op/builtin.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ static constexpr const char *kLayoutVisualizationEnable =
static constexpr const char *kLayoutVisualizationFormats =
"tl.layout_visualization_formats";
static constexpr const char *kDeviceCompileFlags = "tl.device_compile_flags";
/*!
* \brief Whether to disable dynamic tail split
*
* kDisableDynamicTailSplit = "tl.disable_dynamic_tail_split"
*
*/
static constexpr const char *kDisableDynamicTailSplit =
"tl.disable_dynamic_tail_split";

/*!
* \brief Whether to disable thread storage synchronization
Expand All @@ -91,18 +83,6 @@ static constexpr const char *kDisableThreadStorageSync =
*/
static constexpr const char *kForceLetInline = "tl.force_let_inline";

/*!
* \brief The size of the vectorized dimension in buffer, designed by user
*
* For example, if the vectorized dimension is 128 bits and the dtype of buffer
* A[m, k] is float16, the size of the vectorized dimension (i.e. k) in buffer A
* should be divisible by 8 (8 = 128 / 16).
*
* kDynamicAlignment = "tl.dynamic_alignment"
*
*/
static constexpr const char *kDynamicAlignment = "tl.dynamic_alignment";

/*!
* \brief Get the type of the CUDA tensor map
*
Expand Down
Loading
Loading