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 72791fe commit a703b85Copy full SHA for a703b85
clang/lib/Basic/Targets/SPIR.h
@@ -399,6 +399,8 @@ class LLVM_LIBRARY_VISIBILITY SPIRV64AMDGCNTargetInfo final
399
HasLegalHalfType = true;
400
HasFloat16 = true;
401
HalfArgsAndReturns = true;
402
+
403
+ MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
404
}
405
406
bool hasBFloat16Type() const override { return true; }
0 commit comments