SWDEV-400136 - change make_complex function name to make_hipComplex
Change-Id: Ia276610286df80ec35fe11f303eb9919eeda87dd
This commit is contained in:
zatwierdzone przez
Jatin Jaikishan Chaudhary
rodzic
8d193c32bb
commit
f7f70a0880
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user