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
OpenDAS
TransformerEngine
Commits
aa62d24c
Commit
aa62d24c
authored
Oct 15, 2025
by
yuguo
Browse files
[DCU] fix compile issues
parent
8d5cd8c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
transformer_engine/common/CMakeLists.txt
transformer_engine/common/CMakeLists.txt
+1
-0
transformer_engine/common/gemm/cublaslt_gemm.cu
transformer_engine/common/gemm/cublaslt_gemm.cu
+2
-0
No files found.
transformer_engine/common/CMakeLists.txt
View file @
aa62d24c
...
@@ -206,6 +206,7 @@ else()
...
@@ -206,6 +206,7 @@ else()
dropout/dropout.cu
dropout/dropout.cu
activation/relu.cu
activation/relu.cu
activation/swiglu.cu
activation/swiglu.cu
gemm/cublaslt_gemm.cu
gemm/hipblas_gemm.cu
gemm/hipblas_gemm.cu
normalization/common.cpp
normalization/common.cpp
normalization/layernorm/ln_api.cpp
normalization/layernorm/ln_api.cpp
...
...
transformer_engine/common/gemm/cublaslt_gemm.cu
View file @
aa62d24c
...
@@ -25,7 +25,9 @@
...
@@ -25,7 +25,9 @@
#include "../util/logging.h"
#include "../util/logging.h"
#include "../util/multi_stream.h"
#include "../util/multi_stream.h"
#include "common/util/cuda_runtime.h"
#include "common/util/cuda_runtime.h"
#ifndef __HIP_PLATFORM_AMD__
#include "cutlass_grouped_gemm.cuh"
#include "cutlass_grouped_gemm.cuh"
#endif
#ifndef __HIP_PLATFORM_AMD__
#ifndef __HIP_PLATFORM_AMD__
namespace
{
namespace
{
...
...
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