<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Using GPU&#039;s with MAX/MSP</title>
		<atom:link href="http://cycling74.com/forums/topic/using-gpus-with-maxmsp/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/feed</link>
		<description></description>
		<pubDate>Tue, 18 Jun 2013 00:31:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-40015</guid>
					<title><![CDATA[Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-40015</link>
					<pubDate>Fri, 26 Sep 2008 14:44:49 +0000</pubDate>
					<dc:creator>pointydrip</dc:creator>

					<description>
						<![CDATA[
						<p>Does anyone have any experience using GPU&#8217;s (Graphics Processing Unit) to process part of MAX/MSP&#8217;s programs in tandem with their CPU in order to increase their over all processing capacity?</p>
<p>I&#8217;ve read articles on it, but none that give any resources or how to&#8217;s. (mostly just entheusiasts who have managed to allocate OS functions to strings of GPU&#8217;s in order to break benchmarking records through overclocking)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141237</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141237</link>
					<pubDate>Fri, 26 Sep 2008 15:15:43 +0000</pubDate>
					<dc:creator>Anthony Palomba</dc:creator>

					<description>
						<![CDATA[
						<p>This has always been a fantasy of mine as well. To be able to <br />
use the GPU as a DSP. I think there are some significant technical<br />
problems that have to be over come. One being the kernel <br />
bandwidth generated by sending the data to the GPU, then back to <br />
user mode, then down to the audio hardware. This creates a <br />
lot of latency thus killing any real time benefits. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141238</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141238</link>
					<pubDate>Fri, 26 Sep 2008 20:47:58 +0000</pubDate>
					<dc:creator>pointydrip</dc:creator>

					<description>
						<![CDATA[
						<p>Yes I wondered about that, it seems that however you put it, there will always be a minimal amount of latency when dealing with real time audio manipulation. </p>
<p>However I wonder if there was a way to avoid returning to the user mode. Using the CPU mainly to traffic the data to the GPU (or several GPU) for calculation. I realize this takes out the possibility for true real-time variability, but it might be possible to have it done with pseudo-real-time variability. For example if the GPU was made to retain an alloted portion of a MAX/MSP program in memory and any variable modifications to the equation were sent intermittently (kind of the way midi does it, but in a larger capacity).</p>
<p>What if you could adapt the display output of a GPU to be sent to an external audio controller or soundcard?</p>
<p>The problem is obviously much more complex than this and I&#8217;m only beginning to scratch the surface, but to me if a GPU can be made to power the graphic complexities of today&#8217;s video games, it can be harnessed to use for audio manipulation.</p>
<p>Please correct me where I&#8217;m wrong&#8230;I&#8217;m very committed to stirring interest in the idea of expanding the capabilities of MAX/MSP as my projects frequently deal with far to much processing for a CPU to handle.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141239</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141239</link>
					<pubDate>Fri, 26 Sep 2008 22:24:44 +0000</pubDate>
					<dc:creator>Anthony Bisset</dc:creator>

					<description>
						<![CDATA[
						<p>Still, I&#8217;m sure a few examples of basic synthesis and processing on 1D matrices (or other matrix representations of audio) would encourage Max users to discover some novel methods. Only a few examples would be necessary to get people started e.g.,</p>
<p>matrix amplitude modulation<br />
matrix ring modulation <br />
matrix delay<br />
matrix flange/phase/chorus (some iterative feedback process) <br />
matrix EQ<br />
matrix compression</p>
<p>The concern about signal return times from the GPU is valid, but when contrasted against the power a GPU holds it might be worth digging in now even if the results are not real-time. Many advanced synthesis techniques started out as offline, &#8220;wait to render&#8221;, effects. Check out SonicWORX or TAU or Phymod.  </p>
<p>Also, slow-time / offline rendering has some advantages that I&#8217;m surprised mastering engineers and post guys haven&#8217;t pushed developers for like adaptive compression leveraging full song length look ahead, etc.) Or maybe this exists in some corner of the world? </p>
<p>Anyone have any novel Jitter audio processing tricks or ideas?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141240</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141240</link>
					<pubDate>Sat, 27 Sep 2008 00:52:14 +0000</pubDate>
					<dc:creator>mzed</dc:creator>

					<description>
						<![CDATA[
						<p>Quote: pointydrip wrote on Fri, 26 September 2008 07:44<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> Does anyone have any experience using GPU&#8217;s (Graphics Processing Unit) to process part of MAX/MSP&#8217;s programs in tandem with their CPU in order to increase their over all processing capacity?<br />
> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>
As I understand it, it&#8217;s kind of a pain to get data back from the GPU.  In the current state of things, you&#8217;d loose a lot of efficiency at that point.</p>
<p>mz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141241</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141241</link>
					<pubDate>Sat, 27 Sep 2008 08:54:20 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p>&#8220;cuda zone&#8221; (nvidia&#8217;s cuda developer resource) shows several examples<br />
of gpu being order of magnitude faster then cpu.<br />
its already used for signal processing.<br />
<a href="http://www.umiacs.umd.edu/~odonovan/Waspaa2007.pdf" rel="nofollow">http://www.umiacs.umd.edu/~odonovan/Waspaa2007.pdf</a></p>
<p><a href="http://koonlab.com/CUDA_RealFIR/CUDA%20Real%20FIR.html" rel="nofollow">http://koonlab.com/CUDA_RealFIR/CUDA%20Real%20FIR.html</a></p>
<p>as a jitter user i can say readback is problems, but it passable.</p>
<p>On Sat, Sep 27, 2008 at 3:52 AM, mzed <mzed @cnmat.berkeley.edu> wrote:<br />
><br />
> Quote: pointydrip wrote on Fri, 26 September 2008 07:44<br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
>> Does anyone have any experience using GPU&#8217;s (Graphics Processing Unit) to process part of MAX/MSP&#8217;s programs in tandem with their CPU in order to increase their over all processing capacity?<br />
>><br />
><br />
> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
><br />
><br />
> As I understand it, it&#8217;s kind of a pain to get data back from the GPU.  In the current state of things, you&#8217;d loose a lot of efficiency at that point.<br />
><br />
> mz<br />
><br />
><br />
><br />
> &#8211;<br />
> || michael f. zbyszynski &#8212; molecular gastronimist<br />
> || <a href="http://www.cnmat.berkeley.edu/" rel="nofollow">http://www.cnmat.berkeley.edu/</a><br />
> || <a href="http://www.mikezed.com/" rel="nofollow">http://www.mikezed.com/</a><br />
><br />
><br />
><br />
></mzed></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141242</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141242</link>
					<pubDate>Sat, 27 Sep 2008 09:40:07 +0000</pubDate>
					<dc:creator>Thijs Koerselman</dc:creator>

					<description>
						<![CDATA[
						<p>On Fri, Sep 26, 2008 at 4:44 PM, Chris Maynard wrote:</p>
<p>><br />
> Does anyone have any experience using GPU&#8217;s (Graphics Processing Unit) to<br />
> process part of MAX/MSP&#8217;s programs in tandem with their CPU in order to<br />
> increase their over all processing capacity?<br />
><br />
></p>
<p>The processor itself is not the problem, so once the readback issues have<br />
been sorted I think we&#8217;re in for some really great DSP developments. The<br />
processor used in the original UAD card was a graphics processor. It&#8217;s<br />
success kind of proves the potential of graphics processors for DSP<br />
applications I guess.</p>
<p>There are audio shaders in the jitter shader collection. I gave them a try a<br />
little while ago but didn&#8217;t succeed. There&#8217;s no documentation or examples. I<br />
was kind of surprised that they are sitting there, without anybody using<br />
them apparently.</p>
<p>Thijs</p>
<p>
<div><span id="toggle141242-0" class="patchtoggle" onmousedown="toggleMaxPatch('post141242-0', 'er141242-0');">&#8211; Pasted Max <span id="maxversion141242-0"></span> Patch, click to <span id="er141242-0">expand</span>. &#8211;</span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  width="110" height="14" class="clippy" ><param name="allowScriptAccess" value="always" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param NAME="FlashVars" value="copied=copied!&#038;copyto=copy to clipboard"/><param name="bgcolor" value="#FFFFFF"/><param name="wmode" value="opaque"/><embed src="/wp-content/plugins/bbpress-copy-compressed/clippy.swf"  width="110" height="14"   name="clippy"  quality="high"  allowScriptAccess="always"  type="application/x-shockwave-flash"  pluginspage="http://www.macromedia.com/go/getflashplayer"  FlashVars="text=----------begin_max5_patcher----------%0A1453.3oc6a1rbiiBD.9rySgJW6QOtDX86dJ6yQpolBKgUHQFTgjGmLSM4YeA%0AjjMHaEqXKuQxaxAjMAPMc%2B0MMPxuuaxzkrWv4Ss9aqGrlL422MYhpJYESp99%0AjoqQuDkhxUMaJEuks7ooyJ%2BUE3WJTU%2BDoXdR5bNlFi4VnMwDVcaVlDwRY7xW%0ABXt8LyBquW0tLTQziDZxO33nhxV6DHazh.G4i.eUOBz6BGmioEnBBiJ6gcU8%0AqXzhUnHby5xI%2BRUGvdts1LPS9j%2BBsBc4aIJ54DNaCMVeXM5afraANxRefYuI%0ApdMUn69FbQspgtYMglhKTpVPcKSnLgJHkD8r9KRzV1lh5FCqp8QRbL1XtqqS%0AzTkMlX1ZhlTyPQqUZlo%2BCmfRqkuxWXwqY3xAQnCnISmYMcp02ks3O2cmrX1k%0AyNaIzX11dFbbrUOB.2JfC7%2BofyZbdNJAe.4DSxyX43iBLB8om%2BrFONA1nvEf%0AumBdbUewSqGIbTLQnhZSq8IQR5DB3nDB7iPHf%2BSHjJaEriFqC.p9Ej3XTrEJ%0AadJaalnsye5k79Epf1JcSXvXDpr%2BBpNik0x3DgU8xWKCBTwiVrn7g8MxhYfv%0AKewL6qKU0iAXRvEYHNZcJIunmir.UYG6MFWtB3%2BUjkyLg40nBN4Eq6QwnrBK%0APODmA3UtaqxGgN2JwY7FsIMKry%2BnzNeU1ykX%2B54onk81ltpAH.T9v%2BVY65.2%0AKOH0mH.kj9CoRaCG2%2B6%2B5kUnXr0eA5sUz.krS0ZZNgiw0z9Ja42kkVkxDS1O%0AZ3FwKOaSAidfh6cfnxsb4dURXNBQEuWDMwnwWJFIXfb7lLiTaEg%2BMcpJsNPY%0AIzwbTEsUHRoXcFRTWdDppt4GAXOqSi7wFt5sNQaJ99tyLJ0aqP.hwQj0nzrT%0AgYvHE%2BkLdLlaLTpwntPebDSCxZAiI697qe.4GaX1eGLtcmQgORsLu2JcfKmv%0A4AUHiiqNOsyx%2BKOhkgeqkH1tKlYT1vRJPqehSM0qGaGqNJcjSYTbP0VVWX2A%0AWPkKAVAmAUUEyQayKdM0vS639OK2rZmuJrt%2B7ZuzGr91AFD8.2AmSfagqUTj%0APNTScnqW63ZoGaUQCr%2BJsm1XbJ5USy0JSCtSEjdfPkvIwFsbgBJ1W1DMRvpl%0AZeFHYBhPaiH8D%2Bnh307CFVQZTkiiOvEDVUatPrxvMxHQNBgpgQk8meGRnshi%0AgpDZcc5.ESnEXdVikLdlxV1PX7pWp07CmdghcTtaMky3jiII6B86OOzYADbD%0ArGdNX%2BQ36EheblcjOzNq2mQg4BVuf7SinDGD%2BLWLcjwbsjlnyK9I9WwnnczJ%0AiJyHUoG.MVhSQYgM7TZFuELynzHkm8CMbu2vrck9vttiLmPsazPVt%2BcrZ0gu%0ADEJVVzP5ai2SYBL6zgm0otd3hJ5yHk5JBPiTs1UpTE86dvETKFk2x5wm21uC%0AUY%2B5Fdir86vQ6w2rOXSuezMpMd2eLCLHP6JOG%2BLSvn9DathG4WjDAdy590rX%0ArEv59UbgXIsYBCFzoG.ppnOUbEvO3Fgn7%2B5Pj%2BjHpZT5Vin95ZINBQIFz2rb%0Abr6iqM2UkzaUpud2HTywuKhECuCWtsrg5SZIGs8MKHzt%2BhxTRKt2J28oyX4p%0AH5UZofkHOC7KGJBTy.%2BpaSnt7jLQKluGwQOii6FAn%2BWe04rNwG4zxud16Crp%0Am8gtzR.f03BNyB1alZfc48Ndy729vn0%2B%2Bv62PMJSSIzl%2B%2BJnrlx5M4mb1FdT%0A8vUcPBV5GMddAgtyd9v96.PqQGNo6lAbMINiIf8JIsEjuqBt7DZOsjKr0h7u%0AGqR9PSm2IXANDgkNH39iT41a.J2tiT8syHUe62A4NX.FJzqix8PSe2oH3CP4%0AdQWja6gXfP6QJo.5BhGNDQ7tr1CvcHJ41iUIG3OZkbWiUWZQxCGpR9I04CwE%0A8CFsvxvPvEe4O28u.1vjhiB%0A-----------end_max5_patcher-----------&#038;copied=copied!&#038;;copyto=copy to clipboard"  bgcolor="#ffffff"  wmode="opaque" /> </object></div>
<div id="post141242-0" style="display:none;visibility:hidden;" >
<div class="patchtoggleInfo"><small>Copy <b>all</b> of the following text.Then, in Max, select <em>New From Clipboard</em>.</small></div>
<div class="patchtogglediv">
<pre><code id="pastedcode141242-0">----------begin_max5_patcher----------
1453.3oc6a1rbiiBD.9rySgJW6QOtDX86dJ6yQpolBKgUHQFTgjGmLSM4YeA
jjMHaEqXKuQxaxAjMAPMc+0MMPxuuaxzkrWv4Ss9aqGrlL422MYhpJYESp99
joqQuDkhxUMaJEuks7ooyJ+UE3WJTU+DoXdR5bNlFi4VnMwDVcaVlDwRY7xW
BXt8LyBquW0tLTQziDZxO33nhxV6DHazh.G4i.eUOBz6BGmioEnBBiJ6gcU8
qXzhUnHby5xI+RUGvdts1LPS9j+BsBc4aIJ54DNaCMVeXM5afraANxRefYuI
pdMUn69FbQspgtYMglhKTpVPcKSnLgJHkD8r9KRzV1lh5FCqp8QRbL1XtqqS
zTkMlX1ZhlTyPQqUZlo+CmfRqkuxWXwqY3xAQnCnISmYMcp02ks3O2cmrX1k
yNaIzX11dFbbrUOB.2JfC7+ofyZbdNJAe.4DSxyX43iBLB8om+rFONA1nvEf
umBdbUewSqGIbTLQnhZSq8IQR5DB3nDB7iPHf+SHjJaEriFqC.p9Ej3XTrEJ
adJaalnsye5k79Epf1JcSXvXDpr+BpNik0x3DgU8xWKCBTwiVrn7g8MxhYfv
KewL6qKU0iAXRvEYHNZcJIunmir.UYG6MFWtB3+UjkyLg40nBN4Eq6QwnrBK
PODmA3UtaqxGgN2JwY7FsIMKry+nzNeU1ykX+54onk81ltpAH.T9v+VY65.2
KOH0mH.kj9CoRaCG2+6+5kUnXr0eA5sUz.krS0ZZNgiw0z9Ja42kkVkxDS1O
Z3FwKOaSAidfh6cfnxsb4dURXNBQEuWDMwnwWJFIXfb7lLiTaEg+McpJsNPY
IzwbTEsUHRoXcFRTWdDppt4GAXOqSi7wFt5sNQaJ99tyLJ0aqP.hwQj0nzrT
gYvHE+kLdLlaLTpwntPebDSCxZAiI697qe.4GaX1eGLtcmQgORsLu2JcfKmv
4AUHiiqNOsyx+KOhkgeqkH1tKlYT1vRJPqehSM0qGaGqNJcjSYTbP0VVWX2A
WPkKAVAmAUUEyQayKdM0vS639OK2rZmuJrt+7ZuzGr91AFD8.2AmSfagqUTj
PNTScnqW63ZoGaUQCr+Jsm1XbJ5USy0JSCtSEjdfPkvIwFsbgBJ1W1DMRvpl
ZeFHYBhPaiH8D+nh307CFVQZTkiiOvEDVUatPrxvMxHQNBgpgQk8meGRnshi
gpDZcc5.ESnEXdVikLdlxV1PX7pWp07CmdghcTtaMky3jiII6B86OOzYADbD
rGdNX+Q36EheblcjOzNq2mQg4BVuf7SinDGD+LWLcjwbsjlnyK9I9WwnnczJ
iJyHUoG.MVhSQYgM7TZFuELynzHkm8CMbu2vrck9vttiLmPsazPVt+crZ0gu
DEJVVzP5ai2SYBL6zgm0otd3hJ5yHk5JBPiTs1UpTE86dvETKFk2x5wm21uC
UY+5Fdir86vQ6w2rOXSuezMpMd2eLCLHP6JOG+LSvn9DathG4WjDAdy590rX
rEv59UbgXIsYBCFzoG.ppnOUbEvO3Fgn7+5Pj+jHpZT5Vin95ZINBQIFz2rb
br6iqM2UkzaUpud2HTywuKhECuCWtsrg5SZIGs8MKHzt+hxTRKt2J28oyX4p
H5UZofkHOC7KGJBTy.+paSnt7jLQKluGwQOii6FAn+We04rNwG4zxud16Crp
m8gtzR.f03BNyB1alZfc48Ndy729vn0++v62PMJSSIzl++Jnrlx5M4mb1FdT
8vUcPBV5GMddAgtyd9v96.PqQGNo6lAbMINiIf8JIsEjuqBt7DZOsjKr0h7u
GqR9PSm2IXANDgkNH39iT41a.J2tiT8syHUe62A4NX.FJzqix8PSe2oH3CP4
dQWja6gXfP6QJo.5BhGNDQ7tr1CvcHJ41iUIG3OZkbWiUWZQxCGpR9I04CwE
8CFsvxvPvEe4O28u.1vjhiB
-----------end_max5_patcher-----------</code></pre></div>
</div></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141243</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141243</link>
					<pubDate>Sun, 28 Sep 2008 18:26:43 +0000</pubDate>
					<dc:creator>pointydrip</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks&#8230;I thought it woulnd&#8217;t be a bad idea just to get the ball rolling on the subject.</p>
<p>I apologize, this is somewhat more of a jitter topic.</p>
<p>I&#8217;ll post more as it comes to me&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141244</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141244</link>
					<pubDate>Sun, 28 Sep 2008 19:36:22 +0000</pubDate>
					<dc:creator>Bill Canty</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m surprized no-one&#8217;s mentioned this yet:</p>
<p>From <a href="http://www.apple.com/macosx/snowleopard/" rel="nofollow">http://www.apple.com/macosx/snowleopard/</a></p>
<p>&#8220;OpenCL<br />
Another powerful Snow Leopard technology, OpenCL (Open Computing Language), makes it possible for developers to efficiently tap the vast gigaflops of computing power currently locked up in the graphics processing unit (GPU). With GPUs approaching processing speeds of a trillion operations per second, they&#8217;re capable of considerably more than just drawing pictures. OpenCL takes that power and redirects it for general-purpose computing.&#8221;</p>
<p>Sounds like Max&#8217;d have to be upgraded to take advantage of it, though.</p>
<p>Cheers,  Bill</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141245</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141245</link>
					<pubDate>Mon, 29 Sep 2008 02:12:01 +0000</pubDate>
					<dc:creator>pointydrip</dc:creator>

					<description>
						<![CDATA[
						<p>Cool, thanks for the tip. I&#8217;m definitely going to drop the bomb and go with a crossfire type system for next set up&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141246</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141246</link>
					<pubDate>Mon, 29 Sep 2008 14:00:34 +0000</pubDate>
					<dc:creator>yair reshef</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://danielbaggio.blogspot.com/2007/10/what-you-should-know-before-diving-into.html" rel="nofollow">http://danielbaggio.blogspot.com/2007/10/what-you-should-know-before-diving-into.html</a></p>
<p>On Mon, Sep 29, 2008 at 5:12 AM, Chris Maynard <chrismaynard5 @gmail.com> wrote:<br />
><br />
> Cool, thanks for the tip. I&#8217;m definitely going to drop the bomb and go with a crossfire type system for next set up&#8230;<br />
></chrismaynard5></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141247</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141247</link>
					<pubDate>Mon, 29 Sep 2008 15:49:17 +0000</pubDate>
					<dc:creator>Wesley Smith</dc:creator>

					<description>
						<![CDATA[
						<p>Indeed, there are at least 5 stream computing (which is what GPUs do)<br />
languages/APIs/whatever you want to call them on their way available<br />
from your favorite hardware/software vendor.  We&#8217;ll see where the<br />
chips fall.</p>
<p>CUDA ( <a href="http://www.nvidia.com/object/cuda_home.html" rel="nofollow">http://www.nvidia.com/object/cuda_home.html</a> )<br />
BROOK+ ( <a href="http://ati.amd.com/technology/streamcomputing/faq.html" rel="nofollow">http://ati.amd.com/technology/streamcomputing/faq.html</a> )<br />
DirectX11 (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=17104D6F-4784-47E1-81F9-AC2A261DA50E&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=17104D6F-4784-47E1-81F9-AC2A261DA50E&#038;displaylang=en</a><br />
)<br />
Larrabee ( <a href="http://www.intel.com/pressroom/archive/releases/20080804fact.htm?cid=cim:ggl" rel="nofollow">http://www.intel.com/pressroom/archive/releases/20080804fact.htm?cid=cim:ggl</a>|larrabee_us_brand|kEB31|s<br />
)<br />
OpenCL ( <a href="http://www.khronos.org/news/press/releases/khronos_launches_heterogeneous_computing_initiative/" rel="nofollow">http://www.khronos.org/news/press/releases/khronos_launches_heterogeneous_computing_initiative/</a><br />
)</p>
<p>wes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141248</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141248</link>
					<pubDate>Tue, 13 Sep 2011 16:03:38 +0000</pubDate>
					<dc:creator>t</dc:creator>

					<description>
						<![CDATA[
						<p>But is it possible to process 32-bit floating point numbers (audio signals data) on GPU? Joshua Kit Clayton said in one thread &#8220;Once on the GPU, *everything* is processed as RGBA. There is no concept of UYVY on the GPU or in any shader except for ones custom programmed to work with that sort of data *masquerading* as RGBA.&#8221; That was an UYVY / RGBA debate but&#8230;? How is it with processing 32-bit floats on GPU?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141249</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141249</link>
					<pubDate>Thu, 15 Sep 2011 16:24:13 +0000</pubDate>
					<dc:creator>christripledot</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m not sure who wrote the audio shaders in the Jitter examples, but if they&#8217;re reading this, would it be possible to see an example patch of them in use? I&#8217;ve been trying to puzzle them out for ages now.</p>
<p>I suspect it involves: [jit.slab], [jit.gl.shader], [jit.catch~], [jit.release~], [jit.window] and [jit.gl.render]. Sadly, I haven&#8217;t been able to find a way to make it work.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141250</guid>
					<title><![CDATA[Re: Using GPU&#039;s with MAX/MSP]]></title>
					<link>http://cycling74.com/forums/topic/using-gpus-with-maxmsp/#post-141250</link>
					<pubDate>Tue, 27 Sep 2011 12:14:17 +0000</pubDate>
					<dc:creator>christripledot</dc:creator>

					<description>
						<![CDATA[
						<p>*cough*</p>
<p>Somebody wrote them!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

