Searched refs:fatbinary (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/gpu/ |
D | asm_compiler.cc | 323 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/ |
D | build_defs.bzl.tpl | 127 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/ |
D | build_defs.bzl.tpl | 46 "-Xcuda-fatbinary=--compress-all",
|
/external/tensorflow/third_party/gpus/ |
D | cuda_configure.bzl | 1092 [f + file_ext for f in ["bin2c", "fatbinary", "nvlink", "nvprune"]]
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 71 .. option:: -Xcuda-fatbinary <arg> 73 Pass <arg> to fatbinary invocation
|
/external/clang/include/clang/Driver/ |
D | Options.td | 345 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">, 346 HelpText<"Pass <arg> to fatbinary invocation">, MetaVarName<"<arg>">;
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 561 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">, 562 HelpText<"Pass <arg> to fatbinary invocation">, MetaVarName<"<arg>">;
|