47#include "compressible_ops_compute_max_wave_speed_kernel.cl.h"
50 real gamma,
void *p,
void *rho,
int n) {
58 "compute_max_wave_speed_kernel", &
err);
70 const int nb = (n + 256 - 1) / 256;
void opencl_compute_max_wave_speed(void *max_wave_speed, void *u, void *v, void *w, real gamma, void *p, void *rho, int n)
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ w
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ u
__global__ void T *__restrict__ T *__restrict__ const T *__restrict__ const T *__restrict__ v
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
void opencl_kernel_jit(const char *kernel, cl_program *program)
void * compressible_ops_compute_max_wave_speed_program