Skip to content

Commit

Permalink
add cmake option to set CXX11 ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Apr 22, 2024
1 parent 9a26903 commit f364766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ def tensorrtllm_cmake_args(images):
),
]
cargs.append(cmake_backend_enable("tensorrtllm", "TRITON_BUILD", True))
cargs.append(cmake_backend_enable("tensorrtllm", "USE_CXX11_ABI", True))
return cargs


Expand Down

0 comments on commit f364766

Please sign in to comment.