search for: chia

Displaying 20 results from an estimated 139 matches for "chia".

Did you mean: chi
2012 Oct 04
3
(no subject)
Hi I would like to learn how the R function "hclust" deals with ties. It is written in Fortran, so I cannot access the code. Thanks!! [[alternative HTML version deleted]]
2005 Jul 07
14
Asterisk@home and Cisco 7910
Hi, Does anybody knows how to get this work? I have been searching all over and can?t find the way. Using chan_sccp tge phone can log in and has line tone. But the problem is that it is not able to receive nor dial out. Any help would be apprecieted. Thanks Javier --------------------------------- Sell on Yahoo! Auctions - No fees. Bid on great items. -------------- next part
2019 Jul 04
2
[PATCH v6 14/18] drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
On Wed, Jul 03, 2019 at 01:05:12PM -0700, Chia-I Wu wrote: > On Tue, Jul 2, 2019 at 7:19 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > Switch to the virtio_gpu_array_* helper workflow. > (just repeating my question on patch 6) > > Does this fix the obj refcount issue? When was the issue introduced? obj...
2019 Jul 04
2
[PATCH v6 14/18] drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
On Wed, Jul 03, 2019 at 01:05:12PM -0700, Chia-I Wu wrote: > On Tue, Jul 2, 2019 at 7:19 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > Switch to the virtio_gpu_array_* helper workflow. > (just repeating my question on patch 6) > > Does this fix the obj refcount issue? When was the issue introduced? obj...
2009 May 16
1
I can't update
...iburl = contriburl, : 'lib = "C:/PROGRA~1/R/R-29~1.0/library"' is not writable Erro em install.packages(update[instlib == l, "Package"], l, contriburl = contriburl, : unable to install packages I will wait for answer about this. Sicerelly -- MSc. Gilson Sánchez Chia Doutorando do curso Agronomia Tropical - AT Universidade Federal do Amazonas, UFAM Av. General Rodrigo Otávio Jordão Ramos 3000 Campus Universitário - Setor Sul, Bloco X. CEP 69077-000 Manaus, Amazonas, Brasil E-mails: gilsonsch@gmail.com gilson.chia@cpaa.embrapa.br +92-9170-1825 [[alternative HT...
2013 Mar 05
4
[LLVMdev] Convert C variable to LLVM IR Variable
...call InlineAsm(... ); but I am not really sure how to write LLVM InlineAsm. The reason why I take such indirect method is that as I know, JIT is not able to do with LLVM GlobalVariable with ThreadLocal type. I would be grateful to you for any idea on handling this problem Have A Nice Day Chia Lun Liu -- View this message in context: http://llvm.1065342.n5.nabble.com/Convert-C-variable-to-LLVM-IR-Variable-tp55680.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Oct 04
2
[LLVMdev] Problems of manipulating GEP for struct type
...any key reach reach stderr press any key reach reach stderr 0 libDynTrans.so 0x013650b8 Stack dump: 0. Program arguments: ./Release+Asserts/bin/translator ../testcase/print_arm2011 Segmentation fault If anyone can give a hint on the possible reason of segmentation fault, I would be grateful. Chia Lun -- View this message in context: http://llvm.1065342.n5.nabble.com/Problems-of-manipulating-GEP-for-struct-type-tp49616.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Dec 21
2
[LLVMdev] How to print machine code of JIT IR
...::JIT); * TargetMachine * tm = builder.selectTarget(); tm->Options.PrintMachineCode = true;* engine = builder.create(); and somewhere in my code, I use runJITonFunction(); Another question is that I am not sure when JIT would dump machine code. Does anyone know how to do that ? Chia Lun Liu -- View this message in context: http://llvm.1065342.n5.nabble.com/How-to-print-machine-code-of-JIT-IR-tp52776.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2019 May 06
1
[PATCH v2] drm/virtio: Remove redundant return type
..._fence_emit() always returns 0, since it has no error paths. Consequently no calls for virtio_gpu_fence_emit() use the return value, and it can be removed. Signed-off-by: Robert Foss <robert.foss at collabora.com> Suggested-by: Emil Velikov <emil.velikov at collabora.com> Reviewed-by: Chia-I Wu <olvaffe at gmail.com> --- This patch was suggested in this email thread: [PATCH] drm/virtio: allocate fences with GFP_KERNEL https://www.spinics.net/lists/dri-devel/msg208536.html Changes since v1: - Rebased on drm-misc-next - Added r-b from Chia-I Wu drivers/gpu/drm/virtio/virt...
2006 Jan 05
1
convert matrix to data frame
Hi all, Suppose I have a 4 x 2 matrix A and I want to select the values in second column such that the value in first column equals to k. I gave the colnames as alpha beta, so I was trying to access the info using A$beta[A[,1]==k], however, I was told it's not a data frame, I can get the object by using dollar sign. I tried data.frame(A), but it didn't work. Any input
2013 Jan 07
1
[LLVMdev] Question on using GlobalVariable as function pointer
...v); // myjit is LLVM ExecutionEngine but, I get an error LLVM ERROR: Could not resolve external global address However, when I modify fty to be an integer type or some primitive type, there is no error. Since LLVM demo page is closed, so I am not sure how to do it correctly. Have A Nice Day Chia Lun Liu -- View this message in context: http://llvm.1065342.n5.nabble.com/Question-on-using-GlobalVariable-as-function-pointer-tp53187.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2012 Oct 04
0
[LLVMdev] Problems of manipulating GEP for struct type
Hi Chia Lun, On 04/10/12 07:58, ChiaLun wrote: > Hi, > > I use JIT to execute the following LLVM IR, > > ------------------------------------------------------------------------------------------------------------ > define internal fastcc i32 @L_00008120_(%struct.ThreadContext* %ThreadCt...
2019 Sep 05
1
[PATCH] drm/virtio: fix command submission with objects but without fence.
On Wed, Sep 04, 2019 at 04:10:30PM -0700, Chia-I Wu wrote: > On Wed, Sep 4, 2019 at 12:48 AM Gerd Hoffmann <kraxel at redhat.com> wrote: > > > > Only call virtio_gpu_array_add_fence if we actually have a fence. > > > > Fixes: da758d51968a ("drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing") >...
2004 Sep 04
5
R question
Hi, Would you help me solve the following question? Thanks. Question: If I try to set the probability=0.05 and find the approximate x. (The answer should be somewhere between 2.1782 and 2.1783.) I write about this R program as follows but I don¡¦t know how to get the value of x which is between 2.1782 and 2.1783. library(mvtnorm) value<-array(1000) a<-array(1000)
2019 Sep 03
0
[PATCH] drm/virtio: add worker for object release
...ate worker. Releasing objects requires > sending commands to the host. Doing that in the dequeue worker will > cause deadlocks in case the command queue gets filled up, because the > dequeue worker is also the one which will free up slots in the command > queue. > > Reported-by: Chia-I Wu <olvaffe at gmail.com> > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> Tested-by: Chia-I Wu <olvaffe at gmail.com> Reviewed-by: Chia-I Wu <olvaffe at gmail.com> > --- > drivers/gpu/drm/virtio/virtgpu_drv.h | 8 ++++++++ > drivers/gpu/drm/virtio/virtg...
2010 Sep 28
2
cochran Q test
Dear all, I am trying to look for a built in function that performs the cochran Q test. that is, cochranq.test(X) where X is a contingency table (maybe a matrix or data.frame). The output will naturally be the test statisitcs, p-value, etc. A quick search on Google gives me the cochran.test in the 'outlier' package, but I had a look at the description of the test and it doesn't look
2013 Jun 06
2
Installing Asterisk 11 on VirtualBox: Illegal Instruction
...nd run Asterisk 11 on Ubuntu 12.04.2 running over Oracle VM VirtualBox (v 4.1.8). So far I have tried it following two guides. The first is the one from "Asterisk: The Definitive Guide" 4th edition (http://ofps.oreilly.com/titles/9781449332426/asterisk-Install.html) and the one from Billy Chia "How to Install Asterisk 11 on Ubuntu 12.04 LTS" (http://blogs.digium.com/2012/11/14/how-to-install-asterisk-11-on-ubuntu-12-4-lts/). I'm able to install Dahdi, Libpri and Asterisk with no errors but as soon as I try to start asterisk with: /etc/init.d/asterisk start I got an er...
2006 Jan 09
2
warning message from nlme
Hi all, I tried to do a variance components using nlme, but I got the following warning mesage ##################################################### not meaningful for factors in: Ops.factor(y[revOrder], Fitted) ###################################################### Can someone point out what is the meaning of this warning message? I tried to look at Ops.factor, but I don't
2012 Sep 24
2
[LLVMdev] JIT problem with thread local global variable
...ot allocate thread local storage on this arch!"); *#endif }* ** Consequently, if we set LLVM global variable G to be thread local, and use jit to call getOrEmitGlobalVariable(G), we get an index, not address. So what if we want to change the value in G, how can we do this. Have A Nice Day Chia Lun Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120924/c8352e10/attachment.html>
2019 Jul 02
3
[PATCH v6 07/18] drm/virtio: add virtio_gpu_object_array & helpers
Some helper functions to manage an array of gem objects. v6: - add ticket to struct virtio_gpu_object_array. - add virtio_gpu_array_{lock,unlock}_resv helpers. - add virtio_gpu_array_add_fence helper. v5: some small optimizations (Chia-I Wu). v4: make them virtio-private instead of generic helpers. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 17 ++++++ drivers/gpu/drm/virtio/virtgpu_gem.c | 83 ++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/...