Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
3e5cad10
Unverified
Commit
3e5cad10
authored
Mar 05, 2026
by
thatPepe
Committed by
GitHub
Mar 05, 2026
Browse files
Merge pull request #1049 from InfiniTensor/issue/1048
issue/1048: 修复QY机器上的paged_attention_prefill和swiglu编译问题
parents
69a74ac5
832e607e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/infiniop/ops/paged_attention_prefill/nvidia/paged_attention_prefill_nvidia.cu
...ttention_prefill/nvidia/paged_attention_prefill_nvidia.cu
+2
-0
src/infiniop/ops/swiglu/operator.cc
src/infiniop/ops/swiglu/operator.cc
+1
-1
No files found.
src/infiniop/ops/paged_attention_prefill/nvidia/paged_attention_prefill_nvidia.cu
View file @
3e5cad10
#if defined(ENABLE_NVIDIA_API) || defined(ENABLE_ALI_API) || defined(ENABLE_ILUVATAR_API)
#include <cuda_runtime.h>
#include <cstdint>
...
...
@@ -1556,3 +1557,4 @@ infiniStatus_t Descriptor::calculate(
}
}
// namespace op::paged_attention_prefill::nvidia
#endif
src/infiniop/ops/swiglu/operator.cc
View file @
3e5cad10
...
...
@@ -72,7 +72,7 @@ __C infiniStatus_t infiniopCreateSwiGLUDescriptor(
CREATE_CUDA
(
INFINI_DEVICE_ALI
,
nvidia
);
#endif
#ifdef ENABLE_QY_API
CREATE
(
INFINI_DEVICE_QY
,
nvidia
);
CREATE
_CUDA
(
INFINI_DEVICE_QY
,
nvidia
);
#endif
#ifdef ENABLE_HYGON_API
CREATE_CUDA
(
INFINI_DEVICE_HYGON
,
nvidia
);
...
...
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