similar to: Question on MME and Compute Subchannel in Kepler+

Displaying 20 results from an estimated 200 matches similar to: "Question on MME and Compute Subchannel in Kepler+"

2012 Jan 20
0
fit Johnson Sb with fitdist(method="mme")
Dear R-helpers, I am trying to fit my data to a 4-parameter lognormal distribution (aka Johnson Sb dist) with fitdist function from the library(fitdistrplus). So far, I have learnt that with "mle" method it's not always possible to estimate the gamma and delta parameters even if the bounding estimates are "known"/"guessed". Therefore, I tried to fit it with the
2009 Feb 13
0
The effect of MLE and MME to probability of rejection
Hi I am beginner with R I would like to compare the performance of Maximum likelihood Estimator (MLE) and Method of Moment Estimator (MME) effect probability of rejection, p. My MLE is x=rlnorm(10,meanlog = 2, sdlog =5) x xbar=mean(x) ssqrt=var(x) xbar ssqrt #MLE y=log(x) m1=mean(y) s1=var(y) m1 s1 #MME m2=log(xbar^2/sqrt(ssqrt+xbar^2)) s2 = log((ssqrt+xbar^2)/xbar^2) m2
2014 Jul 10
3
[PATCH 0/3] nvc0: ARB_(multi_)draw_indirect support
The main patches are from Christoph. Unfortunately they're a little beyond my understanding of all the vertex-related details, but they generally seemed fine. I'm just going to push these unless someone steps up to review them. Christoph Bumiller (2): nvc0: add support for indirect drawing nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYS Ilia Mirkin (1): nouveau: check if
2011 Oct 06
1
apply and functions with many arguments
Dear all, I would like to use the following function fitdist(data, distr, method=c("mle", "mme", "qme", "mge"), start=NULL, fix.arg=NULL, ...) for many different distr values like distr=c("norm","lnorm","pois") (just a small example) and take back into a list the parameter name which is what is inside distr plus what the
2014 Dec 31
0
[PATCH] nv50,nvc0: set vertex id base to index_bias
Fixes the piglits which check that gl_VertexID includes the base vertex offset: arb_draw_indirect-vertexid elements gl-3.2-basevertex-vertexid Note that this leaves out the original G80, for which this will continue to fail. It could be fixed by passing a driver constbuf value in, but that's beyond the scope of this change. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc:
2005 Jun 21
1
FLAC encoder craps out at 2 GiB border
As if I hadn't had enough audio problems yet (Audacity won't record in 24/32 bits in spite of the MME driver being capable of such (verified with line-in plugin for Winamp) and stays in 16 bit, now I need to find software that works; a driver bug causing only 32 bit int to work for recording complicates things further), now I've also encountered a FLAC encoder file size limit. Look
2013 Sep 03
2
NT_STATUS_CONNECTION_REFUSED with smbclient and samba 4.0.6
Hello, I'm trying to install samba 4 as a DC following this tutorial https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO. Ihave reached the step of testing the connectivity to the DC with smbclient [root at DC-TEST ~]# /usr/local/samba/bin/smbclient -L localhost -U% session setup failed: NT_STATUS_CONNECTION_REFUSED Samba 4 has started successfully [root at DC-TEST ~]# netstat -lntp
2023 Jun 22
1
[PATCH v2] drm/nouveau/gr: enable memory loads on helper invocation on all channels
We have a lurking bug where Fragment Shader Helper Invocations can't load from memory. But this is actually required in OpenGL and is causing random hangs or failures in random shaders. It is unknown how widespread this issue is, but shaders hitting this can end up with infinite loops. We enable those only on all Kepler and newer GPUs where we use our own Firmware. Nvidia's firmware
2010 Oct 05
0
Help with Wavelab5.0 re sound card preferences
Hi, Please, could you tell me how to get Wine to read my sound card for Wave-lab 5, for Playback and Recording? I can only select MME-WDM Wine wave out mapper or MME-WDM default. I have Karmic Koala, Wine 1.2 and a Creative 24bit 96khz sound-blaster live. Using search gave me nothing. Thank you. Mike
2005 Feb 14
1
New delete option?
Hi. I've been a proud user of rsync in 9 years! I have always found an option with rsync that offers exactly the functionality I want. But today my search was negative: I would like an option that deletes the source file(s) *if* successfully transferred (i.e. delete source upon completion). Maybe an option like '--delete-source'. What do you guys think about this? Sounds dangerous?
2010 Nov 09
0
haplotype and epistasis analysis using 3 or more SNPs?
Dear Mme/Mr. Hope you are doing well. I am doing some genetic analysis using The R software and I have difficulties to find how I can perform an Interaction/epistasis analysis using 3 or more SNPs (=markers) ? (In the instructive manual, there is only an interaction/epistasis analysis with 2 markers). In addition can you please inform me how I can perform Haplotype analysis and if there is an
2005 Jan 10
0
jack audio driver
hi there i've been testing various windows audio apps with the latest wine (specific questions relating to them on the way ... ), and so i've been fiddling around with the WinMM and dsound settings in the config file. i'm pretty sure that wineoss.drv works fine, along with winealsa.drv - but what's the deal with winejack.drv? i have jack installed, but if i select the jack
2011 Jun 19
4
Can WINE help me using Dell Axim from Puppy Linux 511?
Since I'm new to this forum I probably I'm doing something wrong, I'm sorry if this's the case! I don't have a windows base system, solely Puppy Linux. I do have an Axim, though; can't do hardly anything useful with it since starting using just Linux. Went through many pages about WINE but failed to locate any useful info. That's the reason for posting my issue here.
2013 Jul 03
1
Samba 4 Rhedhat 6 And classicupgrade errors
Hi, i upgrade on a new server samba3 to samba4 with a LDAP Backend. I have followed this HowTO ?http://wiki.samba.org/index.php/Samba4/samba-tool/domain/classicupgrade/HOWTO until de classicupgrade step Here is the errors I get ?/usr/local/samba/bin/samba-tool domain classicupgrade --dbdir=/root/samba3/tdbfiles --use-xattrs=yes? --realm=bceao.int /root/samba3/tdbfiles/smb.conf Reading
2011 Jan 15
5
Wave audio problem
I have some problems with wave audio in Wine. It sais that my device does not support any format at all. I run the following Code: #include <windows.h> #include <cstdio> typedef int (*EnumDevicesCallback)(const WAVEOUTCAPS* caps,void* param_through); int enumDevices(EnumDevicesCallback onDevice,void* param_through) { unsigned int n_devs=waveOutGetNumDevs(); unsigned int i=0;
2012 Jun 10
0
--stats and performance issue
Hello, My question is regarding the interpretation of --stats output and whether I have a performance issue or not. Can the client/server architecture (rsync client on one machine, rsync server on another machine) be far slowlier than a local rsync session ? This is the ouput of an rsync session: date rsync -v --recursive --links --perms --times --group --owner --xattrs --acls --delete
2014 Dec 11
0
[PATCH RFC v6 09/20] s390x/css: Add a callback for when subchannel gets disabled
From: Thomas Huth <thuth at linux.vnet.ibm.com> We need a possibility to run code when a subchannel gets disabled. This patch adds the necessary infrastructure. Signed-off-by: Thomas Huth <thuth at linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com> --- hw/s390x/css.c | 12 ++++++++++++ hw/s390x/css.h | 1 + 2 files changed, 13 insertions(+)
2014 Dec 11
0
[PATCH RFC v6 09/20] s390x/css: Add a callback for when subchannel gets disabled
From: Thomas Huth <thuth at linux.vnet.ibm.com> We need a possibility to run code when a subchannel gets disabled. This patch adds the necessary infrastructure. Signed-off-by: Thomas Huth <thuth at linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com> --- hw/s390x/css.c | 12 ++++++++++++ hw/s390x/css.h | 1 + 2 files changed, 13 insertions(+)
2023 May 15
0
[PATCH] drm/nouveau: bring back blit subchannel for pre nv50 GPUs
1ba6113a90a0 removed a lot of the kernel GPU channel, but method 0x128 was important as otherwise the GPU spams us with `CACHE_ERROR` messages. We use the blit subchannel inside our vblank handling, so we should keep at least this part. Closes: https://gitlab.freedesktop.org/drm/nouveau/-/issues/201 Fixes: 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") Signed-off-by:
2023 May 26
1
[PATCH v2] drm/nouveau: bring back blit subchannel for pre nv50 GPUs
On Fri, May 26, 2023 at 5:11?AM Karol Herbst <kherbst at redhat.com> wrote: > > 1ba6113a90a0 removed a lot of the kernel GPU channel, but method 0x128 > was important as otherwise the GPU spams us with `CACHE_ERROR` messages. > > We use the blit subchannel inside our vblank handling, so we should keep > at least this part. > > v2: Only do it for NV11+ GPUs > >