Home
last modified time | relevance | path

Searched defs:Weight (Results 1 – 13 of 13) sorted by relevance

/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-nontensor.h59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
H A Dhip-ref-basis-tensor.h193 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1… in Weight() function
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-nontensor.h59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
H A Dcuda-shared-basis-nontensor.h184 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
H A Dcuda-ref-basis-tensor.h193 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1… in Weight() function
H A Dcuda-shared-basis-tensor.h479 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1… in Weight() function
/libCEED/backends/magma/
H A Dceed-magma.h54 CeedMagmaFunction Weight; member
68 CeedMagmaFunction Weight; member
/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-shared-basis-tensor.h163 kernel void Weight(const CeedInt num_elem, global const CeedScalar *restrict q_weight_1d, global Ce… in Weight() function
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared.h21 CUfunction Weight; member
/libCEED/backends/hip-shared/
H A Dceed-hip-shared.h21 hipFunction_t Weight; member
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.h69 CUfunction Weight; member
91 CUfunction Weight; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.h74 hipFunction_t Weight; member
96 hipFunction_t Weight; member
/libCEED/rust/libceed/src/
H A Dlib.rs114 Weight = bind_ceed::CeedEvalMode_CEED_EVAL_WEIGHT as isize, enumerator