search for: 55036

Displaying 5 results from an estimated 5 matches for "55036".

Did you mean: 5036
2007 May 04
0
[1009] trunk/wxruby2/samples/treectrl/treectrl.rb: ok method name changed to is_ok
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2001 Nov 27
0
lme on large data frames
...58014 1st Qu.: 495362 57905051: 6296 M :161423 1996:43159 5:57467 Median :1849290 57905043: 5982 NA's: 15667 1997:49306 6:59493 Mean :1748909 57905042: 5728 1998:51978 7:58261 3rd Qu.:2856098 57905065: 5484 1999:53587 8:55036 Max. :3584203 57905044: 5338 2000:58760 (Other) :308925 ethnicity disadvg tli B :164680 N : 92016 Min. : 0.00 H :124410 Y :216169 1st Qu.:61.00 M : 3394 NA's: 40293 Media...
2018 Jul 02
2
[RFC][VECLIB] how should we legalize VECLIB calls?
...ome reason that the vectorizer needs to be aware of those libcalls? On Mon, Jul 2, 2018 at 11:52 AM, Saito, Hideki <hideki.saito at intel.com> wrote: > > > Venkat, we did not invent LLVM’s VecLib functionality. The original > version of D19544 (https://reviews.llvm.org/D19544?id=55036) was indeed a > separate pass to convert widened math lib to SVML. > > Our preference for “vectorized sin()” is just widened sin(), that is to be > lowered to a specific library call at a later point (either as IR to IR or > in CodeGen). Matt tried to sell that idea and it didn’t go...
2018 Jul 02
8
[RFC][VECLIB] how should we legalize VECLIB calls?
...on, Jul 2, 2018 at 11:52 AM, Saito, Hideki <hideki.saito at intel.com > <mailto:hideki.saito at intel.com>> wrote: > >   > > Venkat, we did not invent LLVM’s VecLib functionality. The > original version of D19544 > (https://reviews.llvm.org/D19544?id=55036) was indeed a separate > pass to convert widened math lib to SVML. > > Our preference for “vectorized sin()” is just widened sin(), that > is to be lowered to a specific library call at a later point > (either as IR to IR or in CodeGen). Matt tried to sell that idea &...
2018 Jul 02
2
[RFC][VECLIB] how should we legalize VECLIB calls?
Adding to Ashutosh's comments, We are also interested in making LLVM generate vector math library calls that are available with glibc (version > 2.22). reference: https://sourceware.org/glibc/wiki/libmvec Using the example case given in the reference, we found there are 2 vector versions for "sin" (4 X double) with same VF namely _ZGVcN4v_sin (avx) version and _ZGVdN4v_sin