Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Compilers > Re: Compiler op...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 2403 of 2474
Post > Topic >>

Re: Compiler optimizations on GPU?

by "Giridhar S" <thisisgiri@[EMAIL PROTECTED] > Apr 29, 2008 at 08:51 PM

If you're talking of general-purpose computations on GPUs (GPGPU),
then many of the traditional optimizations are indeed useful and
necessary, since the code structure is general and not specialized
graphics code. Optimizations related to performance could be quite
im****tant - strength reduction, induction variable optimizations, code
motion and so on. IPA may not be very im****tant because most of the
compute-intensive "kernels" that run on the GPU are loops with a high
degree of data-parallelism and minimal control-flow branching (like in
function calls).

In fact, NVIDIA's compiler for CUDA uses the high-level optimizer from
the Open64 compiler framework for optimizing the general purpose code
before performing register allocation, scheduling and other
optimizations specific to the underlying GPU.

On Tue, Apr 29, 2008 at 1:03 PM, shrey <shreyas76@[EMAIL PROTECTED]
> wrote:
> Can any one give me some broad hints on what sort of compiler
> optimizations are im****tant for GPU's especially those on mobile
> platforms?  Do traditional heavy weight optimizations/analysis like
> IPA, PRE, loop transformations hold any usefulness ?

--
Giridhar
 




 5 Posts in Topic:
Compiler optimizations on GPU?
shrey <shreyas76@[EMAI  2008-04-29 10:03:01 
Re: Compiler optimizations on GPU?
"Giridhar S" &l  2008-04-29 20:51:30 
Re: Compiler optimizations on GPU?
torbenm@[EMAIL PROTECTED]  2008-04-30 09:34:30 
Compiler optimizations on GPU?
"Inderaj Bains"  2008-04-30 13:53:02 
Re: Compiler optimizations on GPU?
Anton Lokhmotov <al407  2008-05-06 10:34:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 1:18:08 CDT 2008.