Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] Dear LLVM,"
2009 Sep 15
1
[LLVMdev] Dear LLVM,
can you give a detail description about the target architecture?
------------------ Original ------------------
From: "XU Xinfeng"<xu.xinfeng at gatech.edu>;
Date: 2009年9月15日(星期二) 上午7:34
To: "llvmdev"<llvmdev at cs.uiuc.edu>;
Subject: [LLVMdev] Dear LLVM,
Dear LLVM,
Now, I have to design special complier for my own multicore microprocessor with cusomized
2009 May 03
2
[LLVMdev] lli on ARM simulator
Hello,
I am new to LLVM and complier development, am more comfortable with logic
gates. However, I am part of a research project that intends to develop a
co-designed virtual machine reconfigurable computing, the virtual machine
controls a reconfigurable fabric in addition to a microprocessor. The
microprocessor may be an ARM and the system should employ a JIT to generate
code for the
2008 Oct 05
1
Nvidia regs (Re: need help relating your post on freedesktop)
On Fri, 3 Oct 2008 18:03:17 -0400 (EDT)
"Kolakkar, Pranay B" <pranay.kolakkar at gatech.edu> wrote:
> Hi Paalanen,
>
> I am a graduate student for Computer Science at Georgia tech and I came
> across your page on freedesktop.org/~pq/rules-ng
>
> It was interesting that you had listed all the registers and addresses of
> the nvidia gpu. Please let me know as
2009 Mar 20
2
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Hi,
Congratulations to LLVM for getting accepted to GSoC 2009!
I am a PhD candidate interested in participating this year. I have been
working on dynamic compilation (binary translation or BT) for multicore
architectures for a couple of years. I am familiar with the internals of
several BT frameworks (including open-source Valgrind).
I was looking at the ideas page for LLVM. I would like to
2006 Mar 03
0
Hidden links on ROR Wiki
Hello list members,
Today I noticed on http://wiki.rubyonrails.com/rails/pages/WorkingProfessionallyWithRails that there were a ton of spam links in the source code that I couldn''t see on the page itself. Upon careful examination I found the links to be hidden:
I am posting the content here for reference and to show patterns of spam:
<u
2010 Nov 13
1
barplot3d cutting off labels
Hello,
Using the function that is available at:
http://addictedtor.free.fr/graphiques/sources/source_161.R
The following command leads to a plot with labels that are cut off:
barplot3d(c(4.01,4.71,2.03,1.28,1.42,1.76,0,
6.58,3.25,3.11,2.10,2.05,1.19,1.28,
6.44,5.50,3.69,4.53,3.33,1.70,2.57,
6.01,5.36,5.90,6.61,4.67,2.62,3.83,
2010 Mar 20
2
different forms of nls recommendations
Hello,
Using this data:
http://n4.nabble.com/file/n1676330/US_Final_Values.txt US_Final_Values.txt
and the following code i got the image at the end of this message:
US.final.values<-read.table("c:/tmp/US_Final_Values.txt",header=T,sep=" ")
US.nls.1<-nls(US.final.values$ECe~a*US.final.values$WTD^b+c,data=US.final.values,start=list(a=2.75,b=-0.95,c=0.731),trace=TRUE)
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <14008.870179829.1@erehwon.bmc.com>
See attached. Red Hat Linux package mh-6.8.3-13.i386.rpm installs the
inc and msgchk programs as follows:
-rwsr-sr-x- root mail 72628 Oct 17 16:57 /usr/bin/mh/inc
-rwsr-xr-x- root root 52536 Oct 17 16:57 /usr/bin/mh/msgchk
Hal
-------
2006 Oct 21
1
[LLVMdev] LLVM/LLVA on IMSYS WISC CPU
There is a strange Writable Instruction Set Computing CPU from Imsys (Sweden) based on FPGA.
Is it possible to setup the IMSYS CPU for running applications based on LLVA/LLVM?
Thank you.
Swedish microprocessor developer Imsys Technologies has released three devices in its reconfigurable family of processors. Unveiled at the Microprocessor Forum in San Jose, each device combines the processor with
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
So does anyone have a working setup with puppet 2.7.11 + ruby 1.9.3 + passenger?
I am currently using rack-1.0.1 (rack-1.4.1 had same behavior) and
passenger 3.0.11, and I get some authentication problems (shown
below). If I use an auth.conf that is wide open (auth any, allow *),
the agent can successfully retrieve his catalog and plugins and apply
them. Using webrick works fine as well.
The
2011 Oct 22
0
simplified multicore by() function
dear R readers---I thought I would post the following snippet of R
code that makes by() like operations easier and faster on multicore
machines for R novices and amateurs. I hope it helps some. YMMV.
feel free to ignore.
PS: I wish R had a POD-like documentation system for end users that
are not writing full libraries. because it does not, I did not
provide documentation ala '?mc.by'.
2000 Aug 15
1
Defective pointer to tech report (PR#634)
Full_Name: Rod Montgomery
Version: 1.1.0
OS: Windows-95
Submission from: (NULL) (38.26.56.3)
File R-1.1.0/src/appl/lbfgsb.c --
Comment in code says two papers describing underlying math are in
ftp://ece.nwu.edu/pub/lbfgs/lbfgs_bcm/
but that directory seems not to exist.
(Actually, the comment does not give a URL - it just says
to look in that directory on that FTP server.)
Paper [1] does
2004 Apr 27
0
XP Slow Downloading files
I have added a Samba 3 machine as a BDC and used the net rpc vampire command
to copy all of the users and machines.
For some reason, only Windows XP clients are slow when downloading files
from the Samba BDC. NT and 2000 clients are fine. When an XP client
uploads a file, it takes almost no time at all.
I've been searching but haven't found any answers.
Here is my smb.conf
[global]
2009 Oct 30
1
Multicore package: sharing/modifying variable accross processes
Hi,
I want to parallelize some computations when it's possible on multicore
machines.
Each computation produces a big objects that I don't want to store if
not necessary: in the end only the object that best fits my data have to
be returned. In non-parallel mode, a single gloabl object is updated if
the current computation gets a better result than the best previously found.
My plan
2013 Jun 13
3
Haswell 4770 misidentified as Sandy Bridge
Hi,
I'm running libvert on a Debian 7 system. I have upgraded libvert and qemu
from source (v1.06 and 1.5.0 respectively) and the problem persists. The
guest OS is also a Debian 7 system running a non-SMP kernel. The error
message from virt-manager is
Error starting domain: unsupported configuration: guest and host CPU are
not compatible: Host CPU does not provide required features: rtm,
2010 Jun 25
2
installing multicore package
Sir,
I want to apply mclapply() function for my analysis. So, I have to install
multicore package. But I can not install the package.
>install.packages("multicore")
It gives that package multicore is not available.
Can you help me?
Regards,
Suman Dhara
[[alternative HTML version deleted]]
2018 Mar 19
0
[job] LLVM compiler engineer position at SARC (Samsung Austin R&D Center)
Hi,
SARC System Performance Architecture is seeking a full time compiler engineer
to join a world class compiler team supporting Samsung ARM
microprocessor designs.
Responsibilities include research, design, development, analysis, and
optimization
of open-source LLVM compiler and Android open-source runtime libraries.
The compiler engineer will assist in establishing Samsung’s direction and
2016 Jun 29
0
[intern ad] Compiler internship position in Samsung Austin R&D Center
Hi,
SARC Software Architecture is seeking interns for 2016 to join a world class
compiler team supporting Samsung ARM microprocessor designs. Responsibilities
include research, design, development, analysis and optimization of
compiler software.
The Compiler intern will assist in establishing Samsung’s direction and
implementation of processor microarchitecture and development of
compiler
2003 Dec 28
0
[LLVMdev] Graph coloring register allocator for the x86
On Sun, 28 Dec 2003, Anshu Dasgupta wrote:
> CodeGen/RegAlloc/PhysRegAlloc.cpp implements a graph coloring register
> allocator for the Sparc back end. It requests target machine register
> information via a call to getRegInfo() which returns a class
> TargetRegInfo containing the required information. For the x86 target
> machine, this interface has not been implemented. Is an
2014 May 07
1
[Bug 928] New: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
https://bugzilla.netfilter.org/show_bug.cgi?id=928
Summary: ECN: --ecn-tcp-ece and --ecn-ip-ect is not supported
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org