Home
last modified time | relevance | path

Searched defs:target_triple (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtarget_util.cc170 llvm::Triple target_triple = in ObtainDeviceFunctionName() local
229 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitCallToTargetIntrinsic() local
256 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in AnnotateFunctionAsGpuKernel() local
Dir_emitter.cc220 llvm::Triple target_triple = llvm::Triple(module_->getTargetTriple()); in MaybeEmitDirectAtomicOperation() local
470 llvm::Triple target_triple = llvm::Triple(module_->getTargetTriple()); in IsEmittingForAMDGPU() local
Dgpu_compiler.cc312 const char* target_triple, const char* data_layout) in GpuCompiler()
967 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIrImpl()
1521 const std::string& target_triple, const std::string& data_layout, in CompileModuleToLlvmIr()
Dir_emission_utils.cc406 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in EmitFullWarpShuffleDown() local
/external/tensorflow/tensorflow/compiler/aot/
Dembedded_protocol_buffers.cc96 GetTargetMachineFromTriple(absl::string_view target_triple) { in GetTargetMachineFromTriple()
113 absl::string_view target_triple, in CreateEmbeddedProtocolBuffers()
Dcodegen.h36 string target_triple; member
Dflags.h35 string target_triple; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h78 const llvm::Triple& target_triple() const { return target_triple_; } in target_triple() function
Dcompiler_functor.cc224 llvm::Triple target_triple(target_machine_->getTargetTriple()); in AddTargetInfoPasses() local
/external/tensorflow/tensorflow/python/
Dtfcompile_wrapper.cc43 bool gen_program_shape) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dhlo_to_llvm_ir.cc71 std::string target_triple = "nvptx64-nvidia-cuda"; in CompileAndPrintLlvmIr() local
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_aot_compile.py316 target_triple, argument
Dsaved_model_cli_test.py797 target_triple): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc360 llvm::Triple target_triple, se::CudaComputeCapability compute_capability, in NVPTXGetTargetMachine()
395 llvm::Triple target_triple = llvm::Triple(module->getTargetTriple()); in LinkAndOptimizeModule() local
861 llvm::Triple target_triple, GpuVersion gpu_version, in AMDGPUGetTargetMachine()
/external/bcc/src/cc/frontends/clang/
Dloader.cc406 string target_triple = get_clang_target(); in do_compile() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dkernel_ops_pattern.cc222 const char* target_triple = xla::gpu::amdgpu::TargetTriple(); in Emit() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli462 val target_triple: llmodule -> string val