Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Basic/LangOptions.def
Show First 20 Lines • Show All 251 Lines • ▼ Show 20 Lines | |||||
LANGOPT(GPUAllowDeviceInit, 1, 0, "allowing device side global init functions for HIP") | LANGOPT(GPUAllowDeviceInit, 1, 0, "allowing device side global init functions for HIP") | ||||
LANGOPT(GPUMaxThreadsPerBlock, 32, 1024, "default max threads per block for kernel launch bounds for HIP") | LANGOPT(GPUMaxThreadsPerBlock, 32, 1024, "default max threads per block for kernel launch bounds for HIP") | ||||
LANGOPT(GPUDeferDiag, 1, 0, "defer host/device related diagnostic messages for CUDA/HIP") | LANGOPT(GPUDeferDiag, 1, 0, "defer host/device related diagnostic messages for CUDA/HIP") | ||||
LANGOPT(GPUExcludeWrongSideOverloads, 1, 0, "always exclude wrong side overloads in overloading resolution for CUDA/HIP") | LANGOPT(GPUExcludeWrongSideOverloads, 1, 0, "always exclude wrong side overloads in overloading resolution for CUDA/HIP") | ||||
LANGOPT(SYCLIsDevice , 1, 0, "Generate code for SYCL device") | LANGOPT(SYCLIsDevice , 1, 0, "Generate code for SYCL device") | ||||
LANGOPT(SYCLIsHost , 1, 0, "SYCL host compilation") | LANGOPT(SYCLIsHost , 1, 0, "SYCL host compilation") | ||||
ENUM_LANGOPT(SYCLVersion , SYCLMajorVersion, 2, SYCL_None, "Version of the SYCL standard used") | ENUM_LANGOPT(SYCLVersion , SYCLMajorVersion, 2, SYCL_None, "Version of the SYCL standard used") | ||||
LANGOPT(DeclareSPIRVBuiltins, 1, 0, "Declare SPIR-V builtin functions") | |||||
LANGOPT(HIPUseNewLaunchAPI, 1, 0, "Use new kernel launching API for HIP") | LANGOPT(HIPUseNewLaunchAPI, 1, 0, "Use new kernel launching API for HIP") | ||||
LANGOPT(SizedDeallocation , 1, 0, "sized deallocation") | LANGOPT(SizedDeallocation , 1, 0, "sized deallocation") | ||||
LANGOPT(AlignedAllocation , 1, 0, "aligned allocation") | LANGOPT(AlignedAllocation , 1, 0, "aligned allocation") | ||||
LANGOPT(AlignedAllocationUnavailable, 1, 0, "aligned allocation functions are unavailable") | LANGOPT(AlignedAllocationUnavailable, 1, 0, "aligned allocation functions are unavailable") | ||||
LANGOPT(NewAlignOverride , 32, 0, "maximum alignment guaranteed by '::operator new(size_t)'") | LANGOPT(NewAlignOverride , 32, 0, "maximum alignment guaranteed by '::operator new(size_t)'") | ||||
LANGOPT(ConceptSatisfactionCaching , 1, 1, "enable satisfaction caching for C++20 Concepts") | LANGOPT(ConceptSatisfactionCaching , 1, 1, "enable satisfaction caching for C++20 Concepts") | ||||
▲ Show 20 Lines • Show All 172 Lines • Show Last 20 Lines |