Commit aa62d24c authored by yuguo's avatar yuguo
Browse files

[DCU] fix compile issues

parent 8d5cd8c6
......@@ -206,6 +206,7 @@ else()
dropout/dropout.cu
activation/relu.cu
activation/swiglu.cu
gemm/cublaslt_gemm.cu
gemm/hipblas_gemm.cu
normalization/common.cpp
normalization/layernorm/ln_api.cpp
......
......@@ -25,7 +25,9 @@
#include "../util/logging.h"
#include "../util/multi_stream.h"
#include "common/util/cuda_runtime.h"
#ifndef __HIP_PLATFORM_AMD__
#include "cutlass_grouped_gemm.cuh"
#endif
#ifndef __HIP_PLATFORM_AMD__
namespace {
......
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