Home
last modified time | relevance | path

Searched refs:potential_opencl (Results 1 – 3 of 3) sorted by relevance

/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dhamiltonian_elec_base.F90118 type(accel_mem_t) :: potential_opencl component
198 call accel_release_buffer(this%potential_opencl)
252 …call accel_create_buffer(this%potential_opencl, ACCEL_MEM_READ_ONLY, TYPE_FLOAT, accel_padded_size…
324 … call accel_write_buffer(this%potential_opencl, mesh%np, this%potential(:, ispin), offset = offset)
H A Dhamiltonian_elec_base_inc.F9032 psib, vpsib, potential_opencl = this%potential_opencl)
55 type(accel_mem_t), optional, intent(in) :: potential_opencl
84 call accel_set_kernel_arg(kernel_vpsi, 2, potential_opencl)
99 call accel_set_kernel_arg(kernel_vpsi_spinors, 1, potential_opencl)
H A Dhamiltonian_elec_inc.F90296 psib, vpsib, potential_opencl = vpsl_buff)