File: README

package info (click to toggle)
pocl 6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,320 kB
  • sloc: lisp: 149,513; ansic: 103,778; cpp: 54,947; python: 1,513; sh: 949; ruby: 255; pascal: 226; tcl: 180; makefile: 175; java: 72; xml: 49
file content (17 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
To enable the AMD APP SDK tests:

1) run 'make AMD-APP-SDK-v2.8-RC-lnx64.tgz' to download the SDK

http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/download-archive/

2) configure pocl, it should now detect the AMD benchmark and
   enable it. You need libSDL installed to get it enabled and cmake
   to get it built.

3) call 'make prepare-examples' once to get the examples built

4) call 'make check TESTSUITEFLAGS="-k amdsdk"', it should build 
   the AMD cases and run the pocl test suite for the AMD SDK.

After this you can run tools/scripts/benchmark.py to produce
performance numbers.