search for: cvt

Displaying 20 results from an estimated 100 matches for "cvt".

Did you mean: cnt
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
...2) more serious. I found this message after disappearance of virtual machine created early. I restart XAPI tool stack and machine was killed (not shutdowned, but completely removing). Here log (from machine where domain was resident) Main line in log file I suspect: [20101026T14:50:09.639Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|dbsync] killing umanaged domain: 4e118da2-8485-23c9-de75-a6c6862df33c Full log part: [20101026T14:50:09.518Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|dbsync] updating VM states [20101026T14:50:09.523Z|debug|cvt-xh4|0 thre...
2009 Aug 27
2
chooseCRANmirror()
...new student of R and Ubuntus. The other warning "argument 'lib' is missing: using '/home/ogbos/R/i486-pc-linux-library/2.8'" is also a source of worry to me. Could you please be kind enough to guide me. Your help will be much appreciated. Ogbos > install.packages("cvt") Warning in install.packages("cvt") : argument 'lib' is missing: using '/home/ogbos/R/i486-pc-linux-gnu-library/2.8' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning: unable to access index for repository http://...
2015 Aug 19
5
[PATCH 1/2] nvc0/ir: detect AND/SHR pairs and convert into EXTBF
Some shaders appear to extract bits using shift/and combos. Detect (some) of those and convert to EXTBF instead. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- .../drivers/nouveau/codegen/nv50_ir_peephole.cpp | 66 +++++++++++++++------- 1 file changed, 46 insertions(+), 20 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp
2007 Mar 20
4
blktap howto
...9;, ''tap:aio:/var/lib/xen/test.swap,hda2,w'' ] blktapctrl do nothing domU cannot start, fail when mounting root what i''m doing wrong? i dont have any kernel module for blktap, is this ok? --------------------------------------- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA - http://lcna.slu.cz ======================================= _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2014 Feb 28
2
Tesla shader ISA question
Hello, I've recently run into an unknown bit in Tesla shaders, and was hoping you could shed some light on it. I believe they're related to clamping of some sort. Here are 2 examples (from diff shaders): a0000401 cc054780 cvt rpi f32 $r0 f32 $r2 [unknown: 00000000 00010000] a000060d 8c014780 cvt rni s32 $r3 f32 $r3 [unknown: 00000000 00010000] [This is intel-style syntax, cvt = convert/move, rni/rpi = rounding mode stuff, hope that clears up the syntax...] The destination register tends to go to a texture-related...
2009 Aug 28
1
No internet connection
Good morning all, I am running linux on Ubuntus. I am unable to install any R packages. The error message below always returns whenever I make an attempt: > install.packages("cvt") Warning in install.packages("cvt") : argument 'lib' is missing: using '/home/ogbos/R/i486-pc-linux- gnu-library/2.8' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning: unable to access index for repository http:/...
2012 Aug 06
4
[LLVMdev] Casting from float to unsigned char - incorrect output?
...unc(float c); int main() { printf("%d\n", trunc(-1.0)); } I am running the mips code on a PISA simulator (SimpleScalar's Simple-Sim 3.0) instead of a MIPS IV simulator, so there is a little bit of translation occurring before I can simulate it; here is the revised code: trunc: cvt.w.s $f0, $f12 mfc1 $2, $f0 jr $ra nop the cvt.w.s function in PISA MIPS is rounding towards zero, so it should meet the specification for trunc.w.s in MIPS IV. Here are the commands I used to compile test.c (with the trunc function in it): clang -emit-llvm -mfloat-abi=hard -cc...
2014 Jun 10
2
TCP connection works for only remote host
...llowing error >>> con=libvirt.open("qemu+tcp:///system") libvirt: XML-RPC error : unable to connect to server at 'localhost:16509': Connection refused Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py", line 239, in open if ret is None:raise libvirtError('virConnectOpen() failed') libvirt.libvirtError: unable to connect to server at 'localhost:16509': Connection refused >>> Is there any other...
2007 Mar 23
3
SRTP testers needed
please look at http://www.voip-info.org/wiki/view/Asterisk+SRTP and try compile&run clients with srtp (linksys,gxp-2000, minisip, twikle, ...) --------------------------------------- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA - http://lcna.slu.cz =======================================
2010 Aug 29
1
XCP (bug?): another frontend device is already connected to this domain
...omid=0 | kind=tap | devid=51712)) If I recreate VBD, it seems fine but say usual error about ''non bootable'' (as if I run installation once and stops it). Main concern - first error message? What it is? And how can I debug i xensource.log is clear: [20100829T16:31:58.200Z| info|cvt-xh1|10262 unix-RPC| session.login_with_password D:6804a72a3b6a|http] stunnel pid: 23964 (cached = true) connected to 10.1.3.4:443 [20100829T16:31:58.225Z|debug|cvt-xh1|10263 unix-RPC||cli] xe vm-start uuid=105e35f9-71ba-799e-a8c0-4579f4c03087 username=root password=null __________________________...
2005 Jan 19
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
...target in the style of the C-backend (which > doesn't use any of the code generator components). If it does, making > use of the code generator infrastructure would make sense. > > -Chris > Sample from SUIF disassembler (done by someone else): lda $vr10.p32 <- main.A cvt $vr11.p32 <- $vr10.p32 add $vr12.p32 <- $vr11.p32,$vr9.s32 lod $vr13.s32 <- 0($vr12.p32) cvt $vr8.s32 <- $vr13.s32 mul $vr6.s32 <- $vr7.s32,$vr8.s32 ldc $vr15.s32 <- 5 ldc $vr18.s32 <- 1 add $vr17.s32 <- main.i,$vr18.s32 ******************** So I guess it is RISK. L...
2004 Aug 06
2
ices2 - memory leak
...st2 server duron 700Mhz 256RAM 100Mbps network 4 streams 128 kbs ogg from playlist(random) i have noticed memory leaks in ices2 (randomly) what type of info do you need to correct this? (im newbie to debugging) -- ------------------------------------- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz ===================================== <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org...
2005 Jan 18
2
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
On Tue, 18 Jan 2005, John Cortes wrote: >> Can you say a little bit about MACH-SUIF? With a brief google search, I >> didn't turn up anything that described the architecture. Is it a RISC-like >> machine with 32-bit instruction words? >> > > It's another VM representation. I haven't really gotten to know the nitty > gritty of the language so
2013 Mar 01
4
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...T_PTX_SREG_TID_X, > > ( > > ); > > mov.b32 %r2, retval0; > > > > //{ > > }// Callseq End 2 > > mad.lo.s32 %r0, %r0, %r1, %r2; > > cvt.rn.f64.s32 %fl3, %r0; > > // Callseq Start 3 > > { > > .reg .b32 temp_param_reg; > > // <end>} > > .reg .b32 retval0; > > call.uni (retval0), > >...
2011 Oct 05
1
call pickup
hello, is there some way to notify people in the same pickup group about call from caller to callee? i.e. i have call from 111 to 222 there are 222,333,444 in the same pickup group 333,444 see on the phone (aastra) that 111 calling to 222 and can pickup the call with *8 siemens have this on their sip openstage phones. how they do this? thanks -- --------------------------------------- Marek
2014 Apr 09
0
Tesla shader ISA question
...PM -0800, Ilia Mirkin wrote: > Hello, > > I've recently run into an unknown bit in Tesla shaders, and was hoping > you could shed some light on it. I believe they're related to clamping > of some sort. Here are 2 examples (from diff shaders): > > a0000401 cc054780 cvt rpi f32 $r0 f32 $r2 [unknown: 00000000 00010000] > a000060d 8c014780 cvt rni s32 $r3 f32 $r3 [unknown: 00000000 00010000] > > [This is intel-style syntax, cvt = convert/move, rni/rpi = rounding > mode stuff, hope that clears up the syntax...] > > The destination register ten...
2014 May 30
0
Hot memory and cpu update
...  n  nn" >>> vv.info() [1, 545792L, 545792L, 1, 6320000000L] 1. >>> vv.setMemoryFlags(545794) libvir: QEMU Driver error : invalid argument: cannot set memory higher than max memory Traceback (most recent call last):   File "", line 1, in   File "/home/fluent/cvt/convirt-enterprise/tg2env/local/lib/python2.7/site-packages/libvirt.py", line 1781, in setMemoryFlags     if ret == -1: raise libvirtError ('virDomainSetMemoryFlags() failed', dom=self) libvirt.libvirtError: invalid argument: cannot set memory higher than max memory >>> vv.set...
2016 Sep 21
2
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
Hi, Distribution: openSUSE 42.2 Beta, Kernel: 4.4. The box is a Dell Precision T7500 with an nVidia Quadro 4000 card and a displayport connected iiyama B2783QSU 2560x1440 monitor identified as DP-1. Problem: The monitor is detected as 1920x1080 and not 2560x1440. See Xorg log file at http://rogerprice.org/Xorg.0.log . There is no file /etc/X11/xorg.conf and in the directory
2019 Jul 25
5
[Bug 111217] New: compilation of vdpau shaders crashes in handleCVT_CVT
https://bugs.freedesktop.org/show_bug.cgi?id=111217 Bug ID: 111217 Summary: compilation of vdpau shaders crashes in handleCVT_CVT Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporte...
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...retval0; > > > call.uni (retval0), > > > INT_PTX_SREG_TID_X, > > > ( > > > ); > > > mov.b32 %r2, retval0; > > > > > > //{ > > > }// Callseq End 2 > > > mad.lo.s32                    %r0, %r0, %r1, %r2; > > > cvt.rn.f64.s32    %fl3, %r0; > > > // Callseq Start 3 > > > { > > > .reg .b32 temp_param_reg; > > > // <end>} > > > .reg .b32 retval0; > > > call.uni (retval0), > > > INT_PTX_SREG_CTAID_Y, > > > ( > > > ); > >...