Skip to content

Commit 06fec4f

Browse files
committed
tweak comment
1 parent d339390 commit 06fec4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmake/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,12 @@ if (NOT CMAKE_CXX_STANDARD)
253253
if (onnxruntime_USE_CUDA)
254254
# Known issues when updating from C++17 to C++20:
255255
# - MSVC + onnxruntime_USE_CUDA:
256-
# - Compilation error from CUTLASS header "cute/tensor.hpp" when attempting to use C++20:
256+
# - Compilation error from CUTLASS header cute/tensor.hpp:
257257
# cutlass-src\include\cute\stride.hpp(299,46): error C3545: 'Ints': parameter pack expects a non-type
258258
# template argument
259259
# - GCC + onnxruntime_USE_CUDA:
260260
# - Compilation error from onnxruntime/contrib_ops/cuda/llm/cutlass_heuristic.cc when adding an element to
261-
# `std::vector<onnxruntime::llm::cutlass_extensions::CutlassGemmConfig>` in
262-
# onnxruntime/contrib_ops/cuda/llm/cutlass_heuristic.cc:
261+
# `std::vector<onnxruntime::llm::cutlass_extensions::CutlassGemmConfig>`:
263262
# /opt/rh/gcc-toolset-14/root/usr/include/c++/14/bits/stl_construct.h:97:14: error: writing 1 byte into a
264263
# region of size 0 [-Werror=stringop-overflow=]
265264
# - Possibly a spurious warning

0 commit comments

Comments
 (0)