Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eaplatanios committed Jul 30, 2024
1 parent fc40d91 commit 326aec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/service/gpu/kernels/cutlass_gemm_custom_kernel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ KernelArgsPacking ArgsPacking(int32_t m, int32_t n, int32_t k,
// object constructed in the storage. For now we ignore it, and it's textbook
// definition of UB, but for CUTLASS kernels we use today it's perfectly safe.
struct Params {
alignas(128) std::byte storage[1024];
alignas(64) std::byte storage[1024];
};

return [=](const se::Kernel& kernel, const se::KernelArgs& args) -> Packed {
Expand Down

0 comments on commit 326aec3

Please sign in to comment.