Displaying 20 results from an estimated 20000 matches similar to: "Open SSH configuration query"
2004 Sep 07
3
RSync + SSH tunneling through firewall
Dear RSYNCians,
I'm trying to rsync my labtop pc (let's assume A-computer) with my
desktop pc (let's assume C-computer) through our firewall.
In between there is one computer (let's assume B-computer) that has an
open port, so I theoretically could connect via a tunnel.
I checked the SSH- website and internet and so on but did not find an
answer that works.
I tried the
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
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 Jan 30
2
sshd custom shell script for specifc user
+ added subject
On Mon, Jan 30, 2017 at 11:32 PM, Sudarshan Soma <sudarshan12s at gmail.com>
wrote:
> Hi,
> I am trying to give access to sshd port 22 to connect to different port
> 1023 by differentiating with special user, customuser. Following is how i
> tried, but it doesnt work, please suggest.
>
> outside, user issues command
> ssh customuser at ip, it fails
>
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
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.
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
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
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:
>
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
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
2019 Aug 26
2
Multidimensional array indexing intrinsics
Linearized array addresses are an issue in loop nest transformation. To
alleviate the same, a multidimensional array indexing intrinsics have been
proposed recently in the llvmp-dev mailing list [1]. From the mailing
thread, it looks like there is a consensus on using intrinsics for
communicating dimensions [2].
While working with our own loop transformation framework, we did a similar
work on
2014 Feb 23
1
SMB 3.0 Support in Samba 4.1
Hello
I am trying to find if samba 4.1 can be setup as SMB 3.0 server. It is not very clear from the release notes and other docs about this. I see references to SMB 3.0 client support but not related to server.
Can samba 4.1 server export SMB 3.0?
thanks?
Prashanth
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
2014 Jun 15
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Let's take Hello.cpp pass file from llvm/lib/Transform/Hello. Now I want
to run clang -emit-llvm -c Hello.cpp(Hello.c).Means I want to apply this
pass on itself.Then there are too many errors.
On Sun, Jun 15, 2014 at 10:27 PM, John Criswell <criswell at illinois.edu>
wrote:
> On 6/14/14, 6:02 AM, Prashanth Sharma wrote:
>
> Hi,
> I applied some pass i.e. Hello pass on
2008 Aug 15
3
[LLVMdev] install question
I'm trying to install llvm on my windows development box and hit a
problem
I'm using cygwin
cygwin% gcc --version
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
I downloaded both the top of tree via svn
I ran ./configure
make
make[1]: Entering directory `/cygdrive/c/llvm/lib/Support'
llvm[1]: Compiling APFloat.cpp for Debug build
llvm[1]: Compiling APInt.cpp