Home
last modified time | relevance | path

Searched refs:cacheLine (Results 1 – 25 of 92) sorted by relevance

1234

/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DConvolutionDepthwise3x3.cpp159 float *cacheLine[3] = {(float*)cacheLine0, (float*)cacheLine1, (float*)cacheLine2}; in onExecute() local
176 …core->MNNMultiAndDestTransformCommon23(cacheLine, (float*)kernelPtr, (float*)outputY, cacheLineSiz… in onExecute()
183 …ansformCommonF23((float*)(inputZ + core->bytes * core->pack * iy * iw), cacheLine[2], owUnit, iw, … in onExecute()
186 …core->MNNConvDwF23MulTransUnit(cacheLine, (float*)kernelZ, (float*)outputY, ow, biasPtr, mPostPara… in onExecute()
188 auto temp = cacheLine[0]; in onExecute()
189 cacheLine[0] = cacheLine[1]; in onExecute()
190 cacheLine[1] = cacheLine[2]; in onExecute()
191 cacheLine[2] = temp; in onExecute()
202 …core->MNNMultiAndDestTransformCommon23(cacheLine, (float*)kernelZ, (float*)outputY, cacheLineSize,… in onExecute()
203 cacheLine[0] = cacheLine[1]; in onExecute()
[all …]
H A DCommonOptFunction.cpp2402 m0 = m0 + w10 * Vec4::load(cacheLine[1] + offset + 4 * 0); in MNNConvDwF23MulTransUnit()
2403 m1 = m1 + w11 * Vec4::load(cacheLine[1] + offset + 4 * 1); in MNNConvDwF23MulTransUnit()
2404 m2 = m2 + w12 * Vec4::load(cacheLine[1] + offset + 4 * 2); in MNNConvDwF23MulTransUnit()
2405 m3 = m3 + w13 * Vec4::load(cacheLine[1] + offset + 4 * 3); in MNNConvDwF23MulTransUnit()
2407 m0 = m0 + w20 * Vec4::load(cacheLine[2] + offset + 4 * 0); in MNNConvDwF23MulTransUnit()
2408 m1 = m1 + w21 * Vec4::load(cacheLine[2] + offset + 4 * 1); in MNNConvDwF23MulTransUnit()
2409 m2 = m2 + w22 * Vec4::load(cacheLine[2] + offset + 4 * 2); in MNNConvDwF23MulTransUnit()
2410 m3 = m3 + w23 * Vec4::load(cacheLine[2] + offset + 4 * 3); in MNNConvDwF23MulTransUnit()
2427 m0 = m0 + w10 * Vec4::load(cacheLine[1] + offset + 4 * 0); in MNNConvDwF23MulTransUnit()
2428 m1 = m1 + w11 * Vec4::load(cacheLine[1] + offset + 4 * 1); in MNNConvDwF23MulTransUnit()
[all …]
H A DCommonOptFunction.h132 void MNNConvDwF23MulTransUnit(float **cacheLine, const float *weigth, float *dest, size_t ow, const…
133 void MNNMultiAndDestTransformCommon23(float **cacheLine, const float *weigth, float *dest, int cach…
185 …void(*MNNMultiAndDestTransformCommon23)(float **cacheLine, const float *weigth, float *dest, int c…
187 …void(*MNNConvDwF23MulTransUnit)(float **cacheLine, const float *weigth, float *dest, size_t ow, co…
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/x86_x64/avx/
H A DCommonOptFunction.cpp694 m0 = m0 + w10 * Vec8::load(cacheLine[1] + offset + 8 * 0); in _AVX_MNNConvDwF23MulTransUnit()
695 m1 = m1 + w11 * Vec8::load(cacheLine[1] + offset + 8 * 1); in _AVX_MNNConvDwF23MulTransUnit()
696 m2 = m2 + w12 * Vec8::load(cacheLine[1] + offset + 8 * 2); in _AVX_MNNConvDwF23MulTransUnit()
697 m3 = m3 + w13 * Vec8::load(cacheLine[1] + offset + 8 * 3); in _AVX_MNNConvDwF23MulTransUnit()
699 m0 = m0 + w20 * Vec8::load(cacheLine[2] + offset + 8 * 0); in _AVX_MNNConvDwF23MulTransUnit()
700 m1 = m1 + w21 * Vec8::load(cacheLine[2] + offset + 8 * 1); in _AVX_MNNConvDwF23MulTransUnit()
701 m2 = m2 + w22 * Vec8::load(cacheLine[2] + offset + 8 * 2); in _AVX_MNNConvDwF23MulTransUnit()
702 m3 = m3 + w23 * Vec8::load(cacheLine[2] + offset + 8 * 3); in _AVX_MNNConvDwF23MulTransUnit()
719 m0 = m0 + w10 * Vec8::load(cacheLine[1] + offset + 8 * 0); in _AVX_MNNConvDwF23MulTransUnit()
720 m1 = m1 + w11 * Vec8::load(cacheLine[1] + offset + 8 * 1); in _AVX_MNNConvDwF23MulTransUnit()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/bf16/
H A DBF16Functions.cpp404 m0 = m0 + w10 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 0); in _MNNConvDwF23MulTransUnit()
405 m1 = m1 + w11 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 1); in _MNNConvDwF23MulTransUnit()
406 m2 = m2 + w12 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 2); in _MNNConvDwF23MulTransUnit()
407 m3 = m3 + w13 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 3); in _MNNConvDwF23MulTransUnit()
409 m0 = m0 + w20 * BFVec4::load((int16_t*)cacheLine[2] + offset + 4 * 0); in _MNNConvDwF23MulTransUnit()
410 m1 = m1 + w21 * BFVec4::load((int16_t*)cacheLine[2] + offset + 4 * 1); in _MNNConvDwF23MulTransUnit()
411 m2 = m2 + w22 * BFVec4::load((int16_t*)cacheLine[2] + offset + 4 * 2); in _MNNConvDwF23MulTransUnit()
412 m3 = m3 + w23 * BFVec4::load((int16_t*)cacheLine[2] + offset + 4 * 3); in _MNNConvDwF23MulTransUnit()
429 m0 = m0 + w10 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 0); in _MNNConvDwF23MulTransUnit()
430 m1 = m1 + w11 * BFVec4::load((int16_t*)cacheLine[1] + offset + 4 * 1); in _MNNConvDwF23MulTransUnit()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/frm/
H A DfrmEditGrid.h39 class cacheLine
42 cacheLine() in cacheLine() function
48 ~cacheLine() in ~cacheLine()
63 cacheLine *operator[] (int line)
67 cacheLine *Get(int lineNo);
72 cacheLine **ptr;
211 cacheLine *GetLine(int row);
212 wxString MakeKey(cacheLine *line);
216 cacheLine savedLine;
/dports/misc/mnn/MNN-1.2.0/source/backend/arm82/
H A DArm82Functions.cpp30 void MNNConvDwF23MulTransUnitFP16(FLOAT16 **cacheLine, const FLOAT16 *weight, FLOAT16 *dest, size_t…
161 Vec m0 = Vec::load(weight + i * 4 * pack) * Vec::load(cacheLine[i] + offset); in ARM82MultiAndDestTransformCommon()
162 … Vec m1 = Vec::load(weight + (i * 4 + 1) * pack) * Vec::load(cacheLine[i] + offset + pack * 1); in ARM82MultiAndDestTransformCommon()
163 … Vec m2 = Vec::load(weight + (i * 4 + 2) * pack) * Vec::load(cacheLine[i] + offset + pack * 2); in ARM82MultiAndDestTransformCommon()
164 … Vec m3 = Vec::load(weight + (i * 4 + 3) * pack) * Vec::load(cacheLine[i] + offset + pack * 3); in ARM82MultiAndDestTransformCommon()
166 m0 = m0 + Vec::load(weight + i * 4 * pack) * Vec::load(cacheLine[i] + offset); in ARM82MultiAndDestTransformCommon()
182 Vec m0 = Vec::load(weight + i * 4 * pack) * Vec::load(cacheLine[i] + offset); in ARM82MultiAndDestTransformCommon()
183 Vec m1 = Vec::load(weight + (i * 4 + 1) * pack) * Vec::load(cacheLine[i] + offset + pack); in ARM82MultiAndDestTransformCommon()
184 … Vec m2 = Vec::load(weight + (i * 4 + 2) * pack) * Vec::load(cacheLine[i] + offset + pack * 2); in ARM82MultiAndDestTransformCommon()
186 m0 = m0 + Vec::load(weight + i * 4 * pack) * Vec::load(cacheLine[i] + offset); in ARM82MultiAndDestTransformCommon()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/goji/param/
H A Dstruct.go16 type structCache map[string]cacheLine
17 type cacheLine struct { struct
45 sc[name] = cacheLine{i, extractHandler(t, sf)}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DVertexRoutine.cpp74 Pointer<Byte> cacheLine = vertexCache + cacheIndex * UInt((int)sizeof(Vertex)); in generate()
75 writeVertex(vertex, cacheLine); in generate()
644 void VertexRoutine::writeCache(Pointer<Byte> &cacheLine) in writeCache() argument
683 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 0) = v.x.x; in writeCache()
684 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 1) = v.x.y; in writeCache()
685 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 2) = v.x.z; in writeCache()
686 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 3) = v.x.w; in writeCache()
735 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 0, 16) = v.x; in writeCache()
736 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 1, 16) = v.y; in writeCache()
737 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 2, 16) = v.z; in writeCache()
[all …]
H A DVertexRoutine.hpp65 void writeCache(Pointer<Byte> &cacheLine);
66 void writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheLine);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DVertexRoutine.cpp74 Pointer<Byte> cacheLine = vertexCache + cacheIndex * UInt((int)sizeof(Vertex)); in generate()
75 writeVertex(vertex, cacheLine); in generate()
644 void VertexRoutine::writeCache(Pointer<Byte> &cacheLine) in writeCache() argument
683 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 0) = v.x.x; in writeCache()
684 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 1) = v.x.y; in writeCache()
685 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 2) = v.x.z; in writeCache()
686 *Pointer<Float>(cacheLine + OFFSET(Vertex,v[i]) + sizeof(Vertex) * 3) = v.x.w; in writeCache()
735 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 0, 16) = v.x; in writeCache()
736 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 1, 16) = v.y; in writeCache()
737 *Pointer<Float4>(cacheLine + OFFSET(Vertex,X) + sizeof(Vertex) * 2, 16) = v.z; in writeCache()
[all …]
H A DVertexRoutine.hpp65 void writeCache(Pointer<Byte> &cacheLine);
66 void writeVertex(const Pointer<Byte> &vertex, Pointer<Byte> &cacheLine);
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/frm/
H A DfrmEditGrid.cpp2628 cacheLine *line; in GetLine()
2690 cacheLine *line = GetLine(row); in UndoLine()
2839 cacheLine *line = GetLine(row); in SetValue()
2882 cacheLine *line; in GetValue()
2966 cacheLine *line = GetLine(pos); in DeleteRows()
3144 cacheLine *line = GetLine(row); in GetAttr()
3209 ptr = new cacheLine*[initialLines]; in cacheLinePool()
3253 cacheLine *c; in Delete()
3269 cacheLine **old = ptr; in Get()
3272 ptr = new cacheLine*[anzLines]; in Get()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid_detect_intel.go25 c.cacheline = cacheLine()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/cpuid/cpuid-1.3.1/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/cpuid/cpuid-1.3.1/private/
H A Dcpuid_detect_intel.go25 c.cacheline = cacheLine()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid_detect_intel.go25 c.cacheline = cacheLine()
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/klauspost/cpuid/
H A Ddetect_intel.go23 c.CacheLine = cacheLine()
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/github.com/klauspost/cpuid/private/
H A Dcpuid_detect_intel.go25 c.cacheline = cacheLine()
/dports/net/nncp/nncp-8.0.2/src/vendor/github.com/klauspost/cpuid/v2/
H A Ddetect_x86.go25 c.CacheLine = cacheLine()

1234