Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DVTuneSupportPlugin.cpp27 VTuneMethodBatch Batch; in getMethodBatch() local
89 auto Batch in modifyPassConfig() local
[all...]
H A DPerfSupportPlugin.cpp230 PerfJITRecordBatch Batch; getRecords() local
274 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, modifyPassConfig() local
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py6 Batch = S.Batch variable
491 C=TensorDef(U, Batch, S.M, S.N, output=True), argument
512 batch_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument
530 batch_matmul_transpose_a( A=TensorDef(T1, Batch, S.K, S.M), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument
549 batch_matmul_transpose_b( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.N, S.K), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument
568 quantized_batch_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), AZp=ScalarDef(I32), BZp=ScalarDef(I32), C=TensorDef(U, Batch, S.M, S.N, output=True), ) global() argument
589 batch_reduce_matmul( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, S.M, S.N, output=True), ) global() argument
636 batch_matvec( A=TensorDef(T1, Batch, S.M, S.K), B=TensorDef(T2, Batch, S.K), C=TensorDef(U, Batch, S.M, output=True), ) global() argument
654 batch_vecmat( A=TensorDef(T1, Batch, S.K), B=TensorDef(T2, Batch, S.K, S.N), C=TensorDef(U, Batch, S.N, output=True), ) global() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h26 void *Batch[MaxCount]; member
135 for (const QuarantineBatch &Batch : List) { in getStats() local
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp175 scudo::uptr Batch[MaxCount]; member
180 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
416 typedef FreeBatch<SizeClassMap> Batch; in testReleasePartialRegion() typedef
H A Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp184 registerJITLoaderPerfImpl(const PerfJITRecordBatch & Batch) registerJITLoaderPerfImpl() argument
435 badOSBatch(PerfJITRecordBatch & Batch) badOSBatch() argument
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DEnums.h157 Batch = 0x00020000, enumerator
/llvm-project/clang-tools-extra/clangd/
H A DSelection.cpp327 auto Batch = ExpandedTokens.take_while([&](const syntax::Token &T) { in test() local