35 #include <hip/hip_runtime.h>
45 const dim3 nthrds(1024, 1, 1);
46 const dim3 nblcks((*nel), 1, 1);
47 hipLaunchKernelGGL(HIP_KERNEL_NAME(pick_facet_value_hex_kernel<real>),
54 void * penalty_facet_d,
57 const dim3 nthrds(1024, 1, 1);
58 const dim3 nblcks((*nel), 1, 1);
59 hipLaunchKernelGGL(HIP_KERNEL_NAME(gradient_jump_penalty_finalize_kernel<real>),
62 (
real *) penalty_facet_d,
void hip_gradient_jump_penalty_finalize(void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel)
void hip_pick_facet_value_hex(void *b, void *a, int *nx, int *nel)