Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DROCm.h98 SmallString<0> HIP; variable
116 return !OCML.empty() && !OCKL.empty() && !OpenCL.empty() && !HIP.empty() && in allGenericLibsValid()
190 assert(!HIP.empty()); in getHIPPath()
191 return HIP; in getHIPPath()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dcheck-dup-records.db28 duplicate HIP ( 2 200100107B1A74DF365639CC39F1D578
31 duplicate HIP ( 2 200100107B1A74DF365639CC39F1D578
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst103 hip Offload code object for the HIP language. Used for all
104 HIP language offload code objects when the
109 to be loaded by the HIP runtime. The fat binary can be
113 hipv4 Offload code object for the HIP language. Used for AMD GPU
116 to be loaded by the HIP runtime. The fat binary can be
H A DClangCommandLineReference.rst63 Pass <arg> to the CUDA/HIP device compilation
69 Pass <arg> to the CUDA/HIP host compilation
273 Instrument device library for HIP, which is a LLVM bitcode containing \_\_cyg\_profile\_func\_enter…
277 Default max threads per block for kernel launch bounds for HIP
291 Link clang-offload-bundler bundles for HIP
295 HIP version in the format of major.minor.patch
381 Do not link device library for CUDA/HIP device compilation
479 CUDA offloading device architecture (e.g. sm\_35), or HIP offloading target ID in the form of a dev…
1621 …ing to FP\_CONTRACT pragma) \| off (never fuse). Default is 'fast' for CUDA/HIP and 'on' otherwise.
1659 Allow device side init function in HIP
[all …]
/netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/
H A Dhip1 IN HIP ( 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK…
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def199 // HIP
200 LANGSTANDARD(hip, "hip", HIP, "HIP",
H A DLangOptions.def228 LANGOPT(HIP , 1, 0, "HIP")
248 LANGOPT(GPUAllowDeviceInit, 1, 0, "allowing device side global init functions for HIP")
249 …(GPUMaxThreadsPerBlock, 32, 1024, "default max threads per block for kernel launch bounds for HIP")
250 LANGOPT(GPUDeferDiag, 1, 0, "defer host/device related diagnostic messages for CUDA/HIP")
251 …gSideOverloads, 1, 0, "always exclude wrong side overloads in overloading resolution for CUDA/HIP")
257 LANGOPT(HIPUseNewLaunchAPI, 1, 0, "Use new kernel launching API for HIP")
H A DLangStandard.h38 HIP, enumerator
H A DDiagnosticCommonKinds.td342 // HIP
344 "'%0' is ignored since it is only supported for HIP">,
H A DDiagnosticDriverKinds.td67 "cannot find HIP runtime. Provide its path via --rocm-path, or pass "
68 "-nogpuinc to build without HIP runtime.">;
81 def err_drv_mix_cuda_hip : Error<"Mixed Cuda and HIP compilation is not supported.">;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp183 if (CGM.getLangOpts().HIP) in addPrefixToName()
189 if (CGM.getLangOpts().HIP) in addUnderscoredPrefixToName()
229 if (CGM.getLangOpts().HIP) { in getLaunchFn()
299 (CGF.getLangOpts().HIP && CGF.getLangOpts().HIPUseNewLaunchAPI)) in emitDeviceStub()
540 if (CGM.getLangOpts().HIP || in makeRegisterGlobalsFn()
664 bool IsHIP = CGM.getLangOpts().HIP; in makeModuleCtorFunction()
957 if (CGM.getLangOpts().HIP) { in makeModuleDtorFunction()
1129 if (!CGM.getLangOpts().HIP) { in getKernelHandle()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendOptions.cpp34 .Case("hip", Language::HIP) in getInputKindForExtension()
H A DInitPreprocessor.cpp493 if (LangOpts.CUDA && !LangOpts.HIP) in InitializeStandardPredefinedMacros()
495 if (LangOpts.HIP) { in InitializeStandardPredefinedMacros()
1150 if (LangOpts.CUDAIsDevice && !LangOpts.HIP) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp495 if (Args.hasArg(OPT_fgpu_allow_device_init) && !LangOpts.HIP) in FixupInvocation()
499 if (Args.hasArg(OPT_gpu_max_threads_per_block_EQ) && !LangOpts.HIP) in FixupInvocation()
2545 case Language::HIP: in GenerateFrontendArgs()
2732 .Case("hip", Language::HIP) in ParseFrontendArgs()
3132 case Language::HIP: in setLangDefaults()
3194 Opts.HIP = IK.getLanguage() == Language::HIP; in setLangDefaults()
3195 Opts.CUDA = IK.getLanguage() == Language::CUDA || Opts.HIP; in setLangDefaults()
3196 if (Opts.HIP) { in setLangDefaults()
3249 case Language::HIP: in IsInputCompatibleWithStandard()
3250 return S.getLanguage() == Language::CXX || S.getLanguage() == Language::HIP; in IsInputCompatibleWithStandard()
[all …]
/netbsd-src/external/apache2/llvm/lib/libclangDriver/
H A DMakefile49 HIP.cpp \
/netbsd-src/external/bsd/libbind/dist/
H A DCHANGES9 NSEC, DNSKEY, DHCID, NSEC3, NSEC3PARAM, HIP and DLV.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DCMakeLists.txt56 ToolChains/HIP.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/
H A DBUILD.gn72 "ToolChains/HIP.cpp",
/netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/
H A Ddig1.good60 hip1.example. 3600 IN HIP 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D
61 hip2.example. 3600 IN HIP 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D rvs.example.com.
H A Ddig2.good60 hip1.example. 3600 IN HIP 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D
61 hip2.example. 3600 IN HIP 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9+LrV4e19WzK00+CI6zBCQTdtWsuxKbWIy87UOoJTwkUs7lBu+Upr1gsNrut79ryra+bSRGQb1slImA8YVJyuIDsj7kwzG7jnERNqnWxZ48AWkskmdHaVDP4BcelrTI3rMXdXF5D rvs.example.com.
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.c476 all.rr.org. 3600 IN HIP 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p…
H A Dtest_ldnsrr.457 all.rr.org. IN HIP ( 2 200100107B1A74DF365639CC39F1D578 AwEAAbdxyhNuSutc5EMzxTs9LBPCIkOFH8cIvM4p9…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.td102 def HIP : X86Reg<"", -1>;
151 def EIP : X86Reg<"eip", 0, [IP, HIP]>, DwarfRegNum<[-2, 8, 8]>;
422 (add HAX, HCX, HDX, HSI, HDI, HBX, HBP, HSP, HIP,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase…
H A DOptions.td467 defvar hip = LangOpts<"HIP">;
776 HelpText<"Pass <arg> to the CUDA/HIP host compilation">, MetaVarName<"<arg>">;
778 HelpText<"Pass <arg> to the CUDA/HIP device compilation">, MetaVarName<"<arg>">;
893 …HelpText<"CUDA offloading device architecture (e.g. sm_35), or HIP offloading target ID in the for…
900 HelpText<"Link clang-offload-bundler bundles for HIP">;
902 …HelpText<"Remove CUDA/HIP offloading device architecture (e.g. sm_35, gfx906) from the list of dev…
921 HelpText<"Flush denormal floating point values to zero in CUDA/HIP device mode.">;
940 …HelpText<"HIP runtime installation path, used for finding HIP version and adding HIP include path.…
947 HelpText<"HIP device library">;
949 HelpText<"HIP version in the format of major.minor.patch">;
[all …]

123