bader wrote:
> I'm wondering though, is there a reason we can't just use the backend right
> now? What do these tools do that running `llc` can't.
These tools compile programs in SPIR-V to the format that can be consumed by
Intel's OpenCL/Level Zero drivers. `llc` can't do that because there a
@@ -4700,7 +4700,8 @@ void Sema::AddModeAttr(Decl *D, const AttributeCommonInfo
&CI,
if (NewElemTy.isNull()) {
// Only emit diagnostic on host for 128-bit mode attribute
-if (!(DestWidth == 128 && getLangOpts().CUDAIsDevice))
+if (!(DestWidth == 128 &&
+
201 - 202 of 202 matches
Mail list logo