|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
#include <stdio.h>#include <hip/hip_runtime.h>#include "gmres_kernel.h"#include <device/device_config.h>#include <device/hip/check.h>#include <device/hip/buffer.h>#include <math/bcknd/device/device_mpi_reduce.h>#include <math/bcknd/device/device_mpi_op.h>Go to the source code of this file.
Functions | |
| real | hip_gmres_part2 (void *w, void *v, void *h, void *mult, int *j, int *n) |
Variables | |
| hip_buffer_t | gmres_redbuf = HIP_BUFFER_INIT |
| hip_buffer_t gmres_redbuf = HIP_BUFFER_INIT |
Reduction buffer, owned by the device layer and released on device teardown (hip_buffer_free_all in hip_finalize)
Definition at line 56 of file gmres_aux.hip.