Unverified Commit c8e5be35 authored by Lu Fang's avatar Lu Fang Committed by GitHub
Browse files

[MISC][AMD] Add unused annotation to rocm kernel file (#17097)


Signed-off-by: default avatarLu Fang <lufang@fb.com>
parent a6e72e1e
...@@ -150,7 +150,7 @@ __global__ void LLGemm1_kernel(const scalar_t* in_a, const scalar_t* in_b, ...@@ -150,7 +150,7 @@ __global__ void LLGemm1_kernel(const scalar_t* in_a, const scalar_t* in_b,
colB_elem4w = bf4[threadid * 4 + 3]; colB_elem4w = bf4[threadid * 4 + 3];
scalar2_t Af2; scalar2_t Af2;
scalar2_t Bf2; [[maybe_unused]] scalar2_t Bf2;
float2 S; float2 S;
auto Ah2ptr = reinterpret_cast<scalar2_t*>(&rowA_elem4); auto Ah2ptr = reinterpret_cast<scalar2_t*>(&rowA_elem4);
...@@ -1597,4 +1597,4 @@ void wvSplitKQ(at::Tensor& in_a, at::Tensor& in_b, at::Tensor& out_c, ...@@ -1597,4 +1597,4 @@ void wvSplitKQ(at::Tensor& in_a, at::Tensor& in_b, at::Tensor& out_c,
} }
}); });
}); });
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment