search for: sarda

Displaying 20 results from an estimated 61 matches for "sarda".

2014 Dec 11
2
[LLVMdev] Phabricator update
Hi Manuel, Thanks for the help. Still persists for me too. Instead of waiting indefinitely, now I get this error: Unhandled Exception ("AphrontDeadlockQueryException") #1205: Lock wait timeout exceeded; try restarting transaction On Thu, Dec 11, 2014 at 11:26 AM, suyog sarda <sardask01 at gmail.com> wrote: > The problem still persist :( > > On 12/11/14, Manuel Klimek <klimek at google.com> wrote: >> Another php type problem; can you please try again. Thanks! >> >> On Thu Dec 11 2014 at 1:37:32 PM Bruno Cardoso Lopes < >>...
2014 Dec 11
2
[LLVMdev] Phabricator update
Another php type problem; can you please try again. Thanks! On Thu Dec 11 2014 at 1:37:32 PM Bruno Cardoso Lopes < bruno.cardoso at gmail.com> wrote: > I'm facing the same problem. > > On Thu, Dec 11, 2014 at 10:16 AM, suyog sarda <sardask01 at gmail.com> wrote: > > Hi, > > I am facing problem while submitting patch on phab. All things go smooth > - > > create diff, create revision, specify title and comments. However, when > I > > try to submit the diff by clicking "save" butto...
2020 Oct 15
1
Dplyr question
...e column (each species has a Code): Species Values Code 1 Acanthocybium solandri 33 LC 2 Makaira nigricans 20 VU 3 Makaira nigricans 20 VU 4. Makaira nigricans 20 VU 5 Sarda sarda 2 LC 4 Lethrinus lentjan 12 LC 5 Raja pita 8 DD 6 Raja pita 2 DD I need: Species Values Code 1 Acanthocybium solandri 33 LC 2 Makaira nigricans...
2016 Sep 20
2
Numerical accuracy of matrix multiplication
>>>>> peter dalgaard <pdalgd at gmail.com> >>>>> on Fri, 16 Sep 2016 13:33:11 +0200 writes: > On 16 Sep 2016, at 12:41 , Alexis Sarda <alexis.sarda at gmail.com> wrote: >> Hello, >> >> while testing the crossprod() function under Linux, I noticed the following: >> >> set.seed(883) >> x <- rnorm(100) >> x %*% x - sum(x^2) # equal to 1.421085e-14...
2015 May 04
3
[LLVMdev] AVX2 Cost Table in X86TargetTransformInfo
...ldn't then the cost of integer ADD/SUB/MUL (which would be 1) be explicitly specified in AVX2 cost table? Because right now this entry is missing and cost of these operations are taken from BaseTTI (which is generic). IMO, it will make things more clear. Your thoughts on this?? Regards, Suyog Sarda On 4 May 2015 21:57, "Nadav Rotem" <nrotem at apple.com> wrote: > > > On May 4, 2015, at 2:36 AM, suyog sarda <sardask01 at gmail.com> wrote: > > > > Hi all, > > > > I have a query regarding Cost Table for AVX2 in TargetTransformInfo. > &gt...
2014 Dec 11
2
[LLVMdev] Phabricator update
...> Jon >>> >>> On 12/10/14 1:59 PM, Manuel Klimek wrote: >>>> >>>> Phab is back up - it's still a little slow (the mysql database we use is >>>> doing some cleanups). >>>> >>>> On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: >>>> >>>>> And i was thinking something wrong with my proxy configuration :P >>>>> >>>>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: >>>>> >>&gt...
2014 Dec 11
3
[LLVMdev] [cfe-dev] Phabricator update
...t would be very helpful. > > > Cheers, > > Jon > > > On 12/10/14 1:59 PM, Manuel Klimek wrote: > >> Phab is back up - it's still a little slow (the mysql database we use is >> doing some cleanups). >> >> On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: >> >> And i was thinking something wrong with my proxy configuration :P >>> >>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> >>> wrote: >>> >>> Heya, >>>> >...
2014 Dec 10
2
[LLVMdev] Phabricator update
Phab is back up - it's still a little slow (the mysql database we use is doing some cleanups). On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: > And i was thinking something wrong with my proxy configuration :P > > On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: > >> Heya, >> >> if you wonder why phabricator is down - it's an upgrad...
2016 Sep 20
0
Numerical accuracy of matrix multiplication
>>>>> Alexis Sarda <alexis.sarda at gmail.com> >>>>> on Tue, 20 Sep 2016 17:33:49 +0200 writes: > I just realized that I was actually using a different random number > generator, could that be a valid reason for the discrepancy? > The code should be: > RNGkind(&...
2015 May 04
2
[LLVMdev] AVX2 Cost Table in X86TargetTransformInfo
...cost 1. While for AVX, it finds the ADD in cost table and returns 4 as scalar cost. I am suspecting this is something specific to architecture difference between AVX and AVX2. I am naive to architecture specifics in this case. I would be glad if someone clarifies on this. Thanks. Regards, Suyog Sarda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150504/6bef97b3/attachment.html>
2015 Apr 10
2
[LLVMdev] MMX/SSE subtarget feature in IR
...ight work. I don't know whether work has been done to specifically do something special for this combination, since use of MMX overlaps with X87 floating point state. The processors that support mmx, but not SSE would be Pentium w MMX processor Pentium II family processors Kevin From: suyog sarda [mailto:sardask01 at gmail.com] Sent: Friday, April 10, 2015 2:51 AM To: Smith, Kevin B Cc: Sanjay Patel; David Majnemer; LLVM Developers Mailing List Subject: Re: [LLVMdev] MMX/SSE subtarget feature in IR Hi Kevin, I had another query for 32 bit x86. (Apology for being naive) I guess the defaul...
2015 Mar 18
2
[LLVMdev] GSoC:Loop Reversal Transformation
...l), and hence thought of implementing it. I am not sure though if its really helpful. Above papers mentioned that it might not be beneficial in itself, but opens up the opportunity for other optimizations. Suggestions on this are most welcomed. Waiting for others to pitch in too. Regards, Vishal Sarda, 3rd Year Undergraduate, Department of Computer Engineering, College of Engineering, Pune On Wed, Mar 18, 2015 at 1:20 AM, Matt Godbolt <matt at godbolt.org> wrote: > Hi, > > On Tue, Mar 17, 2015 at 2:00 PM, vishal sarda <vishalksarda at gmail.com> > wrote: > >> [...
2016 Sep 16
2
Numerical accuracy of matrix multiplication
Hello, while testing the crossprod() function under Linux, I noticed the following: set.seed(883) x <- rnorm(100) x %*% x - sum(x^2) # equal to 1.421085e-14 Is this difference normal? It seems to be rather large for double precision. Regards, Alexis. [[alternative HTML version deleted]]
2014 Dec 11
3
[LLVMdev] [cfe-dev] Phabricator update
...>>> >>> >>> On 12/10/14 1:59 PM, Manuel Klimek wrote: >>> >>>> Phab is back up - it's still a little slow (the mysql database we use is >>>> doing some cleanups). >>>> >>>> On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> >>>> wrote: >>>> >>>> And i was thinking something wrong with my proxy configuration :P >>>>> >>>>> On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> >>>>> wrot...
2014 Aug 07
4
[LLVMdev] Efficient Pattern matching in Instruction Combine
...be various permutations of it where one of the operand might be a constant (I guess this is handled already as constant are re-associated to RHS). I will try to dig more on this. Inputs/suggestions/comments on improving match functions are most awaited. :) Regards, Suyog -- With regards, Suyog Sarda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140807/18c3e6ec/attachment.html>
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
...distinguish my code generation based on subtarget feature for MMX and SSE, which i am unable to do so currently because of above scenario. I am sure i am missing something fundamental, but unable to exactly find out what. Can someone please help me out on above question? Thanks. Regards, Suyog Sarda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150409/99327ede/attachment.html>
2015 Apr 09
2
[LLVMdev] MMX/SSE subtarget feature in IR
...r 2015 00:18, "Smith, Kevin B" <kevin.b.smith at intel.com> wrote: > For x86_64 ABI, a minimum feature set of SSE2 is required. > > > > Kevin > > > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *suyog sarda > *Sent:* Thursday, April 09, 2015 11:27 AM > *To:* LLVM Developers Mailing List; David Majnemer; Sanjay Patel > *Subject:* [LLVMdev] MMX/SSE subtarget feature in IR > > > > Hi all, > > > > I have a sample test case : > > > > $ cat 1.c > > > &gt...
2014 Dec 11
2
[LLVMdev] [cfe-dev] Phabricator update
...gt; /Manuel > > > > > > > > Cheers, > > Jon > > > > On 12/10/14 1:59 PM, Manuel Klimek wrote: > > Phab is back up - it's still a little slow (the mysql database we use is > doing some cleanups). > > On Wed Dec 10 2014 at 5:07:07 PM suyog sarda <sardask01 at gmail.com> wrote: > > And i was thinking something wrong with my proxy configuration :P > > On Wed, Dec 10, 2014 at 6:47 PM, Manuel Klimek <klimek at google.com> wrote: > > Heya, > > if you wonder why phabricator is down - it's an upgrade that i...
2014 Dec 10
2
[LLVMdev] Phabricator update
Heya, if you wonder why phabricator is down - it's an upgrade that is running a database update that takes a while (probably 3-5 more hours). I'll update this thread once it's finished and phab is up again. Cheers, /Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Sep 20
0
Numerical accuracy of matrix multiplication
I just realized that I was actually using a different random number generator, could that be a valid reason for the discrepancy? The code should be: RNGkind("L'Ecuyer") set.seed(883) x <- rnorm(100) x %*% x - sum(x^2) # equal to 1.421085e-14 Regards, Alexis Sarda. On Tue, Sep 20, 2016 at 5:27 PM, Martin Maechler <maechler at stat.math.ethz.ch > wrote: > >>>>> peter dalgaard <pdalgd at gmail.com> > >>>>> on Fri, 16 Sep 2016 13:33:11 +0200 writes: > > > On 16 Sep 2016, at 12:41 , Alexis Sard...