Searched defs:Weight (Results 1 – 13 of 13) sorted by relevance
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-nontensor.h | 59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
|
| H A D | hip-ref-basis-tensor.h | 193 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 D | cuda-ref-basis-nontensor.h | 59 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
|
| H A D | cuda-shared-basis-nontensor.h | 184 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight, … in Weight() function
|
| H A D | cuda-ref-basis-tensor.h | 193 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1… in Weight() function
|
| H A D | cuda-shared-basis-tensor.h | 479 extern "C" __global__ void Weight(const CeedInt num_elem, const CeedScalar *__restrict__ q_weight_1… in Weight() function
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma.h | 54 CeedMagmaFunction Weight; member 68 CeedMagmaFunction Weight; member
|
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-shared-basis-tensor.h | 163 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 D | ceed-cuda-shared.h | 21 CUfunction Weight; member
|
| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared.h | 21 hipFunction_t Weight; member
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref.h | 69 CUfunction Weight; member 91 CUfunction Weight; member
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref.h | 74 hipFunction_t Weight; member 96 hipFunction_t Weight; member
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 114 Weight = bind_ceed::CeedEvalMode_CEED_EVAL_WEIGHT as isize, enumerator
|