x3d2
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Namelists
Program
scalar_product_cuda
Function
19 statements
Source File
backend.f90
m_cuda_backend
scalar_product_cuda
Contents
public function scalar_product_cuda(self, x, y) result(s)
Type Bound
cuda_backend_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
cuda_backend_t
)
::
self
class(
field_t
),
intent(in)
::
x
class(
field_t
),
intent(in)
::
y
Return Value
real(kind=dp)