Remove duplicate function calls (#1584)
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user