Skip to content

Commit 5c032cc

Browse files
Final change.
Signed-off-by: Wangshanshan <[email protected]>
1 parent 094f93f commit 5c032cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/tensorrt_llm/common/opUtils.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ inline void logMemoryUsage(char const* operation, CUcontext ctx)
270270
// Helper function to throw
271271
inline void throwCublasErrorWithMemInfo(char const* operation, CUcontext ctx, cublasStatus_t status)
272272
{
273-
274-
logMemoryUsage(operation, ctx);
275-
276273
auto const mem = getMemoryInfo();
277274
TLLM_THROW(
278275
"Failed to create %s. "

0 commit comments

Comments
 (0)