search for: rvc

Displaying 19 results from an estimated 19 matches for "rvc".

Did you mean: rc
2009 Oct 02
3
Tabulating using arbitrary numbers of factors
...ng factor level names instead of the underlying coded numbers. Cheers and thanks for your time! Andrew Spence RCUK Academic Research Fellow Structure and Motion Laboratory Royal Veterinary College Hawkshead Lane North Mymms, Hatfield Hertfordshire AL9 7TA +44 (0) 1707 666988 mailto:aspence@rvc.ac.uk http://www.rvc.ac.uk/sml/People/andrewspence.cfm [[alternative HTML version deleted]]
2009 Jan 16
2
glmer documentation
Hello, I am fitting a gmler using poisson, and I was looking for a documentation to interpret correctly the output. I'm quite a beginner with these kind of models. I couldn't find something in the lme4 package manual. and on the internet neither... Thank you, Raphaelle -- View this message in context: http://www.nabble.com/glmer-documentation-tp21506036p21506036.html Sent from the R
2014 Apr 16
1
[Bug 10555] New: checksum-reading.diff causes rsync to segfault with large amount of files
...Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: haqthat at gmail.com QAContact: rsync-qa at samba.org LOCAL RSYNC command: rsync -rvc /tmp/dir1/ /tmp/dir2/ result: building file list ... rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1pre1] dmesg: rsync[38216]: segfault at 2a36 ip 00000000004209b6 sp 00007fffa6fc7e50...
2016 Aug 17
14
[RFC] RISC-V backend
...o specification for supported RISC-V assembly syntax, mnemonics etc. The ideal solution may not always be "whatever the GCC port currently does", so some aspect of this will involve discussions with the wider RISC-V software community. * Codegen * Compressed instruction set support (RVC) * Benchmarking and comparison to GCC RISC-V (and potentially other archs) Finally I'd like to give a prominent mention to Colin Schmidt, the UC Berkeley student who has been maintaining the current out-of-tree RISC-V LLVM port <https://github.com/riscv/riscv-llvm>. The RISC-V community...
2010 Aug 09
0
Fwd: RE: pvclust function
...Why, I don't know. Take a closer look at ?pvclust, especially the "usage", "arguments" and "examples" parts. HTH, Ivan -------- Message original -------- Sujet: RE: pvclust function Date : Mon, 9 Aug 2010 10:52:30 +0100 De : Holt, Hannah Rebecca <hholt@rvc.ac.uk> Pour : <ivan.calandra@uni-hamburg.de> Sorry Ivan, Thanks for your tips the output from str(cluster) is; function (file, header = FALSE, sep = "", quote = "\"'", dec = ".", row.names, col.names, as.is = !stringsAsFactors, na.strings =...
2010 Feb 23
5
axes limits in do3d
Does anybody know how to change the axes limits in do3d in made4? This is the code I have tried: do3d(sub, x=2, y=1, z=3, pch="+", col="darkgreen", ylim=c(0,4), xlim=c(0,140) ) But it doesn't seem to change the limits of the x and y axes as I would expect. I've also tried lab statements but can't seem to achieve the scales that I want. Any ideas would be much
2009 Sep 09
1
R code for creating and appending to frequency table
Apologies for what might seem like an simple question. I have written a model which gives me a frequency distribution for a particular score within a set. What I now want to do is loop this so that I get many different frequency distributions and append them to a table with a collum which specifies which loop the frequency distribution is from. What I wantto end up with would look something like
2016 Aug 18
3
[RFC] RISC-V backend
On 18 August 2016 at 00:08, Renato Golin <renato.golin at linaro.org> wrote: > On 17 August 2016 at 10:14, Alex Bradbury via llvm-dev >> * Codegen >> * Compressed instruction set support (RVC) >> * Benchmarking and comparison to GCC RISC-V (and potentially other archs) > > What about buildbots? > > I'm assuming "check-all" would be enough for now, but you'll have to > have at least one buildbot that builds the back-end (which for now > will be e...
2009 Sep 21
2
Four concurrent Markov chains
Hi, I am trying to write a simulation of the movements of four animals between six patches. The movement between patches is based on a first-order Markov chain so that the next patch they visit depends on the patch they were in before. I have written code that allows me to simulate the movement of one animal but when I add more there seems to be a problem and all chains come back as N/A. I can
2005 Jul 20
3
[Asterisk-Dev] Memory Leak in Stable?
...growing uncontrollably to the point where after about 6 weeks the box starts to swap itself to death. I've been keeping my eye on it today, and in the last 12 hours, it has grown by about 8 megabytes, and there has been no-one in the office placing any calls. [root@pbx tftpboot]# asterisk -rvc Asterisk CVS-v1-0-07/03/05-05:09:22, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================= Connected to Asterisk CVS-v1-0-07/03/05-05:09:22 currently running on pbx (pid = 731) nection> Verb...
2018 May 14
0
LLVM Weekly - #228, May 14th 2018
...VM. These allow debug info on labels to be emitted, which ultimately enables debuggers to set breakpoints on labels. [r331841](https://reviews.llvm.org/rL331841). * HexagonMCCodeEmitter was refactored to use data tables to handle fixups. [r331883](https://reviews.llvm.org/rL331883). * The .option rvc/norvc directives are now supported in RISC-V assembly. [r332107](https://reviews.llvm.org/rL332107). ## Clang commits * A large patch touching 14k lines removes all instances of `\brief` commands in Doxygen comments. Doxygen is run with autobrief, so these markers are unnecessary. [r331834](http...
2017 Jul 12
5
[LLD] Linker Relaxation
Hi, On Wed, Jul 12, 2017 at 2:21 AM, Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Thanks, Bruce. This is a very interesting optimization. > > lld doesn't currently have code to support that kind of code shrinking > optimization, but we can definitely add it. It seems that essentially we > need to iterate over all relocations while rewriting
2019 Sep 30
3
Adding support for vscale
On Tuesday, October 1, 2019, Jacob Lifshay <programmerjake at gmail.com> wrote: > On Mon, Sep 30, 2019 at 2:30 AM Sander De Smalen via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > I've posted two patches on Phabricator to add support for VScale in LLVM. Excellent! > > > > A brief recap on `vscale`: > > The scalable vector type in
2019 Oct 01
3
Adding support for vscale
...text even a 1k shader program hits a significant portion of the 1st level cache which is *not* separate from a *GPU*'s 1st level cache because the CPU *is* the GPU. consequently, SV has been specifically designed to "compactify" instruction effectiveness by "prefixing" even RVC 16-bit opcodes with vectorisation "tags". this has the side-effect of reducing executable size by over 10% in many cases when compared to RVV. > so I cannot comment on that, but I'll sketch the reasons for why it's not > an issue with RVV and maybe that helps you with SV...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...e_switch_context + 753 [0x2a6a27] Thread 5e527a8 Kernel stack: 14 IOWorkLoop::threadMain() + 0 [0x547cbe] Thread 5e52b7c Kernel stack: 14 IOWorkLoop::threadMain() + 0 [0x547cbe] ************************************************ Emil Olsen DVM, Ph.D Student KU LIFE DK & RVC UK Supported by Faxe Animal Hospital Working title: "Diagnosing Equine Cervical Vertebral Stenosis" Frederiksberg DK & Hatfield UK +45 20921986 / +44 7503 287711 eo at life.ku.dk
2009 Oct 08
1
unordered multinomial logistic regression (or logit model) with repeated measures (I think)
I am attempted to examine the temporal independence of my data set and think I need an unordered multinomial logistic regression (or logit model) with repeated measures to do so. The data in question is location of chickens. Chickens could be in any one of 5 locations when a snapshot sample was taken. The locations of chickens (bird) in 8 pens (pen) were scored twice a day (AMPM) for 20 days
2011 Jul 08
1
coxme for random effects only model
Dear all, I have encountered the following problem where coxme seems to allow model with only random effect in R 2.11.1 but not in R 2.13.0. Following is the error message using rat example data. Any comment on this is appreciated. In R2.13 > library(coxme) > rat1 <- coxme(Surv(time, status) ~ rx + (1|litter), rats) > rat0 <- coxme(Surv(time, status) ~ (1|litter), rats)
2009 Oct 12
1
Ordinal response model
I have been asked to analyse some questionnaire data- which is not data I'm that used to dealing with. I'm hoping that I can make use of the nabble expertise (again). The questionnaire has a section which contains a particular issue and then questions which are related to this issue (and potentially to each other): 1) importance of the issue (7 ordinal categories from -3 to +3) 2) impact
2010 Aug 09
1
(no subject)
Hi there, I have been trying to use the "pvclust" package but have been having some difficulties. This is the first time I have used R so I am sure the mistake I am making is a basic one. The data I have is a distance matrix and I have been using the command; fit <- pvclust(cluster, nboot=1000, method.dist="euclidean") to try and perform hierarchical clustering with