Displaying 20 results from an estimated 700 matches similar to: "Applying function to lots of separate data sets"
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
On 10 September 2015 at 15:23, Gerd Hoffmann <kraxel at redhat.com> wrote:
> On Do, 2015-09-10 at 09:59 +0100, Emil Velikov wrote:
>> On 9 September 2015 at 12:42, Gerd Hoffmann <kraxel at redhat.com> wrote:
>> > From: Dave Airlie <airlied at redhat.com>
>> >
>> > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
>> > ---
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
On 10 September 2015 at 15:23, Gerd Hoffmann <kraxel at redhat.com> wrote:
> On Do, 2015-09-10 at 09:59 +0100, Emil Velikov wrote:
>> On 9 September 2015 at 12:42, Gerd Hoffmann <kraxel at redhat.com> wrote:
>> > From: Dave Airlie <airlied at redhat.com>
>> >
>> > Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
>> > ---
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
On 10 September 2015 at 15:52, Gerd Hoffmann <kraxel at redhat.com> wrote:
> Hi,
>
>> > Dave? Looking at the ioctls they are all fine for render nodes, there
>> > isn't anything modesetting related in the device-specific ioctls.
>> >
>> > Correct?
>> >
>> Unless I've overdone the coffee this time - modesetting is done via
2015 Sep 10
2
[PATCH 5/5] virtgpu: mark as a render gpu
On 10 September 2015 at 15:52, Gerd Hoffmann <kraxel at redhat.com> wrote:
> Hi,
>
>> > Dave? Looking at the ioctls they are all fine for render nodes, there
>> > isn't anything modesetting related in the device-specific ioctls.
>> >
>> > Correct?
>> >
>> Unless I've overdone the coffee this time - modesetting is done via
2008 Aug 15
2
out of memory in flist_expand
Hello list,
I get the following error using rsync 3.0.3 (both sides):
...
data/xxxxxxxx/admin_docs/2/8/9/9/0/7/9/msg-75682-748.msg is uptodate
data/xxxxxxxx/admin_docs/2/8/9/9/0/8/0/msg-75682-749.txt is uptodate
ERROR: out of memory in flist_expand [generator]
rsync error: error allocating core memory buffers (code 22) at util.c(117)
[generator=3.0.3]
rsync error: received SIGUSR1
2012 Mar 13
2
beginner's loop issue
Dear All,
I hope you don't mind helping me with this small issue. I haven't been using
R in years and I'm trying to fill in a matrix
with the output of a function (I'm probably using the Matlab logic here and
it's not working).
Here is my code:
for (i in 1:length(input)){
out[i,1:3] <- MyFunction(input[i,1],input[i,2], input[i,3])
out[i,4:6] <-
2015 Sep 10
1
[PATCH 5/5] virtgpu: mark as a render gpu
On 9 September 2015 at 12:42, Gerd Hoffmann <kraxel at redhat.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
> ---
> drivers/gpu/drm/virtio/virtgpu_drv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.c
2009 Mar 28
1
stratified variables in a cox regression
>Hello,
I am hoping for assistance in regards to examining the contribution
of stratified variables in a cox regression. A previous post by Terry
Therneau noted that "That is the point of a strata; you are declaring
a variable to NOT be proportional hazards, and thus there is no
single "hazard ratio" that describes it". Given this purpose of
stratification, in the
2008 Jul 23
3
cpufreq info propagation
Now that I finally got around to update our sources, I had a closer look at
those changes, and apart from stylistic issues on the Linux side (part of
which I may have asked for, but the result was somewhat overdone so
the code is hardly legible now - I''ve got a patch queued to streamline this
a little) I find it rather odd (fragile) that the who-is-in-charge information
gets propagated
2007 Oct 15
18
Merbivore.com - Mockups
There''s been some discussion on the IRC channel about getting a site
for Merb going. Since the culture around the project is pretty
casual, I figured I''d just throw a few ideas together, see what you
guys think.
So, firstly here are three example pages, just to show off the
general look and feel.
http://mr-eel.com/tmp/merb/01_frontpage.gif
2012 May 12
2
Quota, message is never send?
I think i have quota setup correctly, but finally time arrived to check
that ;)
opensuse:/etc/dovecot # doveadm quota get -u luuk
Quota name Type Value Limit %
User quota STORAGE 571973 716800 79
User quota MESSAGE 45555 - 0
It seems i am at 79% of my quota
so, i added a line to conf.d/90-quota.conf, to get a wraning when quota
exceeds 10%:
....
plugin {
quota_warning = storage=95%%
2019 Apr 01
3
Today is the last day of mediocre library call optimizations
To this day, we still do too little when it comes to optimizing well
known library calls.
Given that various libraries, especially the C/C++ standard library, are
relatively clear defined, and LLVM has all the infrastructure already in
place, e.g., SimplifyLibCalls.cpp, it seems odd that we still miss so
many optimization opportunities.
To show how easy it is, and how much impact it can have, I
2015 Jun 15
2
[PATCH v2 2/2] drm/nouveau: add GEM_SET_TILING staging ioctl
On Mon, Jun 15, 2015 at 04:09:29PM +0900, Alexandre Courbot wrote:
> From: Ari Hirvonen <ahirvonen at nvidia.com>
>
> Add new NOUVEAU_GEM_SET_TILING ioctl to set correct tiling
> mode for imported dma-bufs. This ioctl is staging for now
> and enabled with the "staging_tiling" module option.
>
> Signed-off-by: Ari Hirvonen <ahirvonen at nvidia.com>
>
2015 Sep 10
0
[PATCH 5/5] virtgpu: mark as a render gpu
Hi,
> > Dave? Looking at the ioctls they are all fine for render nodes, there
> > isn't anything modesetting related in the device-specific ioctls.
> >
> > Correct?
> >
> Unless I've overdone the coffee this time - modesetting is done via
> the card# node, while render via either card# or renderD#.
Exactly, thats why anything modesetting-related must
2015 Sep 11
0
[PATCH 5/5] virtgpu: mark as a render gpu
On 11 September 2015 at 01:04, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 10 September 2015 at 15:52, Gerd Hoffmann <kraxel at redhat.com> wrote:
>> Hi,
>>
>>> > Dave? Looking at the ioctls they are all fine for render nodes, there
>>> > isn't anything modesetting related in the device-specific ioctls.
>>> >
2007 Apr 15
1
dovecot pam const
In passdb-pam.c, I found some bits about const with some PAM data types.
Rather than check for each vendor of PAM, better to check for actual
const usage ... some vendors have changed const-ness between releases.
Also, actually testing constness is great for supporting new
implementations that may come out.
Here is the autoconf test I use in pam_otp_auth:
--8<--
# Check PAM headers for
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was
wondering if there were any free tools available for UML design.
There is a list of free tools on wikipedia under UML tools, but I don''t
understand if I need a tool that supports the ruby language. If anyone
uses a free UML tool for designing Ruby on Rails apps, please let me
know what you use.
2007 Aug 25
0
Protecting Your Search Engine Rankings
Your website''s ranking on search engines is a vital element of your
overall marketing campaign, and there are ways to improve your link
popularity through legitimate methods. Unfortunately, the Internet is
populated by bands of dishonest webmasters seeking to improve their link
popularity by faking out search engines.
The good news is that search engines have figured this out, and are
2004 Jul 09
0
Winbind weirdness, seems to join wrong domain
Hi
Samba/NT Domain controller newbie... please be gentle :^)
I'm trying to configure a customer RH EL 3 server running samba 3.0.2 to use
winbind to enable samba (and indeed sshd or telnet etc.) to authenticate
users against MS NT Domain controllers..
The domain the samba server should join is named LEEDS, note that the NT
systems (there are several BDC's on the local subnet) are out of
1998 Dec 17
1
Repost: Browsing across subnets (again)
I'm sorry if people are getting fed up with my question, but I didn't get a response from the first post, and I didn't even see the second post appear in the summary.
Hi All,
this is probably a common problem and FAQ but I can't the solution.
I've got two subnets, 10.1.1.0/255.255.0.0 at Leeds and 10.2.0.0/255.255.0.0 at Doncaster.
At Leeds, I've got samba running as