File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -208,11 +208,11 @@ if(BINDING_TYPE STREQUAL "nanobind")
208208 ${CMAKE_CURRENT_BINARY_DIR} /nanobind)
209209endif ()
210210
211+
211212# include as system to suppress warnings
212213include_directories (
213214 SYSTEM
214215 ${CUDAToolkit_INCLUDE_DIRS}
215- /usr/local/cuda-13.0/targets/x86_64-linux/include /cccl
216216 ${CUDNN_ROOT_DIR} /include
217217 $<TARGET_PROPERTY:TensorRT::NvInfer,INTERFACE_INCLUDE_DIRECTORIES >
218218 ${3RDPARTY_DIR} /cutlass/include
@@ -250,14 +250,6 @@ if(${CUDAToolkit_VERSION} VERSION_GREATER_EQUAL "12.8")
250250 )
251251endif ()
252252
253- if (${CUDAToolkit_VERSION} VERSION_GREATER_EQUAL "13.0" )
254- message (
255- STATUS
256- "CUDAToolkit_VERSION ${CUDAToolkit_VERSION_MAJOR} .${CUDAToolkit_VERSION_MINOR} is greater or equal than 13.0, adding visibility flags"
257- )
258- set (CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --device-entity-has-hidden-visibility=false -cudart=shared" )
259- ### set(CMAKE_CUDA_RUNTIME_LIBRARY Shared)
260- endif ()
261253
262254if (ENABLE_MULTI_DEVICE)
263255 # MPI MPI isn't used until tensorrt_llm/CMakeLists.txt is invoked. However, if
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ setuptools<80
5252ordered-set
5353peft
5454einops
55- # flashinfer-python>=0.2.5
55+ ### flashinfer-python>=0.2.5 ### installs triton
5656opencv-python-headless
57- xgrammar >= 0.1.19
57+ ### xgrammar>=0.1.19 ### installs triton
5858backoff
5959nvtx
6060matplotlib # FIXME: this is added to make nvtx happy
6464blake3
6565llguidance >= 0.7.29
6666soundfile
67-
You can’t perform that action at this time.
0 commit comments