Skip to content

Commit 9d6f641

Browse files
committed
Some cleanup
1 parent c85239c commit 9d6f641

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/module/cudadevice.f90

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,29 +524,29 @@ attributes(device) real(8) function sinpi(x) bind(c,name='__nv_sinpi')
524524

525525
interface __double2float_rd
526526
attributes(device) real function __double2float_rd(r) bind(c)
527-
!dir$ ignore_tkr (d) r
527+
!dir$ ignore_tkr (d) r
528528
double precision, value :: r
529529
end function
530530
end interface
531531

532532
interface __double2loint
533533
attributes(device) integer function __double2loint(r) bind(c)
534-
!dir$ ignore_tkr (d) r
534+
!dir$ ignore_tkr (d) r
535535
double precision, value :: r
536536
end function
537537
end interface
538538

539539
interface __double2hiint
540540
attributes(device) integer function __double2hiint(r) bind(c)
541-
!dir$ ignore_tkr (d) r
541+
!dir$ ignore_tkr (d) r
542542
double precision, value :: r
543543
end function
544544
end interface
545545

546546
interface __hiloint2double
547547
attributes(device) double precision function __hiloint2double(i, j) bind(c)
548-
integer, value :: i, j
549548
!dir$ ignore_tkr (d) i, (d) j
549+
integer, value :: i, j
550550
end function
551551
end interface
552552

@@ -671,8 +671,8 @@ attributes(device) real(8) function sinpi(x) bind(c,name='__nv_sinpi')
671671

672672
interface __ull2double_rd
673673
attributes(device) double precision function __ull2double_rd(i) bind(c)
674-
integer(8), value :: i
675674
!dir$ ignore_tkr (d) i
675+
integer(8), value :: i
676676
end function
677677
end interface
678678

0 commit comments

Comments
 (0)