Displaying 20 results from an estimated 26 matches for "preuss".
Did you mean:
press
2010 Dec 06
0
[LLVMdev] Reviewer for our Path Profiling Implementation (Adam Preuss)
...luding bug fixes and code updates as LLVM APIs change. Is that something you are willing to do?
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
Begin forwarded message:
> Date: Fri, 3 Dec 2010 12:21:22 -0700
> From: Adam Preuss <apreuss at ualberta.ca>
> Subject: [LLVMdev] Reviewer for our Path Profiling Implementation
> To: llvmdev at cs.uiuc.edu
> Message-ID: <20AFE3EB-A248-4FA3-B859-4B88F5E0B177 at ualberta.ca>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I am a student...
2015 May 25
4
[LLVMdev] LLVM profiling
...e by using
following command
opt -insert-edge-profiling hello.bc -o hello-edge.bc
but I get the error that option "-insert-edge-profiling" is unknown. Can
you please help me to solve the issue. Please note that I am following the
paper available at this link
http://llvm.org/pubs/2010-12-Preuss-PathProfiling.pdf
Thanks
Naveed Ul Mustafa
2001 Feb 16
4
Wine release 20010216
This is release 20010216 of Wine, a free implementation of Windows on
Unix. This is still a developers only release. There are many bugs
and unimplemented features. Most applications still do not work
correctly.
Patches should be submitted to "wine-patches@winehq.com". Please don't
forget to include a ChangeLog entry.
WHAT'S NEW with Wine-20010216: (see ChangeLog for
2007 Nov 14
1
stats package, optim and other optimization methods: more parameters?
...ng so only on the very limited parameter
set available via the control parameter, but
e.g. for the CG and BFGS methods, this is practically
empty. But there are internally set parameters
(e.g. for the line searches), just they are not
accessible from the outside.
Best wishes and many thanks,
Mike Preuss
2010 Dec 03
4
[LLVMdev] Reviewer for our Path Profiling Implementation
...rofiling into LLVM. I have completed my project
and would like to submit it.
We are looking for a reviewer for the path profiling implementation. We
have sent previous requests to the llvmdev list but have so far been
unsuccessful.
Please see the attached patch and associated documentation.
Adam Preuss
-------------- next part --------------
A non-text attachment was scrubbed...
Name: path-profiling.patch
Type: application/octet-stream
Size: 125334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101203/33fa1268/attachment.obj>
-------------- next part...
2010 Dec 08
1
[LLVMdev] Reviewer for our Path Profiling Implementation
Thank you for your suggestions on the patch. If the patch is committed, I would be willing to maintain it, though
I am not sure what is all involved or how I am made aware of changes that need to be made.
The technical report https://www.cs.ualberta.ca/system/files/tech_report/2010/PreussPathProfLLVM.pdf contains
my benchmarks relating to profiling overhead in LLVM.
Over the next week I will work through the patch and make the appropriate adjustments. I have some responses to your
comments below as well. Things that I haven't commented on make sense and I will change them.
Ada...
2011 May 23
3
[LLVMdev] Need Path Profiling Format Document
Dear Members,
I am working on path profiling, but command llvm-prof cannot read path profile
info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot
find the format of PP. Could anyone give me the document of path profile info
format so that I could modify llvm-prof.
Thank you in advance
Linh Ho
-------------- next part --------------
An HTML attachment was
2010 Dec 08
0
[LLVMdev] Reviewer for our Path Profiling Implementation
On Dec 3, 2010, at 11:21 AM, Adam Preuss wrote:
> I am a student at the University of Alberta under the
> supervision of José Nelson Amaral, and I have been working on
> implementing path profiling into LLVM. I have completed my project
> and would like to submit it.
>
> We are looking for a reviewer for the path pr...
2010 Nov 09
1
[LLVMdev] How can we recruit a reviewer for our path-profiling implementation?
...e are
developing combined profiles that enable the combination of profiling
information from various run of a program (with different inputs) and makes
several statistical measures available to the compiler developer to make FDO
decisions.
This past Summer I employed an undergraduate student, Adam Preuss, and he
implemented path profiling for LLVM --- he implemented Ball-Laurus path
profiling with the improvements suggested byt Thomas Ball in a separate
paper. We have tested it with the entire suite of SPEC benchmarks, and we
have implemented a tool to check if the profiling information obtained wi...
2010 Jul 23
1
[LLVMdev] Path Profiling
...files (identical to those created by LLVM's current edge profiler) from my path profiles. One can compare the two when testing for accuracy.
I have documentation to compliment this submission. I am wondering what steps I should take to submit the code and related documentation.
Thanks,
Adam Preuss
2010 Aug 23
0
[LLVMdev] Path Profling
...berta under the
supervision of José Nelson Amaral, and I have been working on
implementing path profiling into LLVM.
I have completed my project and would like to submit it; please see
the attached patch and associated documentation.
Should I send the patch to the commit mailing list?
Adam Preuss
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Documentation.pdf
Type: application/pdf
Size: 81387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100823/db8abfb3/attachment.pdf>
-------------- next part -------------...
2011 May 11
0
[LLVMdev] Path profiling command
..._________
From: Andreas Neustifter <andreas.neustifter at gmail.com>
To: Andrew Trick <atrick at apple.com>
Cc: Linh Ho Tran <hotranlinh at yahoo.com>; "llvmdev at cs.uiuc.edu Mailing List"
<llvmdev at cs.uiuc.edu>; Bob Wilson <bob.wilson at apple.com>; Adam Preuss
<apreuss at ualberta.ca>; Jeff Kunkel <jdkunk3 at gmail.com>; J Nelson Amaral
<amaral at cs.ualberta.ca>
Sent: Tue, May 10, 2011 3:44:46 PM
Subject: Re: [LLVMdev] Path profiling command
Hi All!
I was involved in the LLVM profiling business during late 2009 and
early 2010 but I...
2011 May 23
0
[LLVMdev] Need Path Profiling Format Document
Hi,
Here is a link to my document on PP. On page 4, it has the format of the path profile.
http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf
Cheers,
Adam
On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote:
> Dear Members,
>
> I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to
2001 Mar 21
2
Wine without Windows
I have RedHat 6.2 with Wine installed. However, I do NOT have Windozzzz
installed. I need to run some Windows apps such as IE5, Outlook 98, Office
97 AND Office 2000 (don't ask). Anyway, are there any online resources that
would be recommended?
2008 Oct 22
0
Bug when importing datas with tcltk window (PR#13191)
Full_Name: PREUSS Bastien
Version: R version 2.6.2 (2008-02-08)
OS: mingw32
Submission from: (NULL) (193.51.249.166)
Hello,
I wrote a small function using tcltk to import my datasets.
When I use it, both the tcltk and the R windows closed themselves.
I don't understand why. What is surprising is that it doesn...
2001 Feb 22
1
WARNING. You sent a potential virus or unauthorised code
...-----------
Some details about the infected message
------------------------------------------------------------
To help identify the email:
The message was titled 'Re: Wine release 20010216'
The message date was Thu, 22 Feb 2001 08:53:29 +0100
The message identifier was <phg279.mo2.ln@preusse-16223.user.cis.dfn.de>
The message recipients were
mfletcher@serck-controls.co.uk
To help identify the virus:
Scanner 1 (Skeptic) reported the following:
Skeptic searching for 23 viruses
W97M/Ftip.A-mm subject?: 692158A_0.txt
>>> Possible Virus 'VBS/Generic.dam' found...
2004 Dec 12
1
ANNOUNCE: Release of GnuCash stable version 1.8.10
...xaccAccountGetBalanceAsOfDate() to properly compute the balance
at the end of the split list.
o Major change for HBCI, back-ported from HEAD. The HBCI online
banking is no longer based on the openhbci library but instead on the
aqbanking library http://sf.net/projects/aqbanking which is Martin
Preuss' successor of openhbci. This means that now aqbanking-0.9.5 is
required instead of any openhbci package.
o Fixes for x86_64
o Update for new LibOfx, this among other things, gives gnucash
Microsoft OFC support.
o Duplicate match tweaks in import code
o Andreas Rottmann's patch to supp...
2010 Dec 06
0
[LLVMdev] Reviewer for our Path Profiling Implementation
On Dec 3, 2010, at 11:21 AM, Adam Preuss wrote:
> I am a student at the University of Alberta under the
> supervision of José Nelson Amaral, and I have been working on
> implementing path profiling into LLVM. I have completed my project
> and would like to submit it.
>
> We are looking for a reviewer for the path p...
2011 May 09
4
[LLVMdev] Path profiling command
Hi members,
I am a LLVM newbee. I am working in path profiling. I got an error message when
reading the path profile data
I made a sample source named foo.c
The command chain to make llvm path profiling as follows:
1. Compile to LLVM Bitcode
llvm-gcc –emit-llvm foo.c –c –o foo.bc
2. Insert Path Instruments
opt –insert-path-profiling foo.bc –o foo_path.bc
3. Link with profile
2012 Apr 18
0
[LLVMdev] how to get path profile information ?
What version of LLVM are you using? The profiling framework is completely messed up in the newer versions of LLVM.. I used to work with profiling in 2.5 some time ago, and it seemed to work fine.. If you really need this to work quickly, you might want to just get the old version and get on with it..
The newer versions of LLVM need to get the profiling part fixed soon..It is messing up my work as