Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] Google Summer of Code 2008"
2008 Mar 18
0
[LLVMdev] Google Summer of Code 2008
On Tuesday 18 March 2008 20:17:52 Anton Korobeynikov wrote:
> Hello, Everyone
>
> LLVM recently was approved to take part in Google Summer of Code 2008.
> We welcome everyone to apply for this program.
>
> The list of ideas for (possible) projects is located at
> http://llvm.org/OpenProjects.html. Surely you can suggest any other
> project, if you feel, that it definitely
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
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
2008 May 27
5
MKL Patch
Alexander Chemeris wrote:
> Hi,
>
> On 5/27/08, Thorvald Natvig <thorvald at natvig.com> wrote:
>
>> And here's a patch for Intel Math Kernel Library. This allows commercial
>> users of Speex to use a high-speed FFT library that isn't GPL'd. (You do
>> need to pay for it though). This is 3 times faster than the default FFT in
>> speex, and
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people,
I am trying to install rimage using install.packages("rimage") but am
receiving the following errors despite having FFTW installed. I would
appreciate any help to get this fixed.
checking fftw.h usability... no
checking fftw.h presence... no
checking for fftw.h... no
configure: error: Sorry, can't find fftw header
ERROR: configuration failed for package
2008 May 28
1
MKL Patch
On 5/28/08, Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> wrote:
> > Yes, MKL is commercial software and you do need to pay for it, but
> > unlike FFTW it's not GPL. FFTW is useless for any closed-source program
> > that wishes to use Speex, so this is the non-GPL alternative.
>
> Considering that FFTW also sells licenses for non-GPL use, I tend to
>
2007 Nov 29
2
[LLVMdev] Boxing and vectors
So I now have a working first-order language that uses conventional boxing to
handle polymorphism and with ints, floats and ('a -> 'a) functions.
After a huge amount of detailed benchmarking in OCaml and F# I have decided
that it is very important to be able to unbox complex numbers but no other
compound types. As LLVM provides a vector type for power-of-two
dimensionalities that
2003 Oct 06
1
Cannot Install rimage in R-1.7.1 (RH 9.0)
The rimage install can't find the ffw header. Any idea why?
Rick B.
> install.packages("rimage")
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 130159 bytes
opened URL
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... ..........
2003 Oct 07
1
Still Cannot Install rimage in R-1.7.1 (RH 9.0) Even With fftw Installed
I'm still having problems installing rimage - the installation can't
find the fftw headers. As suggested, I installed the fftw rpm (for RH 9
from freshrpms). It installed without any errors or warnings. Yet I get
exactly the same error message - it can't find the fftw headers.
What do I have to do to get the headers?
Rick B.
2009 Feb 18
3
[LLVMdev] Parametric polymorphism
> I think many people were confused by this at first but an excellent counter
> example was provided in a previous thread: C99 ABIs can require that struct
> return values are returned via a pointer to a preallocated struct passed as
> an auxiliary argument *except* when you're talking about a C99 complex, in
> which case the return value is conveyed in a completely different
2017 Mar 20
3
Please dogfood LLD
Michael Johnson <mpj at rowley.co.uk> writes:
> Hi Rafael,
>> Michael Johnson via llvm-dev <llvm-dev at lists.llvm.org> writes:
>>
>>> Hi Rui,
>>>
>>> Are there any plans to support the -defsym command line option?
>> It doesn't look that hard, it was just never requested. What project is
>> using it?
> Not sure I understand
2008 Dec 28
3
[LLVMdev] Efficient implementation of closures?
A somewhat random question: I'm wondering if there's any kind of trick
in LLVM that would allow me to implement closures efficiently.
We can assume that a closure function has a hidden parameter which
points to its environment, that is, the values of the variables which
were in scope at the point where the closure function was defined.
The problem comes when mixing closure and
2007 Nov 26
4
[LLVMdev] Ocaml(opt) & llvm
Hello All (to Ocaml List & CC LLVM list)
As some might probably know, the LLVM compiler http://llvm.org/ has (at
least in its latest SVN snapshot) a binding for Ocaml. This means that
one could code in Ocaml some stuff (eg a JIT-ing compiler) which uses
(and links with) LLVM libraries.
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-November/011481.html
2003 Nov 10
1
"configure" options and R CMD INSTALL
Hi folks:
I am trying to install the package "rimage" in R 1.8.0 on an Alpha Linux box.
"R CMD INSTALL rimage_0.5-1.tar.gz" fails with the following:
...
...
checking for stdint.h... yes
checking for unistd.h... yes
checking fftw.h usability... yes
checking fftw.h presence... yes
checking for fftw.h... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence...
2009 Feb 24
2
receiving 1st digit from a variable
Hi people!
I want to save the 1st letter from the ${EXTEN} variable. I don't want
to trim it, I want to RESAVE it into a new variable.
Let us assume the ${EXTEN} contains: 0698332977 then I'd love to get the 0
I would thank you for all advises.
Tamer
2008 Dec 28
1
[LLVMdev] Efficient implementation of closures?
On Sun, Dec 28, 2008 at 13:42, Jon Harrop <jon at ffconsultancy.com> wrote:
>
> Previous generation languages like OCaml compile this into a completely
> generic representation where polymorphism is handled at run-time.
> Consequently, even though the polymorphism is buried in the fold function
> (not visible at all in our "sum" function) it still incurs massive
>
2008 Dec 28
0
[LLVMdev] Efficient implementation of closures?
On Sunday 28 December 2008 05:53:55 Talin wrote:
> The second solution is that when calling via a pointer, we always call
> with the closure protocol, i.e. we include the hidden parameter.
> However, when taking the address of a non-closure function, we actually
> point to a stub function which strips off the hidden parameter before
> calling the real function. This solution is
2009 Feb 18
2
[LLVMdev] Parametric polymorphism
> Why do you say that people who compile, e.g., functional languages
> would benefit from type variables in LLVM?
> I like the level the LLVM is at, and would prefer to deal with
> instantiating parametric polymorphism at a higher level.
I'm surprised you're happy with a non-polymorphic llvm. Does
Cayenne target llvm? Dependent types take polymorphism to new
heights -- but
2008 Oct 31
1
rimage don't install on mac OS X 10.5.5
Hello, i'm trying to install de rimage package form source. I have
installed fftw2.1.5 and libjpeg, but during compilation appear this
message:
* Installing *source* package 'rimage' ...
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of