Octopus
accel_oct_m::accel_write_buffer Interface Reference

Detailed Description

Definition at line 325 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 3568 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 4174 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 2358 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 2963 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 3581 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 4187 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 2371 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 2976 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 3624 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 4230 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 2414 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 3019 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 3643 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 4249 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 2433 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 3038 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 3663 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 4269 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 2453 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 3058 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 3684 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 4290 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 2474 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 3079 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 3703 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 4309 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 2493 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 3098 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 3722 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 4328 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 2512 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 3117 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 3741 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 4347 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 2531 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 3136 of file accel.F90.


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