Re: [LAD] FLTK vs GTKmm

From: David Robillard <dave@email-addr-hidden>
Date: Tue Aug 11 2009 - 20:32:09 EEST

On Tue, 2009-08-11 at 09:04 +0200, Jens M Andreasen wrote:
> On Tue, 2009-08-11 at 07:45 +0100, Steve Harris wrote:
> > O
> > If that's what the CUDA interface to the outside world looks like then
> > wouldn't it be better to expose it as a JACK App, which loads CUDA-
> > specific plugins onto the graphics card?
> >
> > I don't see why you'd want to embed it in the jack daemon.
> >
>
> It is the scatter/gathering of data that is killing. I need to have one
> and only one transfer on the PCIe line for each period to be efficient,
> preferably in the 10 - 20KB range or more. The jack model of one
> channel, one buffer does not fit very well here.

Unless I'm missing something an app could do this just as jack could
internally. You receive and send the buffers from/to jack separately,
sure, but that's true regardless. Doesn't mean you have to do
individual transfers to the card, you get/send all the buffers at the
same time with jack.

The copy overhead sucks, but can't get away from that if you want it to
work with jack at all.

-dr

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Wed Aug 12 00:15:02 2009

This archive was generated by hypermail 2.1.8 : Wed Aug 12 2009 - 00:15:02 EEST