search for: spezial

Displaying 20 results from an estimated 24 matches for "spezial".

Did you mean: special
2011 Oct 21
2
[LLVMdev] ANN: libclc (OpenCL C library implementation)
Hi, > libclc: http://www.pcc.me.uk/~peter/libclc/ > pocl: https://launchpad.net/pocl > clover: http://cgit.freedesktop.org/~steckdenis/clover/ I have pushed our implementation on GitHub: https://github.com/speziale-ettore/OpenCRun I have focused on desiging a modular system, because OpenCRun is intended to be used for research purpose -- not many people, no too much time, so clean design is not an option. For the same reason, I have tried to re-use as much as possible what LLVM/CLANG offers: compiler, jit,...
2006 Apr 12
2
factor analysis backwards
Hello! How can I do a factor analysis backwards to get an arbitrary covarianz matrix out of an arbitrary number of generated random variables that have a correlation near zero. Or the same question shorter: How to generate random variables that have a spezial correlation pattern. I would like to be able to do this to generate arbitrary data structures for simulation purpose sincerely stefan
2011 Sep 29
2
[LLVMdev] Building bitcode modules
...c. Now, I cannot build the library, because a compatible compiler cannot be found (Makefile.rules:1052). I have seen that configure.ac has been modified, so: 1) there is an update in progress? 2) I have to use cmake instead of autoconf? 3) The way to build bitcode modules has changed? Thank you, speziale.ettore at gmail.com
2011 Mar 02
1
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
...c address spaces seems like a great misuse of the feature to me for reasons that Peter has already pointed out. > Basically Anton got the ball rolling: his code patch was a bit of > both.  And I think he's planning to post a number of OpenCL proposals > in general. It seems to me, as Speziale already pointed out, that the OpenCL type qualifiers aren't address space qualifiers at all (in the Embedded C sense). They might be better implemented as a separate set of qualifiers in the way that Objective-C defines its garbage-collection qualifiers, __strong and __weak. See the Qualifiers...
2011 Sep 29
2
[LLVMdev] Building bitcode modules
...formed over LLVMCC, set at Makefile.rules:428-443. Setting depends on LLVMCC_OPTIONS, CLANGPATH, and ENABLE_BUILT_CLANG. Previously -- I have tried with 3699261d3f49d65cee6a645c849c41cdca51a01f -- these vars was set throught the configure script, now they are not set. Thank you for the assistance, speziale.ettore at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: bitcode-module.diff Type: text/x-patch Size: 1172 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110929/cd6ec1d0/attachment.bin>
2011 Sep 29
0
[LLVMdev] Building bitcode modules
On Sep 28, 2011, at 11:31 PM, Speziale Ettore wrote: > Hi, > > I have updated llvm to the 113aa8612010434069fc5b5e09f6b2667e03e173 git > commit. I have a small llvm project that builds a bitcode library, so I > used MODULE_NAME=foo to build foo.bc. Now, I cannot build the library, > because a compatible compiler can...
2011 Oct 21
0
[LLVMdev] [cfe-dev] ANN: libclc (OpenCL C library implementation)
On Fri, Oct 21, 2011 at 9:48 AM, Speziale Ettore <speziale.ettore at gmail.com> wrote: > Currently I have implemented an OpenCL backend for i386 and X86_64 CPUs. > I have coded work-item stacks by hand because after some sintetic > benchmarks I have observed that both ucontext and setjmp/longjmp contain > some extra over...
1999 Oct 23
2
Problems with 3Com 3c905b
...rk problem. 2. Maybe you implemented to many protocols in Win. Just use TCP/IP. Q. Is it just one client accessing one file or a multiple client environment? Please supply some additional information like the versions of your Samba and underlying Unix. > >Can anybody help me ? Is there a spezial option that can help me ? > > >Thank you all > > Johann Zuschlag jozuschlag@online.de
2010 Aug 09
2
create Sub-Subfolders
...st, and hope someone can help me ;-) I'm running dovecot.x86_64 1.0.7-7.el5 on a CentOS release 5.5 (Final) box. when a user tries to create a sub-subfolder in Archiv, he gets the message: "Mailbox doesn't allow inferior mailboxes" Mailclient is MS Outlook 2003 SP3 is there a spezial configuration in /etc/dovecot.conf needed? MailLocation is by default in /etc/dovecot: # See doc/wiki/Variables.txt for full list. Some examples: # # mail_location = maildir:~/Maildir # mail_location = mbox:~/mail:INBOX=/var/mail/%u # mail_location = mbox:/var/mail/%d/%1n/%n:INDEX=/var/inde...
2011 Sep 29
0
[LLVMdev] Building bitcode modules
On Sep 29, 2011, at 12:53 AM, Speziale Ettore wrote: > Hi, > >> What compiler are you using to build with? I've made it default to clang with less looking around for llvm-gcc, so there may be an issue there. What is your configure line? What host are you trying to build on? > > First I have compiled llvm/clang...
2011 Oct 19
0
[LLVMdev] ANN: libclc (OpenCL C library implementation)
Do we have a list of these open-source LLVM-based OpenCL projects somewhere? Off the top of my head, we have: libclc: http://www.pcc.me.uk/~peter/libclc/ pocl: https://launchpad.net/pocl clover: http://cgit.freedesktop.org/~steckdenis/clover/ (I think that all of these have BSD- or MIT-style licenses). Are there any others? -Hal On Wed, 2011-10-19 at 14:47 +0100, Peter Collingbourne wrote:
2011 Mar 01
0
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
On Mon, Feb 28, 2011 at 4:41 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > The more I think about it, the more I become uncomfortable with the > concept of language-specific address spaces in LLVM.  These are the > main issues I see with language-specific address spaces: ... > Instead of language-specific address spaces, each target should > concentrate on
2011 Oct 21
0
[LLVMdev] [cfe-dev] ANN: libclc (OpenCL C library implementation)
...ticular, Section 4 describes the implementation approach for > their x86 OpenCL runtime and mentions a number of optimizations they > applied to things like the work-item stack. I know, but I hadn't time to apply all the optimizations -- I have only coded the most trivial. Best regards, speziale.ettore at gmail.com
2013 Jan 10
0
[LLVMdev] Call graph printer/viewer
...rs and I exploited them for providing call graph viewer/printer. Attached is the patch. In the case it is OK, maybe DOTGraphTraits{Viewer,Printer} should be renamed in something like DOTGraphTraitsFunction{Viewer,Printer} to point out that they handle function-related graph viewing/printing. Bye, speziale.ettore at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: call-graph-refactor.diff Type: text/x-patch Size: 10155 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130110/4f1b8540/attachment.bin>
2013 Mar 09
1
[LLVMdev] Code morphing pass
Hello, for an university course I am working on a code morphing pass. The idea is that a random vector gets generated at the entry point of functions and that vector will be used to randomize the flow of execution. Alternative flows are built looking at the instructions inside the basic blocks of the function and for some of them replacing the orginal instruction with a set of logically
2013 Mar 24
0
[LLVMdev] PostOrderIterator
...iterator, and ipo_ext_iterator -- however for these classes the default set type is std::set! This kind of set cannot be used with po_iterator because its insert method returns a std::pair, not a boolean. Thus, is a bug or a feature having std::set as default value of the template parameter? Bye, speziale.ettore at gmail.com
2005 Aug 05
2
Embedded player
Hey folks, I was hoping I could pick your guys' brains. I have been searching for a flash player that I can embed onto my site, that would be capable of playing an icecast stream. I have checked out a few, and they are all limited to playing a static mp3 file. Has anyone worked with such a thing and could give some recommendations? Thanks, Jim Kehoe Hiway Radio
2007 Dec 28
1
defending the wiki
Hello, There was some wiki butchery done. Meanwhile it is reverted. ( See http://syslinux.zytor.com/wiki/index.php/Special:Recentchanges for mor information about it ) Could a captcha[1] be added to the syslinux wiki to have some form of defence? Cheers Geert Stappers [1] http://en.wikipedia.org/wiki/Captcha
2002 Mar 05
4
2.2.3 W2k
Oops I forgot to add: (with w2k client) does samba 2.2.3a work as a PDC with a w2k machine connecting to it???? Thanks again John -------------- next part -------------- HTML attachment scrubbed and removed
2011 Feb 28
3
[LLVMdev] Language-specific vs target-specific address spaces (was Re: [PATCH] OpenCL support - update on keywords)
On Fri, Feb 25, 2011 at 02:55:33PM -0500, Ken Dyck wrote: > The address space mechanism is used by some code generators to > differentiate between physical memory spaces. The PIC16 code generator > uses address spaces 0 and 1 to select between its RAM and ROM spaces. > And X86 uses address space 256 for GS and 257 for FS. In the back end > for a dual-harvard DSP that I've been