|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
#include <stdio.h>#include "gmres_kernel.h"#include <device/device_config.h>#include <device/cuda/check.h>#include <device/cuda/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 | cuda_gmres_part2 (void *w, void *v, void *h, void *mult, int *j, int *n) |
Variables | |
| cuda_buffer_t | gmres_redbuf = CUDA_BUFFER_INIT_SYMM |
Definition at line 62 of file gmres_aux.cu.


| cuda_buffer_t gmres_redbuf = CUDA_BUFFER_INIT_SYMM |
Reduction buffer, owned by the device layer and released on device teardown (cuda_buffer_free_all in cuda_finalize)
Definition at line 60 of file gmres_aux.cu.