Home
last modified time | relevance | path

Searched refs:fatbinary (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dasm_compiler.cc323 tensorflow::SubProcess fatbinary; in BundleGpuAsm() local
335 fatbinary.SetProgram(fatbinary_path, fatbinary_args); in BundleGpuAsm()
336 fatbinary.SetChannelAction(tensorflow::CHAN_STDERR, tensorflow::ACTION_PIPE); in BundleGpuAsm()
337 if (!fatbinary.Start()) { in BundleGpuAsm()
341 int exit_status = fatbinary.Communicate( in BundleGpuAsm()
/external/tensorflow/third_party/nccl/
Dbuild_defs.bzl.tpl127 mnemonic = "fatbinary",
156 default = Label("@local_config_cuda//cuda:cuda/bin/fatbinary"),
279 binary blob using the fatbinary tool, and converted to a C header file with
280 the help of the bin2c tool. The registration header file, the fatbinary
291 : | * fatbinary and bin2c
/external/tensorflow/third_party/gpus/cuda/
Dbuild_defs.bzl.tpl46 "-Xcuda-fatbinary=--compress-all",
/external/tensorflow/third_party/gpus/
Dcuda_configure.bzl1092 [f + file_ext for f in ["bin2c", "fatbinary", "nvlink", "nvprune"]]
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst71 .. option:: -Xcuda-fatbinary <arg>
73 Pass <arg> to fatbinary invocation
/external/clang/include/clang/Driver/
DOptions.td345 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">,
346 HelpText<"Pass <arg> to fatbinary invocation">, MetaVarName<"<arg>">;
/external/llvm-project/clang/include/clang/Driver/
DOptions.td561 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">,
562 HelpText<"Pass <arg> to fatbinary invocation">, MetaVarName<"<arg>">;