search for: yashas

Displaying 6 results from an estimated 6 matches for "yashas".

2019 Aug 08
4
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...f these pragmas: https://docs.google.com/document/d/1YjGnyzWFKJvqbpCsZicCUczzU8HlLHkmG9MssUw-R1A/edit?usp=sharing It would be great if you could please review the above document and suggest us on how to proceed further (either about the semantics, or, about the code sections in LLVM). Thank you Yashas, Happy, Sai Praharsh, and Bhavya B.Tech 3rd year, IITH. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190808/a3ef428f/attachment.html>
2019 Aug 08
3
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...g> Cc: BHAVYA BAGLA <cs17btech11007 at iith.ac.in><mailto:cs17btech11007 at iith.ac.in>; MAMIDALA SAI PRAHARSH <es17btech11013 at iith.ac.in><mailto:es17btech11013 at iith.ac.in>; HAPPY KUMAR <cs17btech11018 at iith.ac.in><mailto:cs17btech11018 at iith.ac.in>; YASHAS ANDALURI <es17btech11025 at iith.ac.in><mailto:es17btech11025 at iith.ac.in> Subject: [llvm-dev] [LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM Hello all, We are students from Indian Institute of Technology(IIT), Hyderabad, we would like to propose the addition of...
2019 Aug 09
3
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...BHAVYA BAGLA <cs17btech11007 at iith.ac.in> >> <cs17btech11007 at iith.ac.in>; MAMIDALA SAI PRAHARSH >> <es17btech11013 at iith.ac.in> <es17btech11013 at iith.ac.in>; HAPPY KUMAR >> <cs17btech11018 at iith.ac.in> <cs17btech11018 at iith.ac.in>; YASHAS ANDALURI >> <es17btech11025 at iith.ac.in> <es17btech11025 at iith.ac.in> >> *Subject:* [llvm-dev] [LLVM] (RFC) Addition/Support of new Vectorization >> Pragmas in LLVM >> >> Hello all, >> >> We are students from Indian Institute of Technology(I...
2019 Aug 13
2
[LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM
...at lists.llvm.org> on behalf of Cameron McInally via llvm-dev <llvm-dev at lists.llvm.org> Sent: 09 August 2019 01:50 To: Finkel, Hal J. <hfinkel at anl.gov> Cc: llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org>; MAMIDALA SAI PRAHARSH <es17btech11013 at iith.ac.in>; YASHAS ANDALURI <es17btech11025 at iith.ac.in>; HAPPY Mahto <cs17btech11018 at iith.ac.in>; BHAVYA BAGLA <cs17btech11007 at iith.ac.in> Subject: Re: [llvm-dev] [LLVM] (RFC) Addition/Support of new Vectorization Pragmas in LLVM On Thu, Aug 8, 2019 at 7:52 PM Finkel, Hal J. via llvm-dev &...
2011 Apr 24
3
New to Wine, Help me please
Hi all, I'm very newbie to wine. I have joined in a company where I have been a the bug fixing on wine. I'm just learning the architecture. Anyone direct where the solve the bug that I have to solve. I dont have chrome installed in my Wine when i start the ie7 and pass chrome as the argument, the button "Install Chrome" is blank instead of putting a blue button with the text. I
2013 Jan 27
1
Removing values containing a specific character
Awesome, thanks Arun, that's exactly what I was looking for! On Sat, Jan 26, 2013 at 9:21 PM, arun kirshna [via R] < ml-node+s789695n4656749h63@n4.nabble.com> wrote: > Hi, > Try this: > df[]<-lapply(df,as.character) > df2<-df > df[,1][grep("@",df$names)]<- "" > df > #names emails > #1 bob bobj@cup.com > #2