Octopus
accel_oct_m::accel_write_buffer Interface Reference

Detailed Description

Definition at line 333 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 3765 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 4417 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 2463 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 3114 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 3778 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 4430 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 2476 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 3127 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 3821 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 4473 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 2519 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 3170 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 3840 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 4492 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 2538 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 3189 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 3860 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 4512 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 2558 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 3209 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 3881 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 4533 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 2579 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 3230 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 3900 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 4552 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 2598 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 3249 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 3919 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 4571 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 2617 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 3268 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 3938 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 4590 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 2636 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 3287 of file accel.F90.


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