Displaying 3 results from an estimated 3 matches for "vaiva".
Did you mean:
vaina
2010 Nov 07
3
Integrate and mapply
Hi,
I need some help on integrating a function that is a vector.
I have a function - vector which each element is different. And,
naturally, function integrate() does not work
I checked the article of U. Ligges and J. Fox (2008) about code
optimization "How Can I Avoid This Loop or Make It Faster?" on
http://promberger.info/files/rnews-vectorvsloops2008.pdf.
Their advice did not help
2016 Mar 22
2
Question about GlobalOpt
...e :)
Many library functions can be implemented in a recursive fashion. The issue
is the same as we've had elsewhere in LLVM- is there a defined visibility
boundary between user and library code? The same problem can be seen in the
Malloc attribute annotations (I forget the attribute name) that Vaiva
created - having one arbitrary visibility barrier breaks down when
libraries are LTOd (bare metal or OpenCl systems being examples)
Norecurse as a concept is a trade off between ease of inference and ease of
definition. Norecurse is indeed hard for the compiler to infer, but the
definition is prec...
2016 Mar 22
3
Question about GlobalOpt
I think the conceptual issues have largely been sorted out, it is mostly
that it is *much* harder to deduce norecurse than it might seem like
superficially.
On Mon, Mar 21, 2016 at 4:02 PM Mehdi Amini <mehdi.amini at apple.com> wrote:
> On Mar 21, 2016, at 3:57 PM, Sanjin Sijaric via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Hi,
>
> GlobalOpt may not