search for: ioannidis

Displaying 8 results from an estimated 8 matches for "ioannidis".

2013 Apr 18
0
OFFTOPIC: Ioannidis et. al. on non-reproducible research
...gize if I have taken too much license. I will also crosspost it to stackexchange, where it is more appropriate. **Please reply privately if you wish to reply to me.**** Note: The Button commentary is a good quick summary if you don't want to go through the NATURE paper. Cheers, Bert Button, Ioannidis et al, ?Power failure: why small sample size undermines the reliability of neuroscience? http://www.nature.com/nrn/journal/vaop/ncurrent/full/nrn3475.html A commentary by his co-author, Kate Button: http://www.guardian.co.uk/science/sifting-the-evidence/2013/apr/10/unreliable-neuroscience-p...
2015 Feb 16
3
[LLVMdev] LLVM parallel annotations
...ually. I'd really like to discuss design considerations that you might have, or any objections or pointers (pun intended). It is also possible somebody is already working on this. If so, we might be able to help each other. Looking forward to discussing this with all you. Cheers, Lef Lefteris Ioannidis, Massachusetts Institute of Technology '14 Department of Electrical Engineering and Computer Science, elefthei at mit.edu | http://web. <http://web.mit.edu/elefthei/www/> umit.edu/elefthei/www/ <http://web.mit.edu/elefthei/www/> -------------- next part -------------- An HTML attach...
2018 May 29
1
Inline constant std::function parameter
...ked at the gritty details of the clang implementation, so I could be way off. Anybody willing to step in and fill the blanks would be appreciated. Regards, Lef > On May 29, 2018, at 2:53 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > > On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote: >> However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation? > > In general, the inliner can only inline direct function calls (not virtual calls,...
2018 May 29
0
Inline constant std::function parameter
On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote: > However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation? In general, the inliner can only inline direct function calls (not virtual calls, or calls thr...
2018 May 29
2
Inline constant std::function parameter
Hey LLVM-dev, I'm trying to inline the following C++ code: __attribute__((always_inline)) static void inline compose(const char* s, std::function<void(const char *)> f) { std::cout << s << std::endl; f(s); } // --------------- Main --------------- int main() { // Nest three things compose("hello world", [](const
2012 Sep 07
2
metafor package: study level variation
Hello. A quick question about incorporating variation due to study in the metafor package. I'm working with a particular data set for meta-analysis where some studies have multiple measurements. Others do not. So, let's say the effect I'm looking at is response to two different kinds of drug treatment - let's call their effect sizes T1 and T2. Some studies have multiple
2010 Jul 02
1
metafor and meta-analysis at arm-level
Hi, I have been looking for an R package which allowed to do meta-analysis (both pairwise and network/mixed-treatment) at arm-level rather than at trial-level, the latter being the common way in which meta-analysis is done. By arm-level meta-analysis I mean one that accounts for data provided at the level of the individual arms of each trial and that does not simply derive the difference between
2015 Mar 09
5
[LLVMdev] LLVM Parallel IR
I'm part of a research group at MIT looking to create an extension of LLVM that inherently allows one to nicely code a parallel loop. Most parallel frameworks tend to take the body of a parallel loop and stick it inside of a function for the parallel runtime to call when appropriate. However, this makes optimizations significantly more difficult as most compiler optimizations tend to be