search for: spv

Displaying 18 results from an estimated 18 matches for "spv".

Did you mean: spt
2018 Sep 10
9
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...tool, called llvm-spirv. This can be invoked similar to such tools as ptxas and fatbinary for the CUDA toolchain: http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html An example of how Clang can be used to target SPIR-V: clang -c test.cl -target spirv[32|64]-unknown-unknown -o test.spv This will result in the following Clang actions: (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl -emit-llvm-bc -o test.bc (2) llvm-spirv test.bc -o test.spv SPIR-V generation is essential for completion of OpenCL C++ support in Clang, as newer OpenCL standards require frontend invoc...
2019 Nov 05
2
SPIR-V questions
Dear all, I have a couple of questions of SPIR-V implementation for OpenCL. The first one is about the tool spirv-opt from the project SPIRV-TOOLS. When you use that tool like "spirv-opt test.spv -o test.spv", it changes something at the file or it does not do anything by not using any flag? I think it is like a "No action" flag but I am not 100% sure about that. The second doubt is about C++ with OpenCL. I have seen that at a C host code, if you want to compile a SPIRV file...
2012 Jan 05
2
Problem with axes in a plot of Kaplan-Meier
...the graphics parameters with the command par() (I did not know that changes with this command are permanent), now when I made a plot of the survival Kaplan-Meier function, the Y axis does not start at 1, and the X axis does starts at 0. The commands that I use are: library(survival) BROWN.SPV = Surv(BROWN$TEMPS, BROWN$DEF) BROWN.KM = survfit(BROWN.SPV ~ 1) plot(BROWN.KM$time, BROWN.KM$surv, type="s") How can I restore previous graphics parameters? Is there a file that would delete to restore the initial settings (already use R in debian squeeze)? Thanks a lot. AGrier...
2004 Aug 06
2
SmartPhone ARM
Target is Spv & Nokia phones ARM and also ipaq ARM. With the generic fixed point at complexity 0 I am still about 1.6x realtime for narrowband. The MS eVC compiler does not support inline assembler, only separate assembler functions. Does anyone have a feeling on whether a 2x speedup is possible if I hand...
2018 Sep 11
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...is can be invoked similar to such tools as ptxas and > fatbinary for the CUDA toolchain: > http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > > An example of how Clang can be used to target SPIR-V: > > clang -c test.cl -target spirv[32|64]-unknown-unknown -o test.spv > > This will result in the following Clang actions: > > (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl -emit-llvm-bc > -o test.bc > > (2) llvm-spirv test.bc -o test.spv > > SPIR-V generation is essential for completion of OpenCL C++ support in > Clang, as...
2015 Jul 14
4
Conservar el nombre de la variable entre varias funciones: ejemplos de resultados
...nicio funciones ======================================== ##-------------------------------------------------------------- ## DESUNI ##-------------------------------------------------------------- DESUNI = function(XDADES, XDROP=NULL, XVD=NULL, XSPV=NULL # Si és una anàlisi de SPV # Pot tenir el valor TRUE ) { options(digits = 3, OutDec=",", scipen=999) ## No existeix VD: descriptiva if(is.null(XVD)) # No existeix VD: descriptiva { cat("\n*** Descriptiva (no existeix variable dependent)\n&qu...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...e CUDA toolchain: >>> http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html >>> >>> An example of how Clang can be used to target SPIR-V: >>> >>> clang -c test.cl <http://test.cl> -target spirv[32|64]-unknown-unknown -o test.spv >>> >>> This will result in the following Clang actions: >>> >>> (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl <http://test.cl> -emit-llvm-bc -o test.bc >>> >>> (2) llvm-spirv test.bc -o test.spv >>> &gt...
2018 Sep 13
2
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...//lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > >>>> > >>>> An example of how Clang can be used to target SPIR-V: > >>>> > >>>> clang -c test.cl <http://test.cl> -target > spirv[32|64]-unknown-unknown -o test.spv > >>>> > >>>> This will result in the following Clang actions: > >>>> > >>>> (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl < > http://test.cl> -emit-llvm-bc -o test.bc > >>>> > >>>&gt...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...chain: > >> http://lists.llvm.org/pipermail/llvm-dev/2018-February/121440.html > >> > >> An example of how Clang can be used to target SPIR-V: > >> > >> clang -c test.cl <http://test.cl> -target > spirv[32|64]-unknown-unknown -o test.spv > >> > >> This will result in the following Clang actions: > >> > >> (1) clang -cc1 -triple spirv[32|64]-unknown-unknown test.cl < > http://test.cl> -emit-llvm-bc -o test.bc > >> > >> (2) llvm-spirv test.bc -o test.spv >...
2004 Aug 06
4
SmartPhone ARM
...a HP iPAQ (Intel pxa255). Best regards Bjoern D. Rasmussen <p>>From: "Greg Cockroft" <greg@agog.com> >Reply-To: speex-dev@xiph.org >To: <speex-dev@xiph.org> >Subject: [speex-dev] SmartPhone ARM >Date: Wed, 17 Dec 2003 14:14:19 -0500 > >Target is Spv & Nokia phones ARM and also ipaq ARM. > >With the generic fixed point at complexity 0 I am still about 1.6x realtime >for narrowband. > >The MS eVC compiler does not support inline assembler, only separate >assembler functions. > >Does anyone have a feeling on whether a...
2004 Aug 06
0
SmartPhone ARM
Le mer 17/12/2003 à 14:14, Greg Cockroft a écrit : > Target is Spv & Nokia phones ARM and also ipaq ARM. What frequency is the ARM processor? > With the generic fixed point at complexity 0 I am still about 1.6x realtime > for narrowband. > > The MS eVC compiler does not support inline assembler, only separate > assembler functions. > >...
2004 Aug 06
2
SmartPhone ARM
...ARM processor? The phone shows ARM720 no freq. I'm going to have to guess around 100 Mhz. I ran the same code on an XSCALE ARM 400 mhz. Toshiba e740. Runs about .33 -> .4x realtime. This is the using the generic fixed point defines. Around 5 times faster than I am seeing with the Orange SPV e100. I am using the 1.1.3 codebase. Thanks for taking the time to produce this codec. I'll start looking at the compiler assembler output. -greg. <p><p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http...
2004 Aug 06
0
SmartPhone ARM
...t; > Bjoern D. Rasmussen > > > >From: "Greg Cockroft" <greg@agog.com> > >Reply-To: speex-dev@xiph.org > >To: <speex-dev@xiph.org> > >Subject: [speex-dev] SmartPhone ARM > >Date: Wed, 17 Dec 2003 14:14:19 -0500 > > > >Target is Spv & Nokia phones ARM and also ipaq ARM. > > > >With the generic fixed point at complexity 0 I am still about 1.6x realtime > >for narrowband. > > > >The MS eVC compiler does not support inline assembler, only separate > >assembler functions. > > > >...
2007 Nov 10
3
producing output as *.spo (spss output format)
Dear All I am considering moving from SPSS to R as my stats environment of choice. I have read around and everything looks favourable. There is just one issue on which I have been unable to find information. Many clients ask me to send them output (tables, graphs, etc) as an spss output file (ie .spo). I haven't asked them why, I've just said yes. I know R can produce graphics as
2015 Jul 13
2
Conservar el nombre de la variable entre varias funciones
Hola: Con esto del R me da la impresión que avanzo un paso y retrocedo dos! El caso es que tengo una "cascada de funciones", para realizar un análisis descriptivo "automático" en función del tipo de variable. Y en los resultados, en lugar de aparecer el nombre de la variable, aparece el nombre del argumento. Esto ocurre tanto si utilizo o no la función get(). Un ejemplo
2008 May 21
0
Errors in using gdb (PR#11496)
...B7 pZyhmPYtQHtFFJXBJTGGVYa/uh0uXCMuTh7mMhyF4hUNzgOTRUgz2S8qvbJeworrg8vlXPF1 9wba15oMmfSrK4L2VWx1U9A+exV43grv8tG8vhNnhk/YFLE3aJ8smYAowWM70+7WzlsmR0E7 55Ux7Vyd3HCqNsBuOivrMqz45En4oVE+itWvdE/5CTDP8reGc5Wf6hqMfooGjmRWc3avHIWX q4P2igxnDKNrAbzlg12Oi5bAgyE7nPERMRuEzAiAr++S+0LQPgSWlvioJWtAa8l5xpi+EWiv wLAtxspV9NWg/fagfRXkcPiK/QUrbkSNVDA0nzCklNkx7ZPdCkW9vb0RNOWwEAXalzsH+6BA O356eXlB1AqOUlSR3nX5rALaFeoutmu7oXZd0J4sE1dm14ccbNJTZrd60g3OBu0rfoCvBdpH PxzW0vJhcMfEEmtZPtO+lgyHpmoPtfje5Z+TNwDtk58wlVnrOlia8Wk2z/9skWZIzqOBsl8+ 0z7vw9nmKm7Luhlon4zAWRG0LwxCm+1XD1uGx8y2xsrWm1uC9kOw4bS+eDFDQQlod498TLZd yClufknlALcPLUNH...
2012 Jun 24
0
nouveau _BIOS method
...3.LCKF. 0310: 50 52 4d 34 08 50 52 4d 35 08 50 38 30 44 20 4c PRM4.PRM5.P80D L 0320: 49 44 53 08 50 57 52 53 08 44 42 47 53 08 54 48 IDS.PWRS.DBGS.TH 0330: 4f 46 08 41 43 54 31 08 41 43 54 54 08 50 53 56 OF.ACT1.ACTT.PSV 0340: 54 08 54 43 31 56 08 54 43 32 56 08 54 53 50 56 T.TC1V.TC2V.TSPV 0350: 08 43 52 54 54 08 44 54 53 45 08 44 54 53 31 08 .CRTT.DTSE.DTS1. 0360: 44 54 53 32 08 44 54 53 46 08 00 38 52 45 56 4e DTS2.DTSF..8REVN 0370: 08 00 10 41 50 49 43 08 54 43 4e 54 08 50 43 50 ...APIC.TCNT.PCP 0380: 30 08 50 43 50 31 08 50 50 43 4d 08 50 50 4d 46 0.PCP1.PPCM.PPMF 0...
2010 Mar 09
0
Disable echo canceller Fonebridge
Hello! I have problems with audio in conference zap sip, I have choppy audio. I believe this problem is cause by de echo canceller from the fonebridge that I use in my system. Can someone explain me how I can disable the echo canceller form the fonebridge? I'm using dual port T1/E1 foneBRIDGE2 Thanks!! -------------- next part -------------- An HTML attachment was scrubbed... URL: