search for: fusion

Displaying 20 results from an estimated 965 matches for "fusion".

2005 Dec 19
2
Difficulty using correct moldel for the data in DB
Hi everyone, I''ve tried posting the same question to the list last Friday but somehow did not see it being posted.. I''ve just started with Rails and Ruby. I just started to play one of those RPG and to get my feet wet I''m writing an app to keep track of item fusions. So the scoop is that item can be fused with another items to create a higher level item. The higher level items can be fused to create even higher level items ... etc. I''m using MySQL to store the data. Here is how I have setup the database: CREATE TABLE `items` ( `id` INTEGER(11) NOT...
2011 Jun 12
0
Office 2003 Service Pack 3
...i:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 76 ignored L"Upgrade" table values fixme:msi:ITERATE_PublishAssembly Manifest unhandled fixme:mscoree:LoadLibraryShim (0x7dfab518 L"fusion.dll", (nil), (nil), 0x33cac4): semi-stub fixme:fusion:IAssemblyCacheImpl_InstallAssembly Ignoring assembly architecture! fixme:msi:ITERATE_PublishAssembly Manifest unhandled fixme:mscoree:LoadLibraryShim (0x7dfab518 L"fusion.dll", (nil), (nil), 0x33cac4): semi-stub fixme:fusion:IAsse...
2015 Jan 16
7
[LLVMdev] proof of concept for a loop fusion pass
Hi, We are proposing a loop fusion pass that tries to proactive fuse loops across function call boundaries and arbitrary control flow. http://reviews.llvm.org/D7008 With this pass, we get 103 loop fusions in SPECCPU INT 2006 462.libquantum with rate performance improving close to 2.5X in x86 (results from AMD A10-6700). I took so...
2007 Aug 13
0
Compiz Fusion Release 0.5.2 is out!
Compiz Fusion Release 0.5.2 is out! This is the first development release of Compiz Fusion, the result of more than six months of work and polish. The first stable release, 0.6.0, will follow after the Compiz 0.6.0 release. Compiz Fusion is the result of a merge between the Compiz community plugin set &quo...
2013 Nov 12
3
[LLVMdev] loop fusion in LLVM
Hi, I am a student and my team is trying to identify a suitable topic for our compiler class final project. The requirement is to implement some optimization in LLVM that is not already existed, at least not in the list of standard opt that LLVM already has. We are looking at loop fusion as a potential candidate topic. Since we are all new to LLVM we would like to ask for experts' opinions here if there already is a well known implementation of loop fusion pass existed, and if not, is there a particular reason that it is not done given such optimization is fairly standard? Tha...
2010 Dec 05
0
Compiz Fusion and Linux Fusion
Hi guys, let me first introduce myself, I'm Fusion Linux (www.fusionlinux.org) project leader. Fusion Linux is a Fedora Remix that includes all the best software that is available for Linux. Fusion uses a combination of free and open-source, non-free and non-open-source firmware and software, to bring the user the most advanced experience on the L...
2005 Dec 18
0
Difficulty with creatating a model
Hi everyone, I''ve just started with Rails and Ruby. I just started to play one of those RPG and to get my feet wet I''m writing an app to keep track of item fusions. So the scoop is that item can be fused with another items to create a higher level item. The higher level items can be fused to create even higher level items ... etc. I''m using MySQL to store the data. Here is how I have setup the database: CREATE TABLE `items` ( `id` INTEGER(11) NO...
2008 Dec 15
7
MS Visio 2003 - Wine 1.1.10 - Ubuntu 8.04
..._HandleStandardAction unhandled standard action L"SetODBCFolders" err:msi:msi_dialog_handle_event Unknown progress message 3 fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 6 ignored L"Upgrade" table values fixme:mscoree:LoadLibraryShim (0x7ee354cc L"fusion.dll", (nil), (nil), 0x33f878): semi-stub fixme:fusion:IAssemblyCacheImpl_QueryAssemblyInfo (0x9cd368, 1, L"Microsoft.Vbe.Interop.Forms, Version=11.0.0.0000, Culture=neutral, PublicKeyToken=71e9bce111e9429c", 0x33f790) stub! err:msi:msiobj_release Invalid handle! fixme:fusion:IAsse...
2015 Jan 17
3
[LLVMdev] proof of concept for a loop fusion pass
...age ----- > From: "Adam Nemet" <anemet at apple.com> > To: "Ramshankar Ramanarayanan" <Ramshankar.Ramanarayanan at amd.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Saturday, January 17, 2015 12:20:55 AM > Subject: Re: [LLVMdev] proof of concept for a loop fusion pass > > > On Jan 15, 2015, at 4:22 PM, Ramanarayanan, Ramshankar < > Ramshankar.Ramanarayanan at amd.com > wrote: > > > Hi, > > > We are proposing a loop fusion pass that tries to proactive fuse > loops across function call boundaries and arbitrary cont...
2018 Aug 27
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra (10.12.6) host to Arch guest via local NAT port forwarding failed, but via Arch LAN IP worked, downgraded OpenSSH from 7.8p1 to 7.7p1 fixed the problem. Any idea about this bug? VMware Fu...
2013 Nov 13
0
[LLVMdev] loop fusion in LLVM
Hi Qi, No, we don’t have loop fusion. The loop fusion transformation itself is easy, but the profitability and legality checks are challenging. For legality, you would need to analyze the memory that you access and figure out that it is legal to fuse the loops. For profitability you would need to predict the effect on performance. Y...
2007 Sep 01
1
intel 945GM / GMA 950 with compiz fusion probably bug.
I am having troubles having compiz fusion to work with my GMA 950. I have posted this problem on this forum, and it seems other have been affected of this recently: http://bbs.archlinux.org/viewtopic.php?id=36875 Information: here is my xorg.conf: http://one.fsphost.com/jinn/configs/xorg.conf [15:52 root ~]# uname -a Linux estergon 2.6....
2010 Sep 08
0
[LLVMdev] loop fusion
On 8 September 2010 18:21, Devang Patel <dpatel at apple.com> wrote: > Andrew, > > There is not any transformation in LLVM that does loop fusion. I do not of anyone who is working on this. If you're interested to work on it then it'd be great! Hi Devang, Do you know if any pass is taking metadata to avoid un-optimizing? Loop fusion can make it worse if you have strong locality (two completely separate big memory access) in terms o...
2010 Sep 08
3
[LLVMdev] loop fusion
Andrew, There is not any transformation in LLVM that does loop fusion. I do not of anyone who is working on this. If you're interested to work on it then it'd be great! - Devang On Sep 8, 2010, at 9:34 AM, Andrew Clinton wrote: > I did find this note from 2004 that references a LoopFusion pass, but I > can't find it in the source code: > http:/...
2003 Dec 05
0
Samba 3.0/wins.dat - 'Old' IP being served
...SJG#00" 1070797025 192.168.213.12 44R "F-LAPTOP-SJG#20" 1070797016 192.168.213.12 44R --- 2). When the machine is plugged onto the network it introduces itself --- [2003/12/05 14:47:30, 4] nmbd/nmbd_packets.c:process_dgram(1227) process_dgram: datagram from F-LAPTOP-SJG<00> to FUSION<1d> IP 192.168.213.29 for \MAILSLOT\BROWSE of type 2 len=15 [2003/12/05 14:47:30, 8] lib/util.c:is_myname(1677) is_myname("F-LAPTOP-SJG") returns 0 [2003/12/05 14:47:30, 4] nmbd/nmbd_packets.c:debug_browse_data(100) debug_browse_data(): 0 char ..F-LAPTOP-SJG. hex 02 00 46 2d 4c 41...
2010 Aug 28
1
Supreme Commander Install Crash
...l destination > fixme:advapi:DecryptFileA "C:\\users\\russell\\Temp\\{26A3309D-4F0D-43DF-BEF3-FC64B2810747}\\{31D95937-B237-405D-920C-A3EF4E482395}\\dx\\" 00000000 > fixme:mscoree:GetCORVersion (0x33f6b8, 600, 0x33f6a4): semi-stub! > fixme:mscoree:LoadLibraryShim (0x8c2c98 L"fusion.dll", (nil), (nil), 0x33edb0): semi-stub > fixme:mscoree:GetCORVersion (0x33d6c8, 600, 0x33d6b4): semi-stub! > err:setupapi:do_file_copyW Unsupported style(s) 0x144 > err:setupapi:do_file_copyW Unsupported style(s) 0x144 > err:setupapi:do_file_copyW Unsupported style(s) 0x144 >...
2018 Aug 28
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
On Mon, 27 Aug 2018, Stuart Henderson wrote: > On 2018-08-27, Zach Cheung <kuroro.zhang at gmail.com> wrote: > > After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with > > OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra > > (10.12.6) host to Arch guest via local NAT port forwarding failed, but via > > Arch LAN IP worked, downgraded OpenSSH from 7.8p1 to 7.7p1 fixed the > > probl...
2016 Feb 18
2
Implement Loop Fusion Pass
Hi all, I have created a patch (up for review at: http://reviews.llvm.org/D17386) that does Loop Fusion implementation. Approach: Legality: Currently it can fuse two adjacent loops whose iteration spaces are same and are at same depth. Dependence legality: Currently, dependence legality cannot be checked across loops. Hence the loops are cloned along a versioned path, unconditionally fused along th...
2007 Nov 19
4
Check behaviour of Compiz Fusion KDE 0.6.2-3.1
Check behaviour of Compiz Fusion KDE 0.6.2-3.1 Hello, I am trying out the release "Compiz Fusion KDE 0.6.2-3.1" on my openSUSE system. I would like to share some more experiences about its usability. 1. Context menu by title bar 1.1 The context/actions menu that appears after a right click on the window title is displ...
2013 Nov 13
1
[LLVMdev] loop fusion in LLVM
Thanks a lot for your input. We will look more into the legality and profitability checks you've mentioned. -Qi On Tue, Nov 12, 2013 at 7:32 PM, Nadav Rotem <nrotem at apple.com> wrote: > Hi Qi, > > No, we don’t have loop fusion. The loop fusion transformation itself is > easy, but the profitability and legality checks are challenging. For > legality, you would need to analyze the memory that you access and figure > out that it is legal to fuse the loops. For profitability you would need to > predict the effe...