Home
last modified time | relevance | path

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

/libCEED/backends/sycl-ref/kernels/
H A Dsycl-ref-vector.cpp84 __global__ static void axpyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restr… in axpyValueK() function
99 axpyValueK<<<grid_size, block_size>>>(y_array, alpha, x_array, length); in CeedDeviceAXPY_Sycl()
/libCEED/backends/cuda-ref/kernels/
H A Dcuda-ref-vector.cu130 __global__ static void axpyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restr… in axpyValueK() function
145 axpyValueK<<<grid_size, block_size>>>(y_array, alpha, x_array, length); in CeedDeviceAXPY_Cuda()
/libCEED/backends/hip-ref/kernels/
H A Dhip-ref-vector.hip.cpp130 __global__ static void axpyValueK(CeedScalar *__restrict__ y, CeedScalar alpha, CeedScalar *__restr… in axpyValueK() function
145 …hipLaunchKernelGGL(axpyValueK, dim3(grid_size), dim3(block_size), 0, 0, y_array, alpha, x_array, l… in CeedDeviceAXPY_Hip()