Searched defs:ksl (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | parallel_loop_emitter.cc | 172 KernelSupportLibrary ksl(b_, llvm_ir::UnrollMode::kDefaultUnroll); in EmitLoop() local
|
D | ir_emitter_unnested.cc | 3971 int64 vector_size, const string& loop_name, KernelSupportLibrary* ksl, in UnrollInnerTileLoop() 4003 KernelSupportLibrary* ksl, const ThreadIdInfo& thread_id_info, in EmitTile() 4476 KernelSupportLibrary ksl(&b_); in EmitEpilogueForReduction() local 4587 KernelSupportLibrary ksl(&b_, llvm_ir::UnrollMode::kDefaultUnroll); in EmitPrintfWithThreadId() local 4710 KernelSupportLibrary ksl(&b_, llvm_ir::UnrollMode::kDefaultUnroll); in EmitTilingKernel() local 4900 llvm::Value* tile_width, KernelSupportLibrary* ksl) { in EmitHlo021Tile() 5449 llvm::Value* tile_width, KernelSupportLibrary* ksl) { in EmitIRForReduction() 5647 KernelSupportLibrary ksl(&b_, llvm_ir::UnrollMode::kDefaultUnroll); in EmitReductionFromOrToContiguousDimensions() local 5754 KernelSupportLibrary ksl(&b_, llvm_ir::UnrollMode::kDefaultUnroll); in EmitElementForInputFusibleSlices() local
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | sort_util.cc | 113 KernelSupportLibrary ksl(b); in EmitCompareLoopBody() local 152 KernelSupportLibrary ksl(b); in EmitTiledCompareLoop() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-string.cpp | 178 constexpr long ksl[] = {0, -1}; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | dot_op_emitter.cc | 1151 KernelSupportLibrary ksl(b); in EmitBatchDotOperation() local
|