We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaf6b3 commit c420de3Copy full SHA for c420de3
clang/lib/Basic/Targets/AMDGPU.h
@@ -319,7 +319,8 @@ class LLVM_LIBRARY_VISIBILITY AMDGPUTargetInfo final : public TargetInfo {
319
Opts["__opencl_c_3d_image_writes"] = true;
320
Opts["cl_khr_3d_image_writes"] = true;
321
322
- Opts["__opencl_c_generic_address_space"] = GPUKind >= llvm::AMDGPU::GK_GFX700;
+ Opts["__opencl_c_generic_address_space"] =
323
+ GPUKind >= llvm::AMDGPU::GK_GFX700;
324
}
325
326
0 commit comments