similar to: Publication : CERE LLVM Based Codelet Extractor and REplayer

Displaying 20 results from an estimated 100 matches similar to: "Publication : CERE LLVM Based Codelet Extractor and REplayer"

2017 Nov 28
2
Publication LLVM Related Publications Submission
Hello, I would like to submit two papers that use LLVM to the Related Publications section. Both papers focus on code isolation applied to perform piecewise compiler optimizations. The code isolation process is performed by CERE, an open source tool based on LLVM. The second paper is an extended version of the first one. 1) Piecewise Holistic Autotuning of Compiler and Runtime Parameters
2018 Jan 30
0
Publication LLVM Related Publications Submission
Dear Mihail, I've added these two publications to the publications page. Please review it and let me know if I need to make any changes. In particular, if you have URLs to use for the papers, having those would be greatly appreciated. Regards, John Criswell On 11/28/17 12:05 PM, Mihail Popov via llvm-dev wrote: > > Hello, > > I would like to submit two papers that use LLVM
2004 Feb 04
1
RE: error (fwd)
Hi folks, I've got this funny problem with R's foreign library when reading stata files. One file consistently produces vector out of memory errors after gobbling up 2.7G of memory. I parsed through the read.dta function and figured out where the error occurs and the description is below. I am running R-1.8.1 on Debian stable system glibc2.2 kernel 2.4.24. R is is compiled from source
2010 May 03
1
Video Annotation
Hi I am a student from the University of the Philippines. I want to annotate some e-learning videos which also enables textual searches. I plan to use CMML however I cant find any tutorial. I tried to access annodex.net but it seems to be under construction. Could you please provide tutorials on developing application using such, or give me atleast any related materials to read on. -- Thank
2004 Aug 06
5
iteration introspection?
Hi everyone, I want to perform a regex substitution on line #1 in a file based on the contents of line #2. same is true for line 11 and line 12 etc... With the look at each line of a file rolling forward method it seems to me that I will not be able to use iterators like 'each' for this operation unless I am able to manipulate or even know of the position of the file pointer from
2004 May 21
1
compiling R 64-bit with gcc on Solaris 9
Hi folks, I am trying to compile R as a 64bit app using gcc on Solaris 9 and get the following error from the configure script when passing the script CFLAGS='-mcpu=v9 -m64': checking how to get verbose linking output from g77... -v checking for Fortran libraries of g77... -L/usr/ccs/lib -L/usr/lib -L/usr/local/lib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3 -L/usr/ccs/bin
2010 Jul 18
0
Flash Extractor
Hi Audio / video is becoming a hobby of mine and, knowing nothing about Flash files, I started playing around with them with SWFTools. Being lazy as I am, I quickly tired of writing scripts and went ahead and wrote a gui wrapper for swfextract. Anyway, to make a long story short (to late) the application keeps growing and in my latest release I've embedded your player (very easy to
2012 Jan 11
0
[LLVMdev] Loop Extractor
llvmers, Is it possible to change the loop extractor to extract each nested loop into it's own function, including the top level loop? I would like to put every loop into it's own function. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120111/d71582a4/attachment.html>
2005 Mar 18
1
voicemail.conf extractor?
Hi, I believe there is a script that reads the contents of voicemail.conf and goes on to send the voice e-mail messages to whatever e-mail address specified in voicemail.conf. What's the name of this script and where is it located? Thanks, Julius.
2014 Mar 04
0
Constructor/extractor.
Preamble: ========= In spatial point pattern analysis an important component of a point pattern object is the *observation window*. In the spatstat package we have the function owin() to *construct* such a window. It creates an object of class "owin" which can happily exist separately from any point pattern object (object of class "ppp"). However we have at the moment
2008 Apr 03
1
Extractor function for standard deviation.
I have from time to time seen inquiries on r-help in respect of how to obtain the estimated standard deviation from the output of fitting a linear model. And have had occasion to want to do this myself. The way I currently do it is something like summary(fit)$sigma (where fit is returned by lm()). It strikes me that it might be a good idea to have an extractor function, analogous with coef()
2008 Feb 01
1
[LLVMdev] Code Extractor Issue
I'm having an issue with the CodeExtractor. When I try to extract the lone basic block from the following function, I get an assertion error. define i32 @test(i32 %x) { %tmp = call i32 @test3( i32 %x ) ; <i32> [#uses=1] ret i32 %tmp } The assertion error is: lli: Dominators.cpp:71: void llvm::DominatorTree::splitBlock(llvm::BasicBlock*): Assertion
2003 May 31
4
faster mdct's
Hello Vorbis folks, I'm one of the FFTW authors (www.fftw.org), and a few days ago I was playing with our codelet generator for fun and modified it to spit out hard-coded MDCTs of small sizes. The code (at jdj.mit.edu/~stevenj/mdct_128nr.c) for 256 samples (128 outputs) seems to be almost twice as fast as the Vorbis MDCT code for that size on my 2.2GHz P-IV (gcc 3.2.2 and flags "-O1
2007 Apr 01
1
new warnings related to the extractor "$" with R 2.5.0alpha
Dear all, I just installed R 2.5.0alpha and noticed new warnings related to the extractor "$" when using contributed packages. For instance: > library(RODBC) Warning message: $ operator is not valid for atomic vectors, returning NULL > library(aod) Package aod, version 1.1-18 > data(orob2) > m1 <- betabin(cbind(y, n-y) ~ 1, random = ~ 1, data = orob2) >
2005 Feb 19
1
Street Atlas 8.0 Extractor
I mentioned earlier that I had DeLorme Street Atlas 8.0 working on wine. It comes with a separate program, the extractor. This will pull parts of the map CD and store them locally so that the main program does not have to refer to the CD for those parts of the map. I had one problem which I overcame: it was looking for h:\refnc. I have no idea why it was looking on h:, as the CD-ROM is on d: and
2009 Oct 10
2
easy way to find all extractor functions and the datatypes of what they return
Am I asking for too much: for any object that a stat proc returns ( y <- lm( y~x) , etc ) ) , is there a super convenient function like give_all_extractors( y ) that lists all extractor functions , the datatype returned , and a text descriptor field ("pairwisepval" "lsmean" etc) That would just be so convenient. What are my options for querying an object so that I can
2007 Jun 13
3
extractor rows from a matrix
hi! i have a little problem: my data's matrix has 1093 rows and 3 columns. i'd like to extract each rows.. something like this: ht= my matrix Dt=(???)=a vector with t=1,2...1093 what can i do? thank you! Vincenzo -- View this message in context: http://www.nabble.com/extractor-rows-from-a-matrix-tf3913088.html#a11094459 Sent from the R help mailing list archive at Nabble.com.
2014 Nov 13
0
Error using Tika as meta extractor with solr
Hi to all, i have a dovecot 2.2.15 installation which uses tika and solr for indexing and meta extraction from messages: this is my doveconf -n output # 2.2.15: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.10 auth_cache_negative_ttl = 10 mins auth_cache_size = 8 M auth_cache_ttl = 20 mins debug_log_path = /var/log/dovecot/dovecot-debug.log first_valid_gid = 89
2018 Jun 02
2
LoopIdiomRecognize is not recognizing the ctpop idiom
Hello. Could you please tell me why am I not able to recognize (with LLVM built from the SVN code in Apr 25, 2018) the LLVM IR intrinsic ctpop (described at https://llvm.org/docs/LangRef.html#llvm-ctpop-intrinsic) in the following program: int PopCnt_Simple(int x) { int numBits = 0; int i; //for (i = 0; i < 32; i++) { for (i = 0; x !=
2004 Aug 06
0
Direct Email Blaster, Email extractor, email downloader, email verify ...........
<body> <div> <font face="Arial"> </font> </div> <div> ¡¡ </div> <div> <strong><font color="#ff0080" size="4" face="Arial">Direct Email Blaster</font></strong> </div> <font size="2"> <font face="Arial"><font