Searched defs:B (Results 26 – 29 of 29) sorted by relevance
12
| /libCEED/include/ceed/jit-source/sycl/ |
| H A D | sycl-gen-templates.h | 20 inline void loadMatrix(const CeedInt N, const CeedScalar *restrict d_B, CeedScalar *restrict B) { in loadMatrix()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-gen-templates.h | 16 …evice__ void LoadMatrix(SharedData_Cuda &data, const CeedScalar *__restrict__ d_B, CeedScalar *B) { in LoadMatrix()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-gen-templates.h | 16 …device__ void LoadMatrix(SharedData_Hip &data, const CeedScalar *__restrict__ d_B, CeedScalar *B) { in LoadMatrix()
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 1142 function CeedTensorContractApply(contract, A, B, C, J, t, t_mode, Add, u, v) argument 1146 function CeedTensorContractStridedApply(contract, A, B, C, D, J, t, t_mode, add, u, v) argument
|
12