Displaying 20 results from an estimated 44 matches for "zib".
Did you mean:
lib
2013 Jan 09
3
[LLVMdev] Pointer "data direction"
...r in and out. One of the first ideas was to use a
kind of configuration file, since the kernel developer knows about the
data directions. But I think this can be done more elegant. Anyway,
based on your answer I'll maybe go back to this idea.
Thanks,
Sebastian
[4]
http://opus4.kobv.de/opus4-zib/files/1556/kdv_dressler_steinke_zibreport.pdf
> Hope it helps,
> - D.
>
> 2013/1/9 Sebastian Dreßler <dressler at zib.de>
>
>> Hi,
>>
>> suppose the following C function declaration:
>>
>> void f(int *in, int *out);
>>
>> Now fur...
2013 Jan 09
0
[LLVMdev] Pointer "data direction"
Are you analysing sizes in order to perform host<->accelerator memory
synchronization?
2013/1/9 Sebastian Dreßler <dressler at zib.de>
> Hi Dmitry,
>
> On 01/09/2013 03:48 PM, Dmitry Mikushin wrote:
> > Hi Sebastian,
> >
> > This kind of analysis is a pretty complex problem in general case.
> > Consider, for instance, function "f" has nested calls of other functions
> > with...
2013 Mar 01
1
[LLVMdev] llvm get annotations
...you know how I can get the name @f from this? I cannot convert it again to
> ConstantStruct and follow the same procedure, it will give me a segfault.
>
> Thank you again. Your advice was very helpful :)
>
>
>
> On Fri, Mar 1, 2013 at 9:22 AM, Sebastian Dreßler <dressler at zib.de> wrote:
>
>> Hi,
>>
>> On 02/28/2013 03:55 PM, Alexandru Ionut Diaconescu wrote:
>> > Hi Sebastian,
>> >
>> > I think I am very close to get the annotation, but I need to parse a
>> > Value*, which is of type {[1 x { i8*, i8*, i8*, i32...
2013 Mar 01
0
[LLVMdev] llvm get annotations
...* bitcast (i32* @f to i8*) . Do you know how I can get the
name @f from this? I cannot convert it again to ConstantStruct and follow
the same procedure, it will give me a segfault.
Thank you again. Your advice was very helpful :)
On Fri, Mar 1, 2013 at 9:22 AM, Sebastian Dreßler <dressler at zib.de> wrote:
> Hi,
>
> On 02/28/2013 03:55 PM, Alexandru Ionut Diaconescu wrote:
> > Hi Sebastian,
> >
> > I think I am very close to get the annotation, but I need to parse a
> > Value*, which is of type {[1 x { i8*, i8*, i8*, i32 }]. In one of those
> > f...
2013 Feb 27
3
[LLVMdev] llvm get annotations
Hello everyone !
I followed
http://stackoverflow.com/questions/4976298/modern-equivalent-of-llvm-annotationmanagerin
order to get annotations from my target bytecode. All the examples
that
I give in the following is related to the code from that link. I have
`__attribute__((annotate("DS"))) int f=0;` into the target C++ program and
the related IR code:
@.str = private unnamed_addr
2013 Jan 09
2
[LLVMdev] Pointer "data direction"
...a part of a pass) that detects those "data
directions" for pointers. I'm not quite sure whether e.g. Alias Analysis
can provide me this information (I suppose it *cannot*).
Best regards,
Sebastian
--
Mit freundlichen Grüßen / Kind regards
Sebastian Dreßler
Zuse Institute Berlin (ZIB)
Takustraße 7
D-14195 Berlin-Dahlem
Germany
dressler at zib.de
Phone: +49 30 84185-261
http://www.zib.de/
2013 Apr 19
2
[LLVMdev] Help:- Memory dependence profiling in LLVM
-----------------
Hello,
I want to do a memory dependence profiling. Is there any freely available
implementation of memory dependence profiling implementations in LLVM
which I can modify for my own use?
Unnikrishnan C
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2013 Jan 09
0
[LLVMdev] Pointer "data direction"
...and index ranges you can also make conclusions
about read/write modes with respect to particular code regions, like in [3].
[1] https://sites.google.com/site/parallelizationforllvm/
[2] http://polly.llvm.org/
[3] http://kernelgen.org
Hope it helps,
- D.
2013/1/9 Sebastian Dreßler <dressler at zib.de>
> Hi,
>
> suppose the following C function declaration:
>
> void f(int *in, int *out);
>
> Now further suppose, that _in_ is an array only read from and _out_ is
> an array that is only written to.
>
> Based on this, I was wondering whether there is some al...
2013 Mar 03
3
[LLVMdev] AESOP autoparallelizing compiler
...memory dependence analysis sounds very interesting to me. Could
> you provide some more information regarding its capabilities?
>
>
> Cheers,
> Sebastian
>
>
> --
> Mit freundlichen Grüßen / Kind regards
>
> Sebastian Dreßler
>
> Zuse Institute Berlin (ZIB)
> Takustraße 7
> D-14195 Berlin-Dahlem
> Germany
>
> dressler at zib.de
> Phone: +49 30 84185-261
>
> http://www.zib.de/
2004 Apr 07
1
ZIB models
...to contact Drew Tyre, but the email I have for him is no
longer in service.
Hopefully someone can help.
I'm using obs.error in R to model turtle occupancy in wetlands.
I have 4 species and 20 possible patch and landscape variables, which
I've been testing in smaller groups.
> zib.out<-obs.error(y=painted,m=numvis,bp=zvars,pcovar=7)
I get the following error message, with all species, all variable
groups, standardized and unstandardized data...
Error in optim(par = rnorm(pcovar + qcovar), fn = obs.error.LL, method =
"L-BFGS-B", :
L-BFGS-B need...
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
Hello,
On Sun, 24 Feb 2013 19:15:27 +0100
Sebastian Dreßler <dressler at zib.de> wrote:
[]
> For a project involving a tree data structure, we created a graph for
> representing IR for further analysis. I attached an excerpt of such a
> graph to give you an idea. If it helps, we will see how to proceed ;)
Well, after grepping LLVM source for apparent lack of...
2013 Feb 24
0
[LLVMdev] Canonical way to visualize LLVM IR?
Hi Paul,
On 02/24/2013 08:54 PM, Paul Sokolovsky wrote:
> Hello,
>
> On Sun, 24 Feb 2013 19:15:27 +0100
> Sebastian Dreßler <dressler at zib.de> wrote:
>
> []
>
>> For a project involving a tree data structure, we created a graph for
>> representing IR for further analysis. I attached an excerpt of such a
>> graph to give you an idea. If it helps, we will see how to proceed ;)
>
> Well, after grepp...
2013 May 09
0
[LLVMdev] 3.3 Testers!
...at steps 1 to 3. Once you have the result.json files for both
releases, you can compare them with the mentioned
findRegressions-{nightly,simple}.py scripts.
I hope that clarifies some things.
Cheers,
Sebastian
--
Mit freundlichen Grüßen / Kind regards
Sebastian Dreßler
Zuse Institute Berlin (ZIB)
Takustraße 7
D-14195 Berlin-Dahlem
Germany
dressler at zib.de
Phone: +49 30 84185-261
http://www.zib.de/
2013 Mar 03
0
[LLVMdev] AESOP autoparallelizing compiler
...llel code generation using calls to POSIX
> threads.
The loop memory dependence analysis sounds very interesting to me. Could
you provide some more information regarding its capabilities?
Cheers,
Sebastian
--
Mit freundlichen Grüßen / Kind regards
Sebastian Dreßler
Zuse Institute Berlin (ZIB)
Takustraße 7
D-14195 Berlin-Dahlem
Germany
dressler at zib.de
Phone: +49 30 84185-261
http://www.zib.de/
2013 Apr 21
0
[LLVMdev] Help:- Memory dependence profiling in LLVM
...g. do you
>> mean accesses to memory locations or object inter-dependencies or ... ?
>>
>>
>> Cheers,
>> Sebastian
>>
>>
>> --
>> Mit freundlichen Grüßen / Kind regards
>>
>> Sebastian Dreßler
>>
>> Zuse Institute Berlin (ZIB)
>> Takustraße 7
>> D-14195 Berlin-Dahlem
>> Germany
>>
>> dressler at zib.de
>> Phone: +49 30 84185-261
>>
>> http://www.zib.de/
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, an...
2013 Mar 03
0
[LLVMdev] AESOP autoparallelizing compiler
----- Original Message -----
> From: "Timothy Mattausch Creech" <tcreech at umd.edu>
> To: "Sebastian Dreßler" <dressler at zib.de>
> Cc: "Aparna Kotha" <akotha at umd.edu>, llvmdev at cs.uiuc.edu
> Sent: Sunday, March 3, 2013 11:32:49 AM
> Subject: Re: [LLVMdev] AESOP autoparallelizing compiler
>
> Hi Sebastian,
> Sure! The bulk of LMDA was written by Aparna Kotha (CCd). It
> co...
2013 May 09
3
[LLVMdev] 3.3 Testers!
First, let me ask if there's a page that documents the testing process in
full. If there is, just give me a link to that and save yourself the time
of answering this. (I did Google it, all I found was docs on writing tests
for LLVM.)
Sorry if this is way off, but I have no idea what to download and unpack to
start testing. I know it's stuff from here:
2013 Feb 24
0
[LLVMdev] Canonical way to visualize LLVM IR?
...olving a tree data structure, we created a graph for
representing IR for further analysis. I attached an excerpt of such a
graph to give you an idea. If it helps, we will see how to proceed ;)
Cheers,
Sebastian
--
Mit freundlichen Grüßen / Kind regards
Sebastian Dreßler
Zuse Institute Berlin (ZIB)
Takustraße 7
D-14195 Berlin-Dahlem
Germany
dressler at zib.de
Phone: +49 30 84185-261
http://www.zib.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graph.dot.pdf
Type: application/pdf
Size: 67493 bytes
Desc: not available
URL: <http://lists.llvm.org/pi...
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
Hello,
LLVM provides several ways to visual IR structure straight in its core -
Function::viewCFG() to render control flow graph, then -view-* options
to llc to render various stages of transforming to machine code.
However, I wasn't able to find a way to render complete DAG
visualization of normal IR - which besides CFG would also show dataflow
(and other flows, if any). What people use to
2013 Mar 03
6
[LLVMdev] AESOP autoparallelizing compiler
Hi,
We would like to inform the community that we're releasing a version of our research compiler, "AESOP", developed at UMD using LLVM. AESOP is a distance-vector-based autoparallelizing compiler for shared-memory machines. The source code and some further information is available at
http://aesop.ece.umd.edu
The main components of the released implementation are loop memory