Octopus
accel_oct_m::accel_write_buffer Interface Reference

Detailed Description

Definition at line 322 of file accel.F90.

Private Member Functions

subroutine iaccel_write_buffer_single (this, data, async)
 
subroutine laccel_write_buffer_single (this, data, async)
 
subroutine daccel_write_buffer_single (this, data, async)
 
subroutine zaccel_write_buffer_single (this, data, async)
 
subroutine iaccel_write_buffer_0 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_0 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_0 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_0 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_1 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_1 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_1 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_1 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_2 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_2 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_2 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_2 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_3 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_3 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_3 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_3 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_0_int32 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_0_int32 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_0_int32 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_0_int32 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_1_int32 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_1_int32 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_1_int32 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_1_int32 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_2_int32 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_2_int32 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_2_int32 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_2_int32 (this, size, data, offset, async)
 
subroutine iaccel_write_buffer_3_int32 (this, size, data, offset, async)
 
subroutine laccel_write_buffer_3_int32 (this, size, data, offset, async)
 
subroutine daccel_write_buffer_3_int32 (this, size, data, offset, async)
 
subroutine zaccel_write_buffer_3_int32 (this, size, data, offset, async)
 

Member Function/Subroutine Documentation

◆ iaccel_write_buffer_single()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_single ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  data,
logical, intent(in), optional  async 
)
private

Definition at line 3574 of file accel.F90.

◆ laccel_write_buffer_single()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_single ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  data,
logical, intent(in), optional  async 
)
private

Definition at line 4180 of file accel.F90.

◆ daccel_write_buffer_single()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_single ( type(accel_mem_t), intent(inout)  this,
real(real64), intent(in)  data,
logical, intent(in), optional  async 
)
private

Definition at line 2364 of file accel.F90.

◆ zaccel_write_buffer_single()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_single ( type(accel_mem_t), intent(inout)  this,
complex(real64), intent(in)  data,
logical, intent(in), optional  async 
)
private

Definition at line 2969 of file accel.F90.

◆ iaccel_write_buffer_0()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_0 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer, intent(in), target  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3587 of file accel.F90.

◆ laccel_write_buffer_0()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_0 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer(int64), intent(in), target  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4193 of file accel.F90.

◆ daccel_write_buffer_0()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_0 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
real(real64), intent(in), target  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2377 of file accel.F90.

◆ zaccel_write_buffer_0()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_0 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
complex(real64), intent(in), target  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2982 of file accel.F90.

◆ iaccel_write_buffer_1()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_1 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer, dimension(:), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3630 of file accel.F90.

◆ laccel_write_buffer_1()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_1 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer(int64), dimension(:), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4236 of file accel.F90.

◆ daccel_write_buffer_1()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_1 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
real(real64), dimension(:), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2420 of file accel.F90.

◆ zaccel_write_buffer_1()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_1 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
complex(real64), dimension(:), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3025 of file accel.F90.

◆ iaccel_write_buffer_2()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_2 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer, dimension(:, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3649 of file accel.F90.

◆ laccel_write_buffer_2()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_2 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer(int64), dimension(:, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4255 of file accel.F90.

◆ daccel_write_buffer_2()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_2 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
real(real64), dimension(:, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2439 of file accel.F90.

◆ zaccel_write_buffer_2()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_2 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
complex(real64), dimension(:, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3044 of file accel.F90.

◆ iaccel_write_buffer_3()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_3 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer, dimension(:, :, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3669 of file accel.F90.

◆ laccel_write_buffer_3()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_3 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
integer(int64), dimension(:, :, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4275 of file accel.F90.

◆ daccel_write_buffer_3()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_3 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
real(real64), dimension(:, :, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2459 of file accel.F90.

◆ zaccel_write_buffer_3()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_3 ( type(accel_mem_t), intent(inout)  this,
integer(int64), intent(in)  size,
complex(real64), dimension(:, :, :), intent(in), contiguous  data,
integer(int64), intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3064 of file accel.F90.

◆ iaccel_write_buffer_0_int32()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_0_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer, intent(in)  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3690 of file accel.F90.

◆ laccel_write_buffer_0_int32()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_0_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer(int64), intent(in)  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4296 of file accel.F90.

◆ daccel_write_buffer_0_int32()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_0_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
real(real64), intent(in)  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2480 of file accel.F90.

◆ zaccel_write_buffer_0_int32()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_0_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
complex(real64), intent(in)  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3085 of file accel.F90.

◆ iaccel_write_buffer_1_int32()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_1_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer, dimension(:), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3709 of file accel.F90.

◆ laccel_write_buffer_1_int32()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_1_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer(int64), dimension(:), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4315 of file accel.F90.

◆ daccel_write_buffer_1_int32()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_1_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
real(real64), dimension(:), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2499 of file accel.F90.

◆ zaccel_write_buffer_1_int32()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_1_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
complex(real64), dimension(:), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3104 of file accel.F90.

◆ iaccel_write_buffer_2_int32()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_2_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer, dimension(:, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3728 of file accel.F90.

◆ laccel_write_buffer_2_int32()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_2_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer(int64), dimension(:, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4334 of file accel.F90.

◆ daccel_write_buffer_2_int32()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_2_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
real(real64), dimension(:, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2518 of file accel.F90.

◆ zaccel_write_buffer_2_int32()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_2_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
complex(real64), dimension(:, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3123 of file accel.F90.

◆ iaccel_write_buffer_3_int32()

subroutine accel_oct_m::accel_write_buffer::iaccel_write_buffer_3_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer, dimension(:, :, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3747 of file accel.F90.

◆ laccel_write_buffer_3_int32()

subroutine accel_oct_m::accel_write_buffer::laccel_write_buffer_3_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
integer(int64), dimension(:, :, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 4353 of file accel.F90.

◆ daccel_write_buffer_3_int32()

subroutine accel_oct_m::accel_write_buffer::daccel_write_buffer_3_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
real(real64), dimension(:, :, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 2537 of file accel.F90.

◆ zaccel_write_buffer_3_int32()

subroutine accel_oct_m::accel_write_buffer::zaccel_write_buffer_3_int32 ( type(accel_mem_t), intent(inout)  this,
integer, intent(in)  size,
complex(real64), dimension(:, :, :), intent(in), contiguous  data,
integer, intent(in), optional  offset,
logical, intent(in), optional  async 
)
private

Definition at line 3142 of file accel.F90.


The documentation for this interface was generated from the following file: