Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c8e5be35
Unverified
Commit
c8e5be35
authored
Apr 25, 2025
by
Lu Fang
Committed by
GitHub
Apr 25, 2025
Browse files
[MISC][AMD] Add unused annotation to rocm kernel file (#17097)
Signed-off-by:
Lu Fang
<
lufang@fb.com
>
parent
a6e72e1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
csrc/rocm/skinny_gemms.cu
csrc/rocm/skinny_gemms.cu
+2
-2
No files found.
csrc/rocm/skinny_gemms.cu
View file @
c8e5be35
...
...
@@ -150,7 +150,7 @@ __global__ void LLGemm1_kernel(const scalar_t* in_a, const scalar_t* in_b,
colB_elem4w
=
bf4
[
threadid
*
4
+
3
];
scalar2_t
Af2
;
scalar2_t
Bf2
;
[[
maybe_unused
]]
scalar2_t
Bf2
;
float2
S
;
auto
Ah2ptr
=
reinterpret_cast
<
scalar2_t
*>
(
&
rowA_elem4
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment