35 #include <hip/hip_runtime.h>
46 const dim3 nthrds(1024, 1, 1);
47 const dim3 nblcks(((*n) + 1024 - 1) / 1024, 1, 1);
49 hipLaunchKernelGGL(HIP_KERNEL_NAME( scalar_residual_update_kernel<real> ),
void scalar_residual_update_hip(void *s_res, void *f_s, int *n)