Home
last modified time | relevance | path

Searched refs:HIP (Results 1 – 25 of 76) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DROCm.h119 SmallString<0> HIP; variable
141 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid()
220 assert(!HIP.empty()); in getHIPPath()
221 return HIP; in getHIPPath()
H A DHIPUtility.cpp41 void HIP::constructHIPFatbinCommand(Compilation &C, const JobAction &JA, in constructHIPFatbinCommand()
98 void HIP::constructGenerateObjFileFromHIPFatBinary( in constructGenerateObjFileFromHIPFatBinary()
118 HIP::constructHIPFatbinCommand(C, JA, BundleFile, Inputs, Args, T); in constructGenerateObjFileFromHIPFatBinary()
H A DHIPUtility.h17 namespace HIP {
H A DHIPSPV.cpp113 return HIP::constructGenerateObjFileFromHIPFatBinary(C, Output, Inputs, in ConstructJob()
117 return HIP::constructHIPFatbinCommand(C, JA, Output.getFilename(), Inputs, in ConstructJob()
H A DHIPAMD.cpp186 return HIP::constructGenerateObjFileFromHIPFatBinary(C, Output, Inputs, in ConstructJob()
190 return HIP::constructHIPFatbinCommand(C, JA, Output.getFilename(), Inputs, in ConstructJob()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp172 Opts.HIP = Lang == Language::HIP; in setLangDefaults()
173 Opts.CUDA = Lang == Language::CUDA || Opts.HIP; in setLangDefaults()
174 if (Opts.HIP) { in setLangDefaults()
H A DLangStandards.cpp74 case Language::HIP: in getDefaultLanguageStandard()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSyncScope.h80 enum class AtomicScopeModelKind { None, OpenCL, HIP }; enumerator
215 case AtomicScopeModelKind::HIP: in create()
H A DLangStandards.def207 // HIP
208 LANGSTANDARD(hip, "hip", HIP, "HIP",
H A DLangStandard.h42 HIP, enumerator
H A DLangOptions.def241 LANGOPT(HIP , 1, 0, "HIP")
270 LANGOPT(GPUAllowDeviceInit, 1, 0, "allowing device side global init functions for HIP")
271 …(GPUMaxThreadsPerBlock, 32, 1024, "default max threads per block for kernel launch bounds for HIP")
272 LANGOPT(GPUDeferDiag, 1, 0, "defer host/device related diagnostic messages for CUDA/HIP")
273 …gSideOverloads, 1, 0, "always exclude wrong side overloads in overloading resolution for CUDA/HIP")
280 LANGOPT(HIPUseNewLaunchAPI, 1, 0, "Use new kernel launching API for HIP")
H A DDiagnosticDriverKinds.td69 "cannot find HIP runtime; provide its path via '--rocm-path', or pass "
70 "'-nogpuinc' to build without HIP runtime">;
73 "cannot find HIP device library%select{| for %1}0; provide its path via "
75 "without HIP device library">;
97 "mixed CUDA and HIP compilation is not supported">;
H A DDiagnosticCommonKinds.td378 // HIP
380 "'%0' is ignored since it is only supported for HIP">,
H A DFeatures.def277 // CUDA/HIP Features
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp196 if (CGM.getLangOpts().HIP) in addPrefixToName()
202 if (CGM.getLangOpts().HIP) in addUnderscoredPrefixToName()
251 if (CGM.getLangOpts().HIP) { in getLaunchFn()
320 (CGF.getLangOpts().HIP && CGF.getLangOpts().HIPUseNewLaunchAPI)) in emitDeviceStub()
362 if (CGF.getLangOpts().HIP && CGF.getLangOpts().GPUDefaultStream == in emitDeviceStubBodyNew()
569 if (CGM.getLangOpts().HIP || in makeRegisterGlobalsFn()
693 bool IsHIP = CGM.getLangOpts().HIP; in makeModuleCtorFunction()
989 if (CGM.getLangOpts().HIP) { in makeModuleDtorFunction()
1131 StringRef Section = CGM.getLangOpts().HIP ? "hip_offloading_entries" in createOffloadingEntries()
1201 if (!CGM.getLangOpts().HIP) { in getKernelHandle()
H A DCGDeclCXX.cpp763 if (getLangOpts().HIP && getLangOpts().CUDAIsDevice) { in EmitCXXModuleInitFunc()
915 if (getLangOpts().HIP && getLangOpts().CUDAIsDevice) { in EmitCXXGlobalInitFunc()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangOffloadBundler.rst48 | CUDA/HIP output | cui | Text |
156 hip Offload code object for the HIP language. Used for all
157 HIP language offload code objects when the
162 to be loaded by the HIP runtime. The fat binary can be
166 hipv4 Offload code object for the HIP language. Used for AMD GPU
169 to be loaded by the HIP runtime. The fat binary can be
H A DClangOffloadPackager.rst113 | OFK_HIP | 0x03 | The producer was HIP |
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendOptions.cpp34 .Case("hip", Language::HIP) in getInputKindForExtension()
H A DInitPreprocessor.cpp573 if (!LangOpts.HIP) in InitializeStandardPredefinedMacros()
576 if (LangOpts.HIP) { in InitializeStandardPredefinedMacros()
1270 if (LangOpts.CUDAIsDevice && !LangOpts.HIP) { in InitializePredefinedMacros()
/openbsd-src/etc/
H A Dprotocols145 hip 139 HIP # Host Identity Protocol (RFC5201)
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.td100 def HIP : X86Reg<"", -1>;
148 def EIP : X86Reg<"eip", 0, [IP, HIP]>, DwarfRegNum<[-2, 8, 8]>;
413 (add HAX, HCX, HDX, HSI, HDI, HBX, HBP, HSP, HIP,
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td503 defvar hip = LangOpts<"HIP">;
815 HelpText<"Pass <arg> to the CUDA/HIP host compilation">, MetaVarName<"<arg>">;
817 HelpText<"Pass <arg> to the CUDA/HIP device compilation">, MetaVarName<"<arg>">;
943 HelpText<"Specify an offloading device architecture for CUDA, HIP, or OpenMP. (e.g. sm_35). "
945 "For HIP offloading, the device architecture can be followed by target ID features "
951 HelpText<"Link clang-offload-bundler bundles for HIP">;
953 HelpText<"Do not link against HIP runtime libraries">;
955 …HelpText<"Remove CUDA/HIP offloading device architecture (e.g. sm_35, gfx906) from the list of dev…
974 HelpText<"Flush denormal floating point values to zero in CUDA/HIP device mode.">;
991 HelpText<"Specify default stream. The default value is 'legacy'. (HIP only)">,
[all …]
H A DTypes.def46 TYPE("hip", HIP, PP_HIP, "hip", phases::Preprocess, phase…
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/ucm/
H A Dcp874.ucm183 <U0E2B> \xCB |0 # THAI CHARACTER HO HIP

1234