Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Address Spaces for local memories"
2012 Oct 10
3
[LLVMdev] Inconsistency in the LLVM docs
http://llvm.org/docs/LangRef.html#i_inttoptr
The 'inttoptr' instruction takes an integer<http://llvm.org/docs/LangRef.html#t_integer> value to cast, and a type to cast it to, which must be a pointer<http://llvm.org/docs/LangRef.html#t_pointer> type.
The final example is:
%Z = inttoptr <4 x i32> %G to <4 x i8*>; yields truncation of vector G to four pointers
The
2012 Oct 05
2
[LLVMdev] Compiling for several operand memories
Hello,
My target has two data memories, each with its own load/store instructions but also has some instructions using both memories. I want to be able to access both memories in C-programs through the address space attribute.
I have two ideas so far:
Either: use two sets of addressing modes in InstrInfo.td:
def ADDRrr_A : ComplexPattern<i16, 2, “SelectADDRrr_A", [], []>;
def ADDRri :
2009 Feb 25
2
Segmentation fault in shadow.so
Trying to fire up Puppet 0.24.7 on an Ubuntu 6.06 x64 machine (yes, I
know it''s obsolete, but we have a pile of machines), I get this failure:
----------------------------
# /etc/init.d/puppet start
* Starting puppet configuration management tool
/usr/lib/ruby/1.8/x86_64-linux/shadow.so: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [x86_64-linux]
/etc/init.d/puppet: line 35:
2009 Nov 25
7
Questions about static
Using an Asterisk system running 1.2 with Aastra phones.
Would be a cause of static for inbound/outbound and ext to ext calls?
Its voip both in and out.
We swapped, phones, cordes, switches etc?..
Typically a reboot of the phone resolves the problem?person also swears
there is nothing on or near their desk to cause interference (microwave,
cell phone is purse).
Strange??
Thanks
2012 Nov 06
0
[LLVMdev] Compiling for several operand memories
Have not gotten much further on this, I can so far only use one memory with
(for example)
def LDr1 : F1< (outs GenRegs:$dst), (ins GenRegs:$addr),
"ld*0* $dst, ($addr)",
[(set GenRegs:$dst, (load GenRegs:$addr))],IIGenLoad>;
and
def LDrr : F1< (outs GenRegs:$dst), (ins MEMrr:$addr),
"ld*0* $dst, ($addr)",
2008 Jan 30
2
[LLVMdev] C embedded extensions and LLVM
Thank you Chris,
That is great news...
So his modifications are in llvm-2.2?
How has Christopher tested them? Are there attributes or intrinsics that
I can also use?
A.
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On Behalf Of Chris Lattner
Sent: Tuesday, January 29, 2008 9:23 PM
To: LLVM Developers Mailing List
Subject: Re: [LLVMdev] C
2010 Jun 29
1
How to allocate more memories to R?
When I use this I am getting following warning at the time of opening R from
that shortcut :
"-max-mem-size=2048MB:too large and taken as 2047M"
Why I am getting this? I have 3GB ram installed and using within Vista.
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/How-to-allocate-more-memories-to-R-tp2271714p2272436.html
Sent from the R help mailing list archive
2004 Sep 30
1
First game ever to use Theora!
Hi all,
I would like to bring your attention to our game "Scratches" that we're
developing which is using the Theora codec. We found the video quality
to be great with very small files. You can see the results for yourself
in this short demo (45MB) we released a few months ago:
http://www.nucleosys.com/files/scratches-t2.exe
http://www.cellarofrats.com/pubftp/scratches-t2.exe
2012 Oct 10
0
[LLVMdev] Inconsistency in the LLVM docs
Hi Micah,
We need to fix the documentation here. We want to be able to convert vectors of integers to vectors of pointers and back.
There are a few tests such as (/InstCombine/vector_gep1.ll) that check for these conversions.
Nadav
On Oct 10, 2012, at 11:11 AM, "Villmow, Micah" <Micah.Villmow at amd.com> wrote:
> http://llvm.org/docs/LangRef.html#i_inttoptr
>
>
2008 Jan 31
0
[LLVMdev] C embedded extensions and LLVM
Alireza,
I have added full support for embedded C address spaces to the LLVM
IR (see http://llvm.org/docs/LangRef.html#t_pointer). I have not
added any support for the fractional types and their operators,
though I think this would simply require adding the necessary
intrinsics, which is one of the easier things to add to LLVM. Given
that LLVM takes the approach of modeling these kinds
2005 Nov 03
1
Fitting heteroscedastic linear models/ problems with varIdent of nlme
Hi,
I would like to fit a model for a factorial design that allows for
unequal variances in all groups. If I am not mistaken, this can be done
in lm by specifying weights.
A function intended to specify weights for unequal variance structures
is provided in the nlme library with the varIdent function. Is it
apropriate to use these weights with lm? If not, is there another
possibility to do
2008 Jul 17
0
[LLVMdev] Casting between address spaces and address space semantics
On Thu, Jul 17, 2008 at 5:08 AM, Matthijs Kooijman <matthijs at stdin.nl> wrote:
> Now, we are using a function which reads a value from one of these memories
> and does some processing. Since we want to execute this function for multiple
> memories, we make it accept a pointer in the generic address space (ie, no
> address space attribute):
>
> void do_stuff(char*
2008 Jul 17
2
[LLVMdev] Casting between address spaces and address space semantics
Hi all,
I'm currently struggling a bit with some problems regarding address spaces and
(implicit) casts. I'll explain some context first and then proceed to the
actual question I'd like to have answered.
In our target platform, we have a number of distinctly different memory banks.
To access these from our C code, we declare a global array for each memory,
with the address space
2008 Feb 01
1
[LLVMdev] C embedded extensions and LLVM
Christopher,
Thank you for all the work :-)
Regarding the regression testing, it is in our plan to contribute into
LLVM. The current state of our project is not in the form that we can do
this at this time though, but I'm hoping that we can get some minimal
functionality into LLVM before LLVM 2.3 (at most LLVM 2.4) release.
Looks like you have also (at least on your local project) taken
2008 Nov 10
4
PathFindExtension and wide strings
Hi,
What''s happening here?
require ''windows/path''
require ''windows/unicode''
include Windows::Path
include Windows::Unicode
file_a = ''bar.txt''
file_w = multi_to_wide(file_a)
p PathFindExtensionA(file_a) # ''.txt'' => OK
p PathFindExtensionW(file_w) # ''.'' => WRONG
Is Ruby chopping the
2005 Oct 13
2
varimax rotation difference between R and SPSS
Hi,
I am puzzeled with a differing result of princomp in R and FACTOR in
SPSS. Regarding the amount of explained Variance, the two results are
the same. However, the loadings differ substantially, in the unrotated
as well as in the rotated form.
In both cases correlation matrices are analyzed. The sums of the squared
components is one in both programs.
Maybe there is an obvious reason, but I
2008 Jul 17
4
[LLVMdev] Casting between address spaces and address space semantics
In ISO/IEC WG14 n1169 on the C extensions to support embedded
processors, any two address spaces must be disjoint, must be
equivalent, or must be nested. As Eli indicated, the actual
relationship is platform specific depending on what makes the most
sense for your hardware and how the program will behave will depend on
that relationship.
-- Mon Ping
On Jul 17, 2008, at 7:25 AM, Eli
2004 Sep 17
2
interesting expert problem - shaping over VPN
Here''s a challenging problem for you experts to tackle:
I''m trying to shape traffic going into an IPSEC interface which then goes
over a DSL PPPoE interface. I figure I need to shape the DSL interface to
keep it''s hardware queue mostly empty, and to
2003 Oct 17
3
Streaming audio to the waveout device
Hi,
Please excuse my ignorance but I'm having trouble with a very basic matter:
I'm using vorbisfile to stream audio to the waveout device in Win32 (using
waveOutWrite). I'm basically reading packets from an ogg file and streaming
them using a simple buffering scheme. The thing is, this works great when
the bitrate is more or less constant but the audio sounds garbled if there
is a
2011 Mar 02
1
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
On Tue, Mar 1, 2011 at 4:06 PM, David Neto wrote:
> On Mon, Feb 28, 2011 at 4:41 PM, Peter Collingbourne wrote:
>>
>> The more I think about it, the more I become uncomfortable with the
>> concept of language-specific address spaces in LLVM. These are the
>> main issues I see with language-specific address spaces:
>
> ...
>
>> Instead of language-specific