Displaying 20 results from an estimated 2000 matches similar to: "Re: Memory-hotplug support for x86_64 domUs?"
2007 Jan 30
3
[LLVMdev] Are these projects still "open"?
Hi,
I'm looking to do a semester-long course project involving LLVM.
To avoid duplicating efforts, I wanted to know if the following projects
(lifted off http://llvm.org/OpenProjects.html) are done with or are
currently worked upon. Atleast I couldn't find evidence of these in the
1.9 sources.
1. Implement GVN-PRE, a powerful and simple Partial Redundancy
Elimination
2007 Jan 30
0
[LLVMdev] Are these projects still "open"?
On Mon, 29 Jan 2007, Prashanth Radhakrishnan wrote:
> I'm looking to do a semester-long course project involving LLVM.
Great!
> To avoid duplicating efforts, I wanted to know if the following projects
> (lifted off http://llvm.org/OpenProjects.html) are done with or are
> currently worked upon. Atleast I couldn't find evidence of these in the
> 1.9 sources.
>
> 1.
2007 Mar 26
2
[LLVMdev] Problems with one pass using another
Hi,
I have two function passes: AvailOut and HashGVN. AvailOut needs to use
HashGVN. And they're built in the same shared object file.
But addRequired<HashGVN> fails with this error:
# opt -load ../../../build/Release/lib/LLVMGVN.so -hashgvn -availout --debug-pass=Structure <basic.s.bc >basic.out.bc
opt: /proj/tbres/shanth/llvm/llvm-1.9/lib/VMCore/PassManagerT.h:387: void
2007 Mar 26
0
[LLVMdev] Problems with one pass using another
Hi Prashanth,
On Mar 25, 2007, at 11:43 PM, Prashanth Radhakrishnan wrote:
> Hi,
>
> I have two function passes: AvailOut and HashGVN. AvailOut needs to
> use
> HashGVN. And they're built in the same shared object file.
>
> But addRequired<HashGVN> fails with this error:
>
> # opt -load ../../../build/Release/lib/LLVMGVN.so -hashgvn -
> availout
2005 Oct 02
1
(no subject)
> Yes, I''m still working on it. The focus of that work was copy-on-write
> sharing of memory for the purposes of building a (virtual) network of
> honeypot systems. We have a paper in SOSP this year, talking about that
> work and the copy-on-write memory implementation. See
> http://www.cs.ucsd.edu/~mvrable/papers/2005-sosp-potemkin.pdf
> for some information.
2020 Feb 16
2
MLIR for clang
Hi Prashanth,
On Sun, Feb 16, 2020 at 10:22 AM Prashanth N R via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>> Starting from May-June, we at "Compiler Tree" would start porting clang compiler to use MLIR as middle end target. If someone has already started a similar effort we would love to collaborate with them. If someone would like to work with us, we are ready to
2020 Feb 17
2
FC : A MLIR+LLVM based Fortran front end
Hi Petr-
1. We compile SPEC benchmarks bwaves and xchange currently. We are close to
compiling fotonik at this point.
2. We released the source as experimental for the community to take a look.
Soon we will open source the entire history of development(we are working
on the script to upload the history).
thanks,
-Prashanth
On Mon, Feb 10, 2020 at 4:20 AM Petr Penzin via llvm-dev <
llvm-dev
2017 Aug 11
1
EOF within quoted string
Yes. I tried that already. Not straightforward.
data <- read.csv("20_newsgroups.csv",fill=TRUE,as.is=T,header=F, quote="", sep=",", encoding="UTF-8")
This line does read it haphazardly. The emails in the column are split into multiple columns and there are several columns with just ?NA?. Totally 202 columns.
And then I removed columns with NA?s and
2020 Feb 17
3
[flang-dev] MLIR for clang
Hi Michael-
1. We intent to fork clang for MLIR at a particular release and develop. We
will mostly merge with the master as soon as we reach a good milestones.
Most of the development is expected to happen in github or some such
version control system.
2. MLIR is extensible and we are hoping that constructs like exceptions can
be represented in MLIR. As we dive deep into design we might be able
2020 Jan 13
5
FC : A MLIR+LLVM based Fortran front end
Agreed! Is the code already available? What are your plans for it, and are you interested in collaboration with the rest of the LLVM community?
-Chris
> On Jan 11, 2020, at 11:58 AM, Finkel, Hal J. via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi, Prashanth,
>
> That's great news! It sounds like you've made a lot of progress, and I certainly hope that you
2020 Jan 13
4
FC : A MLIR+LLVM based Fortran front end
Neat, another fortran compiler option.
Does anyone have a list/comparison of all the LLVM fortran compilers? I'm
not really tracking this, since Fortran isn't really my area of expertise,
but I've seen the following. Perhaps there are even more?
"Flang". The original of the name, I think? Abandoned.
https://github.com/llvm-flang/flang
"Fort" -- fork of the above
2020 Feb 16
6
MLIR for clang
Starting from May-June, we at "Compiler Tree" would start porting clang
compiler to use MLIR as middle end target. If someone has already started a
similar effort we would love to collaborate with them. If someone would
like to work with us, we are ready to form a group and collaborate. If
there are sharing opportunities from Fortran side, we would like to
consider the same.
We are
2014 Jun 05
2
[LLVMdev] Not able to run pass
sir,
I am able to generate .bc file for other normal code but my problem how to
run the pass source code. If I write some pass then how should I run that
pass?
so please if you can help me in this and thanks for your reply.
On Thu, Jun 5, 2014 at 11:34 AM, Alexander Musman <
alexander.musman at gmail.com> wrote:
> You are trying to use the pass source code to generate .bc file, it
2014 Jun 04
1
[LLVMdev] Not able to run pass
attaching screenshot of errors I got
On Wed, Jun 4, 2014 at 11:07 PM, Prashanth Sharma <cs13m1017 at iith.ac.in>
wrote:
> sir,
> that I already applied this.As I followed these steps:-please tell me
> whered did i go wrong?
>
> 1. Checkout LLVM:
> - cd LLVM
> - svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
> 2. Checkout Clang:
>
2007 Jan 24
2
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Hi ,
I needed to apply this patch to get the GCC frontend building on an FC5
x86 box .
[ramana at venglathur gcc]$ svn diff
Index: libiberty/strsignal.c
===================================================================
--- libiberty/strsignal.c (revision 254)
+++ libiberty/strsignal.c (working copy)
@@ -557,8 +557,8 @@
void
psignal (signo, message)
- unsigned signo;
-
2007 Jan 24
1
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Devang,
On Wed, 2007-01-24 at 10:28 -0800, Devang Patel wrote:
> On Jan 24, 2007, at 4:14 AM, Ramana Radhakrishnan wrote:
>
> > Hi ,
> >
> > I needed to apply this patch to get the GCC frontend building on an
> > FC5
> > x86 box .
>
> I am curious, what kind of failure are you seeing ?
I should have mentioned in the email : Here's my earlier post
2008 Apr 23
1
(no subject)
Hello Samba,
We are using Samba/CIFS hp-ux server connecting to Windows ADS and try
to create keytab file using
net ads create keytab -u Administrator ,but it is unable to create
keytab file in the /etc/directory.
Please see the attached output file for your reference.
Appreciate your help!!
Sudheer Radhakrishnan / Capgemini
North America P&C / East Business Unit
Unix
2020 Jan 11
3
FC : A MLIR+LLVM based Fortran front end
Hi-
In August we made an announcement of "FC: A new fortran front end" [1].
At that time to get an end-to-end solution, we made FC to emit LLVM IR
directly. At present, we have upgraded FC to emit MLIR. Currently the
language supported is close to Fortran-95. Apart from 400+ unit test cases,
out framework passes two SPEC-2017 benchmarks successfully. Currently we
are cleaning up the
2017 Aug 10
0
EOF within quoted string
You might want to try some of the suggestions mentioned in this post:
https://stackoverflow.com/q/17414776/2140956
Jean
On Thu, Aug 10, 2017 at 7:59 AM, <Mohan.Radhakrishnan at cognizant.com> wrote:
> Hi,
>
> Reading http://ssc.wisc.edu/~ahanna/20_newsgroups.csv after downloading
> it using
>
> data <- read.csv("20_newsgroups.csv",header=TRUE)
>
>
2014 Mar 04
2
Issue With SSHD Password Guesses
Hi,
Initially when we do ssh from Cisco IOS Router to my linux machine, we use to see only one password prompt , even though we configured number of password prompts in Linux machine to 3.
So, to overcome this issue , someone changed the values in sshd_config file in openssh-3.5pl.
Before Fix
#ChallengeResponseAuthentication yes
#PAMAuthenticationViaKbdInt no
After Fix