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 (10 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
ViennaCL (http://viennacl.sourceforge.net) is used as a test-case for pocl.
 
You can use '--enable-testsuites=viennacl' configure option
or you can do it yourself:
Download and unpack the ViennaCL package:
http://downloads.sourceforge.net/project/viennacl/1.5.x/ViennaCL-1.5.1.tar.gz
into this directory.

Then, in pocl toplevel source dir run 'make check' or
'make TESTSUITEFLAGS="-k viennacl" check' to run the ViennaCL tests.