Remove duplicate function calls (#1584)

This commit is contained in:
103yiran
2025-09-22 11:16:59 +08:00
committed by GitHub
parent 64579189ec
commit fd0312ddf6

View File

@ -406,8 +406,6 @@ public:
// Zero-initialize barrier workspace
if (barrier_workspace)
{
size_t barrier_workspace_bytes = get_barrier_workspace_size();
CUTLASS_TRACE_HOST(" Initialize " << barrier_workspace_bytes << " barrier bytes");
cudaError_t result = cudaMemsetAsync(