You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if enzymejl_parmtype_ref == GPUCompiler.BITS_REF && enzymejl_parmtype !==nothing
578
+
res =convert(LLVMType, enzymejl_parmtype)
579
+
if!LLVM.is_opaque(vt)
580
+
@asserteltype(vt) == res
581
+
end
582
+
return res
562
583
end
563
584
564
-
throw(AssertionError("Function requesting sret type was not an sret\nidx=$idx\nfn=$(string(fn))"))
585
+
throw(AssertionError("Function requesting sret type was not an sret\nidx=$idx\nfn=$(string(fn)) enzymejl_parmtype=$enzymejl_parmtype enzymejl_parmtype_ref=$enzymejl_parmtype_ref"))
0 commit comments