Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/mlir/unittests/Dialect/Utils/
H A DStructuredOpsUtilsTest.cpp194 AffineExpr batch, m, n, k; in TEST() local
195 bindDims(&context, batch, m, n, k); in TEST()
196 auto mapA = AffineMapAttr::get(AffineMap::get(4, 0, {batch, m, k}, &context)); in TEST()
197 auto mapB = AffineMapAttr::get(AffineMap::get(4, 0, {batch, k, n}, &context)); in TEST()
198 auto mapC = AffineMapAttr::get(AffineMap::get(4, 0, {batch, m, n}, &context)); in TEST()
207 AffineExpr batch, m, n, k; in TEST() local
208 bindDims(&context, k, batch, m, n); // bind in different order in TEST()
220 AffineExpr batch, m, n, k; in TEST() local
221 bindDims(&context, batch, k, n, m); // bind in different order in TEST()
233 AffineExpr batch, m, n, k; in TEST() local
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h32 void *batch[kSize]; member
36 batch[0] = ptr; in init()
47 batch[count++] = ptr; in push_back()
60 batch[count + i] = from->batch[i]; in merge()
187 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); in DoRecycle()
189 PREFETCH(b->batch[i]); in DoRecycle()
192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
193 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
H A Dsanitizer_allocator_local_cache.h168 void *res = c->batch[--c->count]; in Allocate()
169 PREFETCH(c->batch[c->count - 1]); in Allocate()
183 c->batch[c->count++] = p; in Deallocate()
211 void *batch[2 * TransferBatch::kMaxNumCached]; member
248 b->CopyToArray(c->batch); in Refill()
259 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
267 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()
H A Dsanitizer_allocator_primary32.h78 void SetFromArray(void *batch[], uptr count) { in SetFromArray()
82 batch_[i] = batch[i]; in SetFromArray()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h122 IndexT batch; member
146 idx = MapBlock(idx)->batch; in Refill()
156 ptr->batch = head_idx; in Drain()
180 T *batch = (T *)MmapOrDie(kL2Size * sizeof(T), name_); in AllocSuperBlock() local
181 map_[fillpos] = batch; in AllocSuperBlock()
184 new (batch + i) T; in AllocSuperBlock()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_dense_alloc.h125 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), name_); in Refill() local
129 new(batch + i) T; in Refill()
130 *(IndexT *)(batch + i) = i + 1 + fillpos * kL2Size; in Refill()
132 *(IndexT*)(batch + kL2Size - 1) = 0; in Refill()
134 map_[fillpos] = batch; in Refill()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache() local
39 cb.Deallocate(batch); in DeallocateCache()
52 ASSERT_EQ(into.batch[0], kFakePtr); in TEST()
53 ASSERT_EQ(into.batch[1], kFakePtr); in TEST()
/llvm-project-15.0.7/lldb/tools/driver/
H A DOptions.td108 def batch: F<"batch">,
112 Alias<batch>,
113 HelpText<"Alias for --batch">,
126 …HelpText<"When in batch mode, tells the debugger to run this one-line lldb command if the target c…
135 …HelpText<"When in batch mode, tells the debugger to source this file of lldb commands if the targe…
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp185 int64_t batch = inputTy.getDimSize(0); in matchAndRewrite() local
319 batch, convHeight, convWidth, stride[0], stride[1], outputChannels}; in matchAndRewrite()
335 batch, convHeight * stride[0], convWidth * stride[1], outputChannels}; in matchAndRewrite()
/llvm-project-15.0.7/lldb/scripts/
H A Dmacos-setup-codesign.sh42 …ays 3650 -nodes -config "$TMPDIR/$CERT.tmpl" -extensions codesign_reqext -batch -out "$TMPDIR/$CER…
/llvm-project-15.0.7/lldb/docs/man/
H A Dlldb.rst56 .. option:: --batch
62 Alias for --batch
86 When in batch mode, tells the debugger to run this one-line lldb command if the target crashes.
110 When in batch mode, tells the debugger to source this file of lldb commands if the target crashes.
/llvm-project-15.0.7/lldb/test/Shell/Driver/
H A DTestHelp.test15 CHECK: --batch
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dllvm-support.gdb1 # RUN: gdb -q -batch -n -iex 'source %llvm_src_root/utils/gdb-scripts/prettyprinters.py' -x %s %llv…
H A Dmlir-support.gdb1 # RUN: gdb -q -batch -n \
/llvm-project-15.0.7/mlir/utils/spirv/
H A Dgen_spirv_dialect.py187 for batch in get_next_batch(dag):
188 sorted_nodes.extend(batch)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-no-realign-stack.ll56 ;; Next batch are similiar to the above, but require a reload of the
H A Datomic-unordered.ll168 ;; Next batch of tests are exercising cases where store widening would
582 ;; The next batch of tests are stressing load folding. Folding is legal
1469 ;; The next batch of tests check for read-modify-write patterns
2155 ;; The next batch test truncations, in combination w/operations which could
2327 ;; The next batch of tests ensure that we don't try to fold a load into a
/llvm-project-15.0.7/libc/benchmarks/
H A DREADME.md56 …om several important binaries at Google (servers, databases, realtime and batch jobs) and reflect …
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dpreserve-segment-contents.test387 # The next batch of segments are segments that only partially overlap other segments.
462 # The next batch of segments represent groups of three nested/overlapping segments,
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1380 Value batch = rewriter.create<linalg::IndexOp>(loc, 0); in matchAndRewrite() local
1512 loc, input, ValueRange{batch, iy, ix, channel}); in matchAndRewrite()
1548 loc, input, ValueRange{batch, y0, x0, channel}); in matchAndRewrite()
1550 loc, input, ValueRange{batch, y0, x1, channel}); in matchAndRewrite()
1552 loc, input, ValueRange{batch, y1, x0, channel}); in matchAndRewrite()
1554 loc, input, ValueRange{batch, y1, x1, channel}); in matchAndRewrite()
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst249 Enable batch builds
250 As a last resort, you can configure your builder to batch build requests.
H A DGettingStartedVS.rst233 not just select all of them in batch build (as some are meant as
/llvm-project-15.0.7/libcxx/docs/
H A DBuildingLibcxx.rst96 .. code-block:: batch
128 .. code-block:: batch
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgInterfaces.td80 row-major batch matmul operation.
104 - Loop over batch dimension,
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md658 // input: [batch, input_height, input_width, input_feature]
660 // output: [batch, output_height, output_width, output_feature]
664 affine.for %b = 0 to %batch {

12