Displaying 5 results from an estimated 5 matches for "syptoms".
Did you mean:
symptoms
[LLVMdev] A question about GetElementPtr common subexpression elimination/loop invariant code motion
2007 Jan 29
2
[LLVMdev] A question about GetElementPtr common subexpression elimination/loop invariant code motion
Hello.
I have a problem which is quite basic for array optimization, amd I
wonder whether I am missing something, but I could not
find the LLVM pass that does it.
Consider the following code snippet:
int test()
{
int mat[7][7][7];
int i,j,k,sum=0;
for(i=0;i<7;i++){
for(j=0;j<7;j++){
for(k=0;k<7;k++){
sum+=mat[i][j][k]^mat[i][j][k^1];
}
}
}
return
2003 Dec 01
0
No subject
problems. I think it is an alignment issue in the EnumPrinterDataEx()
reply from smbd. I'm working on this today. The syptoms seems to
come and go (depending on the length of various printer data fields
obviously). Should have a fix by Monday.
cheers, jerry
---------------------------------------------------------------------
Hewlett-Packard http://www.hp.com
SAMBA Team...
[LLVMdev] A question about GetElementPtr common subexpression elimination/loop invariant code motion
2007 Jan 29
0
[LLVMdev] A question about GetElementPtr common subexpression elimination/loop invariant code motion
On Mon, 29 Jan 2007, Gil Dogon wrote:
> Now the problem with this code , is that the calculation of the address
> mat[i][j] which is done by the (two) getelementptr instructions
> is quite expensive (involving at least two multiplications and one
> addition) hence it actualy should have been moved out of the inner loop.
Right.
> and not twice. Anyway this is just a syptom of a
2005 Aug 27
1
Samba clients can't see partitions mounted via loop device from image files
...WinNT 4.0 client
PC, I can see everything on the Linux box, and I can
read (and temporarily write) files in any of the other
partitions which are mounted on the Linux box.
But the Windows client machines cannot see any files
on either of the two loop-device-mounted partitions.
Why??
Note that the syptoms on the two partitions are different.
Attempting to browse \\Linuxbox\c\mnt\img1\ (the NTFS
partition) from either Windows PC yields:
Exploring - \\Linuxbox\c\mnt\img1
--------------------------------------------
X \\Linuxbox\c\mnt\img1 is not accessable.
Access is denied....
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
Package: xcp-xapi
Version: 1.3.2-8
Severity: important
Tags: patch
Found race condition (specific only to slave hosts):
xcp-xapi can start earlier than xcp-networkd due lack of dependency in init.d script.
Syptoms:
After reboot slave's xcp does not work:
xe (anything):
The host failed to acquire an IP address on its management interface and therefore cannot contact the master.
log:
/var/log/xcp-xapi.log:[20120707T01:36:51.361Z| warn|lab-xh3|0 thread_zero|bringing up management interface D:065e1b39b...