cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Paccone
Journeyman III

SDK with no compilant gpu ?

trying to get it work on debian with intel gpu / cpu

I was wondering if it is possible to have a try on Stream without a featured computer on AMD hardware.

Actually I use a notebook with intel chipset and cpu and no support for CUDA or Opencl at all; my intention is to test Stream on a multicore cpu before buying some hardware.

 

The trouble comes out compiling the SDK (2.1 on debian 32 bit) :

given the make, after some compiling i get

Building build/debug/x86/cal_idct
g++ -o build/debug/x86/cal_idct build/debug/x86//cal_idct.o build/debug/x86//Timer.o build/debug/x86//Samples.o -m32 -lpthread -ldl -L/usr/X11R6/lib   -laticalrt  -laticalcl    -L../../../../lib/x86  -L../../../../TempSDKUtil/lib/x86 
/usr/bin/ld: cannot find -laticalrt
collect2: ld returned 1 exit status
make[4]: *** [build/debug/x86/cal_idct] Error 1


I read aticalrt cames with card drivers; seems noway to me.

Is there some kind of card emulation, or workaround to just get it work on cpu?



0 Likes
4 Replies
omkaranathan
Adept I

You are compiling the sdk from main folder, which will compile both 'opencl' and 'cal' samples. Navigate to 'opencl' directory and hit 'make' from there.

Also please do not post external links which are not relevant to the discussion.

0 Likes

Well I found another makefile only in this directory and his subs

"ati-stream-sdk-v2.1-lnx32/samples/opencl"

and make went right.

But I can't  figure out how to launch the sdk and "make install" is not implemented.

I could post part of the dir tree

thanks

0 Likes

Paccone,

There is no 'make install'. Please read the Getting_Started_Guide included in the SDK on how to build and run the samples.

0 Likes

I figured it out. I thought i were dealing with a full IDE. Sorry

 

0 Likes