Skip to content

Commit 369b80e

Browse files
jeffdailyethanwee1
authored andcommitted
fix 2337da4
missing brace } after cherry-pick (cherry picked from commit 8304905)
1 parent 189aa88 commit 369b80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aten/src/ATen/cuda/CUDABlas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,6 +1595,7 @@ void scaled_gemm(
15951595
#else
15961596
TORCH_CHECK(false, "scaled_gemm with `torch.float` outer vector scaling is only supported for CUDA 12.9 and above");
15971597
#endif // if CUDA_VERSION >= 12090
1598+
}
15981599

15991600
size_t workspaceSize = _getWorkspaceSize();
16001601
auto workspace = at::empty(static_cast<int64_t>(workspaceSize), at::TensorOptions().dtype(at::kByte).device(at::kCUDA));

0 commit comments

Comments
 (0)