search for: 0xk

Displaying 6 results from an estimated 6 matches for "0xk".

Did you mean: 0x
2012 May 11
2
[LLVMdev] [PATCH] OpenCL half support
...en't fully checked the math on the half-values. I checked with reference to trunk top-of-tree at revision 156617. I have not compiled the code. lib/AsmParser/LLLexer.cpp Adds support to parse format: 0xH<hexdigits> Tha 0xH format should be described in LangRef.html alongside 0xK<hex> and 0xM<hex> The code looks good though. lib/VMCore/AsmWriter.cpp The change updates Printing support for half data type, so it uses the new special 0xH<hex> form. Declaration of "int shiftcount" should be moved to smallest nesting possible, right...
2012 May 17
0
[LLVMdev] [PATCH] OpenCL half support
Hi David, Many thanks for the comments! > Tha 0xH format should be described in LangRef.html alongside > 0xK<hex> and 0xM<hex> Done. > Declaration of "int shiftcount" should be moved to smallest nesting > possible, right after "if ( const ConstantFP ..." at line 710 > > (The code makes a lot more sense with a good comment on the > definition >...
2012 May 17
3
[LLVMdev] [PATCH] OpenCL half support
...sday, May 17, 2012 4:51 AM > To: 'David Neto' > Cc: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] [PATCH] OpenCL half support > > Hi David, > > Many thanks for the comments! > > > Tha 0xH format should be described in LangRef.html alongside > > 0xK<hex> and 0xM<hex> > Done. > > > Declaration of "int shiftcount" should be moved to smallest nesting > > possible, right after "if ( const ConstantFP ..." at line 710 > > > > (The code makes a lot more sense with a good comment...
2012 May 17
0
[LLVMdev] [PATCH] OpenCL half support
...avid Neto' > > Cc: llvmdev at cs.uiuc.edu > > Subject: Re: [LLVMdev] [PATCH] OpenCL half support > > > > Hi David, > > > > Many thanks for the comments! > > > > > Tha 0xH format should be described in LangRef.html alongside > > > 0xK<hex> and 0xM<hex> > > Done. > > > > > Declaration of "int shiftcount" should be moved to smallest > nesting > > > possible, right after "if ( const ConstantFP ..." at line 710 > > > > > > (The code makes a l...
2007 Jan 04
1
Parameter changes and segfault when calling C code through .Call
...bove). However, if the print statement is at line 2: or later, the correct matrix elements are printed, but then the .Call crashes with the following message: *** caught segfault *** address 0x6, cause 'memory not mapped' (If I change the size of the matrix to diag(k), the 0x6 becomes 0xk). So, for some reason, k is interpreted as a memory address. I double-checked for places where I may have confused pointers and values, but I can't see where that would have happened. Also, after searching through the R-devel archives, I noticed that others have had other odd 'memory not...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking