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
FlashMLA
Commits
b1ba831f
"openmmapi/src/PythonForceImpl.cpp" did not exist on "0b662b4991e37286331dd4b5755d53f2b79fd1dd"
Commit
b1ba831f
authored
Feb 06, 2026
by
zhanghj2
Browse files
优化combine
parent
91691124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/smxx/decode/combine/combine.cu
csrc/smxx/decode/combine/combine.cu
+1
-1
No files found.
csrc/smxx/decode/combine/combine.cu
View file @
b1ba831f
...
@@ -191,7 +191,7 @@ flash_fwd_mla_combine_kernel(const CombineParams params) {
...
@@ -191,7 +191,7 @@ flash_fwd_mla_combine_kernel(const CombineParams params) {
// return res;
// return res;
// };
// };
//
float4 data = result[i];
float4
data
=
result
[
i
];
// o_ptr[i * 4] = float32_to_bfloat16((data.x));
// o_ptr[i * 4] = float32_to_bfloat16((data.x));
// o_ptr[i * 4 + 1] = float32_to_bfloat16((data.y));
// o_ptr[i * 4 + 1] = float32_to_bfloat16((data.y));
// o_ptr[i * 4 + 2] = float32_to_bfloat16((data.z));
// o_ptr[i * 4 + 2] = float32_to_bfloat16((data.z));
...
...
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