search for: prashanth

Displaying 20 results from an estimated 69 matches for "prashanth".

Did you mean: prasanth
2020 Feb 16
6
MLIR for clang
...early phase of design for "C" part of the work. From our experience with (FC+MLIR) compiler, we are estimating that we would have an early cut of the compiler working with non-trivial workload within a quarter of starting of work. Please ping me for any queries or concerns. Regards, -Prashanth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200216/f5e508e6/attachment.html>
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 l...
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 can make your source available under the LLVM license and that we can all work together going forward. > > -Hal > > On 1/11/20 12:52 PM, Prashanth N R via llvm-dev wrote...
2020 Feb 17
2
FC : A MLIR+LLVM based Fortran front end
...ompile 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 at lists.llvm.org> wrote: > > *FC* > https://github.com/compiler-tree-technologies/fc > Not related to any of the above, but seems to be in some ways similar to > Clang/(old)Flang/Fort. Recursive descent pars...
2020 Jan 11
3
FC : A MLIR+LLVM based Fortran front end
...ework along with one Loop Nest Optimization in it for the time being. Also we have supported 4 OpenMP constructs and way to express the same in MLIR framework. Entire code is in the spirit of LLVM. If the community is interested, we would like to work with the community and move forward. thanks, -Prashanth PS: We did try to use F18 for a while and hit the issues raised in [2], [3]. 1. http://lists.llvm.org/pipermail/llvm-dev/2019-August/134620.html 2. http://lists.llvm.org/pipermail/llvm-dev/2020-January/138069.html 3. http://lists.llvm.org/pipermail/flang-dev/attachments/20191202/6e7c1e51/attachme...
2020 Feb 17
3
[flang-dev] MLIR for clang
...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 to answer the question in detail. thanks, -Prashanth On Mon, Feb 17, 2020 at 2:11 AM Michael Kruse <llvm at meinersbur.de> wrote: > Can you elaborate what your approach is? Do you intent to fork clang > for MLIR at a specific version, keep up-to-date with master and/or try > to upstream this? > > Do you think MLIR has all the s...
2020 Jan 13
4
FC : A MLIR+LLVM based Fortran front end
...eassured that such a comparison has been done, and that we are selecting one of them for good reasons. It'd be great if someone (or multiple someones) could post a summary/comparison of what these things all are, and why one is the right path forward vs another. On Mon, Jan 13, 2020 at 2:46 AM Prashanth N R via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Chris- > We are mostly cleaning up the code for open sourcing. Early code drop will > happen in a day or two and will continue through this week. We would love > to work with the rest of the community on this. > > t...
2007 Mar 26
2
[LLVMdev] Problems with one pass using another
..._cast<ImmutablePass*>(getAnalysisOrNullUp(P)) && "Pass available but not found! " "Perhaps this is a module pass requiring a function pass?"' failed. opt((anonymous namespace)::PrintStackTrace()+0x14)[0x85ebe6c] Does anyone see what I'm missing? Thanks, Prashanth
2007 Jan 30
3
[LLVMdev] Are these projects still "open"?
...Elimination algorithm for SSA form 2. Implement a Dependence Analysis Infrastructure - Design some way to represent and query dep analysis 3. Value range propagation pass >From what I've seen of LLVM, I think this is a cool Compiler Infrastructure you've built! Thanks, Prashanth
2014 Jun 05
2
[LLVMdev] Not able to run pass
...includes that used to build it. > I suggest to start with something simpler for first .bc example, like: > > > cat > t.c > int main() { return 1+2; } > > > clang -emit-llvm -c t.c -o hello.bc > > > Regards, > Alexander > > > 2014-06-04 23:22 GMT+04:00 Prashanth Sharma <cs13m1017 at iith.ac.in>: > > 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 thes...
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. Checkou...
2014 Mar 04
2
Issue With SSHD Password Guesses
...the number of password prompts for wrong password seen is 2. And if we configure 2, the number of password prompts for wrong password seen is 3. So, can you please help me , why the Linux machine is behaving like this. We are using openssh-3.5 and ssh version 2. Thanks in advance. With Regards, Prashanth N.
2019 Aug 26
2
Multidimensional array indexing intrinsics
...framework, we did a similar work on using intrinsics in flang compiler. We are willing to work with the community and open source the implementation in flang compiler. Also we would like to extend the work to the backend to components like SCEV. Any feedback/suggestions are most welcome, thanks, -Prashanth N R Compiler Tree technologies 1. http://lists.llvm.org/pipermail/llvm-dev/2019-July/134063.html 2. http://lists.llvm.org/pipermail/llvm-dev/2019-August/134420.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachm...
2014 Jun 15
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
...ello.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 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 ? > > > Is the problem that you can't creat...
2006 Aug 10
0
[fdo] LDTP 0.5.0 Released!!!
...st of the breed. Useful references have been included at the end of this article for those who wish to hack / use LDTP. LDTP developers had the privilege of participating in the Google Summer of Code contest. Special thanks to the mentors of LDTP in the event Varadhan and Emily Chen. We also thank Prashanth Mohan ('Casanova') for his wonderful contributions acting as student developer for LDTP as part of this event. LDTP Planet has been set up by Prashanth Mohan ('Casanova') for sharing information more effectively across the community. You can have access to the planet through the fo...
2013 Jul 17
1
Open SSH configuration query
...h 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 batch script. Thanks, Prashanth
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: >...
2009 Feb 13
1
Unble to find cpufreq driver
...pport cpufreq. But the information was not too clear. Could someone kindly tell me if cpufreq is supported in Xen. If not, is there anyother way to adjust the cpu frequency in xen. If it is possible to install, then could you kindly provide the steps on how to initialise the cpufreq driver. Thanks Prashanth -- View this message in context: http://www.nabble.com/Unble-to-find-cpufreq-driver-tp21993859p21993859.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.co...
2007 Apr 12
1
xc_map_foreign_range with mfn?
...able to do this is that I have allocated some machine pages inside Xen (through a new dom0 op hypercall that I added), that are supposed to be unknown to the guest (for transparency reasons), and hence do not have gpfn''s in the guest mapping to them. Thanks in advance for your help. - Prashanth. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel