search for: rl3

Displaying 8 results from an estimated 8 matches for "rl3".

Did you mean: rc3
2014 Apr 19
4
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
...ugh. It emits PTX code that literally computes the pointer address of each GEP, wasting tons of registers. e.g., it emits the following PTX for the first load and similar PTX for other loads. mov.u32 %r1, %tid.x; mov.u32 %r2, %tid.y; mul.wide.u32 %rl2, %r1, 128; mov.u64 %rl3, a; add.s64 %rl4, %rl3, %rl2; mul.wide.u32 %rl5, %r2, 4; add.s64 %rl6, %rl4, %rl5; ld.shared.f32 %f1, [%rl6]; The resultant register pressure causes up to 20% slowdown on some of our benchmarks. To reduce register pressure, the optimization implemented in this patch merges th...
2014 Apr 21
2
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
...ress of > > each GEP, wasting tons of registers. e.g., it emits the following PTX > > for the > > first load and similar PTX for other loads. > > > > > > mov.u32 %r1, %tid.x; > > mov.u32 %r2, %tid.y; > > mul.wide.u32 %rl2, %r1, 128; > > mov.u64 %rl3, a; > > add.s64 %rl4, %rl3, %rl2; > > mul.wide.u32 %rl5, %r2, 4; > > add.s64 %rl6, %rl4, %rl5; > > ld.shared.f32 %f1, [%rl6]; > > > > > > The resultant register pressure causes up to 20% slowdown on some of > > our > > benchmarks. > > >...
2014 Jul 21
4
Initial Boot from 6.3 minimal halts with strange video display
...ity. After that point the monitor, a BenQ 17" LCD, immediate goes into what I can only describe as a psychedelic snow field with two narrow black bands surrounding a broader white band displayed at the top of the screen and a single narrower black band at the bottom. I have tried booting into RL3 by appending a 3 to the end of the kernel command but this has not apparent effect on the outcome. Any suggestions on how to proceed? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http:...
2012 Dec 18
2
Yum Segfaulting
Hi All, I have a Centos 5.8 system with relatively little memory, that runs in rl3, where yum has decided not to work any more. As follows:- # free total used free shared buffers cached Mem: 774628 697516 77112 0 77720 313284 -/+ buffers/cache: 306512 468116 Swap: 2048276 160 2048116...
2011 Jan 07
2
how to run linear regression models at once
hey, folks, I have two very simple questions. I am not quite sure if I can do this using R. so, I am analyzing a large data frame with thousands of variables. For example: Dependent variables: d1, d2, d3 (i.e., there are three dependent variables) Independent variables: s1, s2, s3, ......s1000 (i.e., there are 1000 independent variables) now I want to run simple linear regression analyses of
2016 Dec 07
2
Kernel Panic at Boot
...has just suffered a motherboard failure and I have got a identical replacement. This machine normally runs in run level 3. It has a NVidia graphics card and the NVidia driver installed but I found it crashed the machine as soon as I started X on there. So I never bothered with X and left it in RL3. So as part of the re-commissioning of this machine I decided to remove the NVidia driver and go back to Nouveau. I shouldn't have bothered. Even starting in RL1 it kernel panics at bootup toward the end of the boot process. If I boot it in level 3 all the daemons start and it runs a littl...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...iFk-Tb3UPo`Pe)ooG8_dt7>KzWv?%s`cFx z^k|)~QTxEN*)5BD^LQ?IZ<kA3{Pl+10Cj7;V`kin$klck{gIHyK_0HhTGhjA{q<~- zY|T9!$&b;zLa>tB=jHXA`6e2juS2T@lUlGg+{JE7tZXz*<QVHc-SN7HU*-wB;nZh7 zM;ig_@Af@E?baLX)1z#Q<!ie}=9v{N)dU6A6BQ6h77d{96G<~-Ds@s;vK?y?MP;-| zaRr!<w16rMfAv)k#CwW@Wg^J(`91i}oKGY-Rl3=U*jW~f1H9IDK$1B=F*_KIKLiOW zye8F;y|*ve_3KQo^gWu7Z(U)LK)5ZjnueB0)10TSxH7EdK6&%Z3Hb3NPdqM_)kZK% zs&;zIU*7p&(JFl0j=Ll;?j@|DLL)@AH6Q#~pCi9AHkQ4h8GlS4_vvN0=j!8(t5unO ztkW-_BVqfp=jj%tsjWP+mn~U3JCO30V``7+jMfyC#I05#BQo?vH!Gog20UlXnomi| z$mr#yay|VcO6jO^FRUk23a_YhCC|#}N1_iQiq&NyoUlB+tXZYrMVk1...
2004 Sep 23
1
smbfs mounts cause hangs in kde/gnome
I'm using debian Sarge, Samba 3.0.6-3, Kernel 2.6.8 I use smbmount //server/share mymountpt -oguest which connects fine, but it all dies (hangs) if I try to look in that mounted directory with konqueror in kde OR nautillus in gnome. In dmesg of the server computer I get: smb_proc_readdir_long: error=-512, breaking and the same but with error -13 smb_add_request ... Timed Out! this last