File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ function(generate_crt_config platform output_path)
2525 set (TVM_CRT_MAX_STRLEN_DLTYPE 10)
2626 set (TVM_CRT_MAX_STRLEN_FUNCTION_NAME 120)
2727 set (TVM_CRT_MAX_STRLEN_PARAM_NAME 80)
28- set (TVM_CRT_MAX_FUNCTION_NAME_LENGTH_BYTES 30)
29- set (TVM_CRT_PAGE_BITS 10)
30- set (TVM_CRT_MAX_PAGES 300)
3128
3229 if ("${platform} " STREQUAL "zephyr" )
3330 set (TVM_CRT_MAX_PACKET_SIZE_BYTES 512)
Original file line number Diff line number Diff line change 5454/*! Maximum supported string length in parameter names */
5555#define TVM_CRT_MAX_STRLEN_PARAM_NAME ${TVM_CRT_MAX_STRLEN_PARAM_NAME}
5656
57- /*! Maximum length of a PackedFunc function name. */
58- #define TVM_CRT_MAX_FUNCTION_NAME_LENGTH_BYTES ${TVM_CRT_MAX_FUNCTION_NAME_LENGTH_BYTES}
59-
6057/*! Enable checks to enforce the stack allocator with a FIFO ordering. Off by default */
6158// #define TVM_CRT_STACK_ALLOCATOR_ENABLE_FIFO_CHECK
6259
63- /*! Log2 of the page size (bytes) for a virtual memory page. */
64- #define TVM_CRT_PAGE_BITS ${TVM_CRT_PAGE_BITS}
65-
66- /*! Number of pages on device. */
67- #define TVM_CRT_MAX_PAGES ${TVM_CRT_MAX_PAGES}
68-
6960#endif // TVM_RUNTIME_CRT_CRT_CONFIG_H_
You can’t perform that action at this time.
0 commit comments