Skip to content

Commit 822599f

Browse files
author
Siyuan Feng
committed
cleanup relay c++
1 parent 9f846bd commit 822599f

File tree

491 files changed

+159
-134429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

491 files changed

+159
-134429
lines changed

cmake/modules/CUDA.cmake

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,6 @@ if(USE_CUDA)
135135
list(APPEND TVM_RUNTIME_LINKER_LIBS ${CUDA_NVTX_LIBRARY})
136136
endif(USE_NVTX)
137137

138-
if(USE_GRAPH_EXECUTOR_CUDA_GRAPH)
139-
if(NOT USE_GRAPH_EXECUTOR)
140-
message(FATAL_ERROR "CUDA Graph is only supported by graph executor, please set USE_GRAPH_EXECUTOR=ON")
141-
endif()
142-
if(CUDAToolkit_VERSION_MAJOR LESS "10")
143-
message(FATAL_ERROR "CUDA Graph requires CUDA 10 or above, got=" ${CUDAToolkit_VERSION})
144-
endif()
145-
message(STATUS "Build with Graph executor with CUDA Graph support...")
146-
tvm_file_glob(GLOB RUNTIME_CUDA_GRAPH_SRCS src/runtime/graph_executor/cuda_graph/*.cc)
147-
list(APPEND RUNTIME_SRCS ${RUNTIME_CUDA_GRAPH_SRCS})
148-
endif()
149-
150138
# Add CUDA builtins to RelaxVM
151139
tvm_file_glob(GLOB RELAX_VM_CUDA_BUILTIN_SRC_CC src/runtime/relax_vm/cuda/*.cc)
152140
list(APPEND RUNTIME_SRCS ${RELAX_VM_CUDA_BUILTIN_SRC_CC})

include/tvm/auto_scheduler/auto_schedule.h

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)