File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ module cufft
40
40
41
41
! CUFFT Transform Types
42
42
enum, bind(C)
43
- enumerator :: CUFFT_R2C = z' 2a' ! Real to Complex (interleaved)
44
- enumerator :: CUFFT_C2R = z' 2c' ! Complex (interleaved) to Real
45
- enumerator :: CUFFT_C2C = z' 29' ! Complex to Complex, interleaved
46
- enumerator :: CUFFT_D2Z = z' 6a' ! Double to Double-Complex
47
- enumerator :: CUFFT_Z2D = z' 6c' ! Double-Complex to Double
48
- enumerator :: CUFFT_Z2Z = z' 69' ! Double-Complex to Double-Complex
43
+ enumerator :: CUFFT_R2C = int ( z' 2a' ) ! Real to Complex (interleaved)
44
+ enumerator :: CUFFT_C2R = int ( z' 2c' ) ! Complex (interleaved) to Real
45
+ enumerator :: CUFFT_C2C = int ( z' 29' ) ! Complex to Complex, interleaved
46
+ enumerator :: CUFFT_D2Z = int ( z' 6a' ) ! Double to Double-Complex
47
+ enumerator :: CUFFT_Z2D = int ( z' 6c' ) ! Double-Complex to Double
48
+ enumerator :: CUFFT_Z2Z = int ( z' 69' ) ! Double-Complex to Double-Complex
49
49
end enum
50
50
51
51
! CUFFT Data Layouts
You can’t perform that action at this time.
0 commit comments