Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 14 of 14) sorted by relevance

/libCEED/backends/hip/
H A Dceed-hip-compile.cpp229 static int CeedRunKernelDimSharedCore_Hip(Ceed ceed, hipFunction_t kernel, hipStream_t stream, cons… in CeedRunKernelDimSharedCore_Hip()
253 int CeedRunKernelDimShared_Hip(Ceed ceed, hipFunction_t kernel, hipStream_t stream, const int grid_… in CeedRunKernelDimShared_Hip()
262 int CeedTryRunKernelDimShared_Hip(Ceed ceed, hipFunction_t kernel, hipStream_t stream, const int gr… in CeedTryRunKernelDimShared_Hip()
/libCEED/interface/
H A Dceed-object.c108 int CeedObjectView(CeedObject obj, FILE *stream) { in CeedObjectView()
H A Dceed-vector.c52 static int CeedVectorView_Object(CeedObject vec, FILE *stream) { in CeedVectorView_Object()
1080 …ge(CeedVector vec, CeedSize start, CeedSize stop, CeedInt step, const char *fp_fmt, FILE *stream) { in CeedVectorViewRange()
1124 int CeedVectorView(CeedVector vec, const char *fp_fmt, FILE *stream) { in CeedVectorView()
H A Dceed-qfunction.c127 …ieldView(CeedQFunctionField field, CeedInt field_number, bool in, const char *tabs, FILE *stream) { in CeedQFunctionFieldView()
155 static int CeedQFunctionView_Object(CeedObject qf, FILE *stream) { in CeedQFunctionView_Object()
1082 int CeedQFunctionView(CeedQFunction qf, FILE *stream) { in CeedQFunctionView()
H A Dceed-operator.c99 FILE *stream) { in CeedOperatorFieldView()
138 int CeedOperatorSingleView(CeedOperator op, const char *tabs, FILE *stream) { in CeedOperatorSingleView()
187 static int CeedOperatorView_Object(CeedObject op, FILE *stream) { in CeedOperatorView_Object()
1657 static int CeedOperatorView_Core(CeedOperator op, FILE *stream, bool is_full) { in CeedOperatorView_Core()
1736 int CeedOperatorView(CeedOperator op, FILE *stream) { in CeedOperatorView()
1751 int CeedOperatorViewTerse(CeedOperator op, FILE *stream) { in CeedOperatorViewTerse()
H A Dceed-qfunctioncontext.c140 static int CeedQFunctionContextView_Object(CeedObject ctx, FILE *stream) { in CeedQFunctionContextView_Object()
951 int CeedQFunctionContextView(CeedQFunctionContext ctx, FILE *stream) { in CeedQFunctionContextView()
H A Dceed.c191 static int CeedView_Object(CeedObject ceed, FILE *stream) { in CeedView_Object()
1618 int CeedView(Ceed ceed, FILE *stream) { in CeedView()
H A Dceed-elemrestriction.c111 static int CeedElemRestrictionView_Object(CeedObject rstr, FILE *stream) { in CeedElemRestrictionView_Object()
1781 int CeedElemRestrictionView(CeedElemRestriction rstr, FILE *stream) { in CeedElemRestrictionView()
H A Dceed-basis.c163 …e, const char *fp_fmt, CeedInt m, CeedInt n, const CeedScalar *a, const char *tabs, FILE *stream) { in CeedScalarView()
190 static int CeedBasisView_Object(CeedObject basis, FILE *stream) { in CeedBasisView_Object()
1961 int CeedBasisView(CeedBasis basis, FILE *stream) { in CeedBasisView()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp471 static int CeedRunKernelDimSharedCore_Cuda(Ceed ceed, CUfunction kernel, CUstream stream, const int… in CeedRunKernelDimSharedCore_Cuda()
502 int CeedRunKernelDimShared_Cuda(Ceed ceed, CUfunction kernel, CUstream stream, const int grid_size,… in CeedRunKernelDimShared_Cuda()
511 int CeedTryRunKernelDimShared_Cuda(Ceed ceed, CUfunction kernel, CUstream stream, const int grid_si… in CeedTryRunKernelDimShared_Cuda()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-vector.c314 hipStream_t stream; in CeedVectorCopyStrided_Hip() local
562 hipStream_t stream; in CeedVectorNorm_Hip() local
798 hipStream_t stream; in CeedVectorScale_Hip() local
848 hipStream_t stream; in CeedVectorAXPY_Hip() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator.c105 static int CeedOperatorApplyAddCore_Cuda_gen(CeedOperator op, CUstream stream, const CeedScalar *in… in CeedOperatorApplyAddCore_Cuda_gen()
303 cudaStream_t stream = NULL; in CeedOperatorApplyAddComposite_Cuda_gen() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl152 function CeedView(ceed, stream) argument
259 function CeedVectorViewRange(vec, start, stop, step, fp_fmt, stream) argument
263 function CeedVectorView(vec, fp_fmt, stream) argument
395 function CeedElemRestrictionView(rstr, stream) argument
431 function CeedBasisView(basis, stream) argument
562 function CeedQFunctionView(qf, stream) argument
645 function CeedQFunctionContextView(ctx, stream) argument
765 function CeedOperatorView(op, stream) argument
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator.c52 static int CeedOperatorApplyAddCore_Hip_gen(CeedOperator op, hipStream_t stream, const CeedScalar *… in CeedOperatorApplyAddCore_Hip_gen()