Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/docs/
H A DClangOffloadPackager.rst96 | IMG_Fatbinary | 0x04 | The image is a CUDA fatbinary file |
155 to create a fatbinary containing offloading code.
H A DClangCommandLineReference.rst71 .. option:: -Xcuda-fatbinary <arg>
73 Pass <arg> to fatbinary invocation
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp517 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() function
597 fatbinary(ArrayRef<std::pair<StringRef, StringRef>> InputFiles, in fatbinary() function
1188 auto FileOrErr = nvptx::fatbinary(InputFiles, Args); in bundleCuda()
1211 auto FileOrErr = amdgcn::fatbinary(InputFiles, Args); in bundleHIP()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td820 def Xcuda_fatbinary : Separate<["-"], "Xcuda-fatbinary">,
821 HelpText<"Pass <arg> to fatbinary invocation">, MetaVarName<"<arg>">;