cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

soo
Journeyman III

what dose mean "$(CLEMU_ROOT)" in OpenCL project

hello. thank you for your watching~

I was download OpenCL project in AMD site, then i am debugging this.

In this project's properties define macro $(CLEMU_ROOT).

But i don't have $(CLEMU_ROOT) macro.

properties.png

I was install AMD APP SDK and catalyst driver for AMD.

These sentences are defined in AMD site(http://developer.amd.com/tools-and-sdks/opencl-zone/opencl-emulator-debugger/).

$(AMDAPPSDKROOT)\include

$(CLEMU_ROOT)\clemu

$(CLEMU_ROOT)\runCL

$(CLEMU_ROOT)\SDKUtil

$(CLEMU_ROOT)\include

Do I have to install the other things?

Plz give me an answer~~.

Thank you.

0 Likes
1 Solution
dipak
Big Boss

Please check the OpenCL-EMU Documentation. It describes which packages/apps need to be installed. It also says:


As part of the installation, the environment variable CLEMU_ROOT needs to be setup manually to point to the installation directory. This can be done easily using the SET command from command prompt. e.g.


SET CLEMU_ROOT=C: \Program Files\ATI Stream\opencl_emu


Regards,

View solution in original post

0 Likes
1 Reply
dipak
Big Boss

Please check the OpenCL-EMU Documentation. It describes which packages/apps need to be installed. It also says:


As part of the installation, the environment variable CLEMU_ROOT needs to be setup manually to point to the installation directory. This can be done easily using the SET command from command prompt. e.g.


SET CLEMU_ROOT=C: \Program Files\ATI Stream\opencl_emu


Regards,

0 Likes