Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 8 of 8) sorted by relevance

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-ref-qfunction.h15 inline void readQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar … in readQuads() argument
16 for (CeedInt i = 0; i < N; ++i) dest[i] = src[stride * i + offset]; in readQuads()
22 inline void writeQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar… in writeQuads() argument
23 for (CeedInt i = 0; i < N; ++i) dest[stride * i + offset] = src[i]; in writeQuads()
/libCEED/tests/output/
H A Dt210-elemrestriction.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
H A Dt210-elemrestriction-f.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
2 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
/libCEED/python/tests/output/
H A Dtest_210.out1 CeedElemRestriction from (4, 1) to 3 elements with 2 nodes each and component stride 1
/libCEED/julia/LibCEED.jl/src/
H A DGlobals.jl130 Indicate that the stride is determined by the backend.
H A DElemRestriction.jl352 Get the L-vector component stride.
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl303 "with 10 nodes each and component stride 19",
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md258 - Replace limited {code}`CeedInterlaceMode` with more flexible component stride {code}`compstride` …