search for: certaint

Displaying 15 results from an estimated 15 matches for "certaint".

Did you mean: certain
2012 May 07
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...o you think about adding the > llvm.codegen() intrinsic for now? If mid-term plans exist for > heterogeneous extensions to LLVM-IR, we can document them along the > intrinsic. I think it's completely unnecessary if your goal is to get something working on current hardware. We do have certaint structural/software engineeering changes to the implementation of LLVM's code generator that would be useful. This primarily is the ability to completely process one function before moving onto the next. This is important when dealing with heterogeneous systems as one has to for example write...
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...for now? If mid-term plans exist for >> heterogeneous extensions to LLVM-IR, we can document them along the >> intrinsic. > > I think it's completely unnecessary if your goal is to get something > working on current hardware. Again, why is it unnecessary? > We do have certaint structural/software engineeering changes to the > implementation of LLVM's code generator that would be useful. This > primarily is the ability to completely process one function before > moving onto the next. This is important when dealing with heterogeneous > systems as one has...
2010 Apr 28
2
storeconfigs seems to disable external nodes
I have a working configuration using external nodes, but when I enable storeconfigs using either Sqlite or MySQL, nodes no longer get assigned their classes from the external nodes script. I''m currently using the 0.25.4-2ubuntu6 packages from Ubuntu 10.4. Disabling storeconfigs and restarting puppetmaster causes nodes to be assigned classes from the external nodes script. I''ve
2008 Jul 21
1
Parameter names in nls
...he objective function to figure out which parameter is which. The problem I have encountered is that I don't think nls() always passes a named vector - indeed, after the first set of function evaluations, it drops the names from the parameters vector altogether. I believe this to be a bug - it certaintly plays havoc with my code! As a demonstration of this problem, consider the piece of code below. It is basically fitting a straight line to some synthetic data (with noise). I have setup the objective function so that it prints the names of the parameters every time that it is called. As you can...
2010 Apr 30
1
how to keep persistent ldap connection
I want to create 3-5 custom functions, in different modules, that will be retrieve different information from ldap. But i don''t wan''t to copy-pastenot-so-simple ldap login code between different functions. How can i prepare connection to ldap server before compiling recipes, use this connection from all of my functions and close it when puppet run finished? -- You received this
2012 Aug 01
1
CELT license
I too would like to know the status of the opus IP holders. From what I've seen on the CELT and opus lists, it seems that the CELT part of opus is covered by patents from Xiph and Broadcom, and the SILK part of opus is covered by the rest. All of the IP holders except Qualcomm and Huawei have released their patents to the public as far as opus is concerned, and the general consensus from
2003 Aug 01
2
Problems installing R on Windows XP
Dear all, I run a IBM PC compatible with a Pentium IV with 2,4 MHz and 512 Mb RAM and a 80 Gb fast disk und Windows XP home edition. I downloaded rw1071.exe from cran.at and cran twice. When I tried to open rw1071.exe I choose the option to install all R reference materials as well and then after some 10 seconds I get an error message refman.pdf file is corrupted (I tried several times to
2007 Jul 31
3
country listbox from table
sorry again, i''m building a registration form, getting stumped on the country listbox. any ideas how i could build a listbox for countries, taking it''s content from a data table? i''d imagine i''d have to generate a data model for country, fill it in with all the current ISO spec countries; that i can do. then tie that data model to the account controller.
2020 Jan 03
3
Interpreter crash due to an "Unknown constant pointer type!"
...ls/lli/lli.cpp:614:0 #17 0x00007f697c9edb97 __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:344:0 #18 0x0000564bac791a9a _start (/usr/local/bin/lli+0x110aa9a) [1] 12828 abort (core dumped) /usr/local/bin/lli --force-interpreter pngpixel_crash.bc 0 0 mini.png So I'm certaint that the crash happend in ExecutionEngine::getConstantValue. In addition, I have noticed that ElemTy->getTypeID() is 15 ( pointer type of type struct.code ) but the switch branch ( Line 917 ) in not able to deal with it so the llvm_unrecheable instruction is reached. So I can conclude that the...
2012 May 07
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On 05/01/2012 11:21 PM, dag at cray.com wrote: > Justin Holewinski<justin.holewinski at gmail.com> writes: > >> For something like PTX, runtime calls take care of the call semantics so >> it is either up to the user or the frontend to set up the runtime calls >> correctly. We don't need to completely solve this problem. Yet. :) >> >>
2020 Feb 10
2
Interpreter crash due to an "Unknown constant pointer type!"
...art_main >> /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:344:0 >> #18 0x0000564bac791a9a _start (/usr/local/bin/lli+0x110aa9a) >> [1] 12828 abort (core dumped) /usr/local/bin/lli --force-interpreter >> pngpixel_crash.bc 0 0 mini.png >> >> So I'm certaint that the crash happend >> in ExecutionEngine::getConstantValue. >> >> In addition, I have noticed that ElemTy->getTypeID() is 15 ( pointer type >> of type struct.code ) but the switch branch ( Line 917 ) in not able to >> deal with it so the llvm_unrecheable instruc...
2009 Jan 15
2
[patch] libc Berkeley DB information leak
Hi, FreeBSD libc Berkeley DB can leak sensitive information to database files. The problem is that it writes uninitialized memory obtained from malloc(3) to database files. You can use this simple test program to reproduce the behavior: http://www.saunalahti.fi/~jh3/dbtest.c Run the program and see the resulting test.db file which will contain a sequence of 0xa5 bytes directly from malloc(3).
2020 Feb 01
0
Interpreter crash due to an "Unknown constant pointer type!"
...uild/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:344:0 >>> #18 0x0000564bac791a9a _start (/usr/local/bin/lli+0x110aa9a) >>> [1] 12828 abort (core dumped) /usr/local/bin/lli --force-interpreter >>> pngpixel_crash.bc 0 0 mini.png >>> >>> So I'm certaint that the crash happend >>> in ExecutionEngine::getConstantValue. >>> >>> In addition, I have noticed that ElemTy->getTypeID() is 15 ( pointer >>> type of type struct.code ) but the switch branch ( Line 917 ) in not able >>> to deal with it so the llvm...
2012 May 01
5
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Justin Holewinski <justin.holewinski at gmail.com> writes: > For something like PTX, runtime calls take care of the call semantics so > it is either up to the user or the frontend to set up the runtime calls > correctly. We don't need to completely solve this problem. Yet. :) > > But there has to be some interface that allows an LLVM IR function > from
2019 Dec 24
2
Interpreter crash due to an "Unknown constant pointer type!"
Hi David, In pretty sure that the crash is due to the instruction I have shared in my first email. In order to run pngpixel you just need libpng and zlib.. honest I thought that the .bc had Al the necessary. I'm happy to help you to reproduce it. As a curiosity, why do you think you cannot reproduce it? Unfortunately I won't be able to modify the interpreter soon.. anyway, I'll try to