similar to: Multidimensional array indexing intrinsics

Displaying 20 results from an estimated 1000 matches similar to: "Multidimensional array indexing intrinsics"

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
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
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 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
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 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
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 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
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
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
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: >
2013 Jul 17
1
Open SSH configuration query
Hi, I have downloaded openssh(http://www.openssh.com/) on my Windows host. Just wanted to know if openssh allows executing a batch script on Windows host. Batch script contains mapping of shares which is required for my scripts. My command run from hpux: $ ssh <windows server> myscript The myscript requires shares to be mapped on login via
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
2019 Jul 28
2
[RFC] A new multidimensional array indexing intrinsic
On Jul 25, 2019, at 7:20 AM, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Am Mi., 24. Juli 2019 um 16:13 Uhr schrieb Tim Northover > <t.p.northover at gmail.com>: … Siddharth’s original RFC <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md> ... >> Apart from all that, I'm pretty disappointed to see this as an
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 14
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Hi, I applied some pass i.e. Hello pass on Hello.cpp(the pass file).It doesnot work as using command clang -emit-llvm -c Hello.c(Hell.cpp) does not create any .bc file .Can any body have some suggestion ? -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jun 02
2
[LLVMdev] Not able to run pass
sir, As defined in http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment running pass with opt but here how I get hello.bc file . -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140602/648e5547/attachment.html>
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
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all, On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Mmmh, looks like Tim Northover is actively working on typeless/opaque > pointers, e.g. https://reviews.llvm.org/D64203 Yep, I'm spending as much time as I can on the project. I think there's not really much chance that it'll be required in this cycle (i.e. when we fork