search for: rl4

Displaying 3 results from an estimated 3 matches for "rl4".

Did you mean: el4
2014 Apr 19
4
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
...at 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 the common subexpression in...
2014 Apr 21
2
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
...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 r...
2005 Feb 08
0
VFS Extended Auditing output situation
...ng few operations have been logged: feb 8 11:37:44 gpserver smbd_audit[24489]: open Personali/SMo/Martina/Martina -1-COMPRESSA 2.jpg (fd 26) feb 8 12:01:52 gpserver smbd_audit[24506]: open rsaenh.dll (fd -1) failed: No such file or directory feb 8 12:19:39 gpserver smbd_audit[24506]: open quasi.rl4 (fd -1) failed: No such file or directory feb 8 12:19:39 gpserver smbd_audit[24506]: open sicure.rl4 (fd -1) failed: No such file or directory ...plus many failed opens of Desktop.ini, many opendirs and various connect/disconnnect messages. I also expressly asked a user (I'm remotely connecte...