Skip to content

Commit b5aa676

Browse files
committed
Cleanup
Signed-off-by: Boris Fomitchev <[email protected]>
1 parent 0d70377 commit b5aa676

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ if(BINDING_TYPE STREQUAL "nanobind")
208208
${CMAKE_CURRENT_BINARY_DIR}/nanobind)
209209
endif()
210210

211+
211212
# include as system to suppress warnings
212213
include_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
)
251251
endif()
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

262254
if(ENABLE_MULTI_DEVICE)
263255
# MPI MPI isn't used until tensorrt_llm/CMakeLists.txt is invoked. However, if

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ setuptools<80
5252
ordered-set
5353
peft
5454
einops
55-
# flashinfer-python>=0.2.5
55+
### flashinfer-python>=0.2.5 ### installs triton
5656
opencv-python-headless
57-
xgrammar>=0.1.19
57+
### xgrammar>=0.1.19 ### installs triton
5858
backoff
5959
nvtx
6060
matplotlib # FIXME: this is added to make nvtx happy
@@ -64,4 +64,3 @@ etcd3
6464
blake3
6565
llguidance>=0.7.29
6666
soundfile
67-

0 commit comments

Comments
 (0)