SWDEV-400136 - change make_complex function name to make_hipComplex
Change-Id: Ia276610286df80ec35fe11f303eb9919eeda87dd
[ROCm/hipother commit: c0e2bd2278]
Этот коммит содержится в:
коммит произвёл
Jatin Jaikishan Chaudhary
родитель
2ca6859723
Коммит
8a84b97b1f
@@ -95,7 +95,7 @@ __device__ __host__ static inline double hipCabs(hipDoubleComplex z) { return cu
|
||||
|
||||
typedef cuFloatComplex hipComplex;
|
||||
|
||||
__device__ __host__ static inline hipComplex make_Complex(float x, float y) {
|
||||
__device__ __host__ static inline hipComplex make_hipComplex(float x, float y) {
|
||||
return make_cuComplex(x, y);
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user