File: README

package info (click to toggle)
pocl 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 29,768 kB
  • sloc: lisp: 151,669; ansic: 135,425; cpp: 65,801; python: 1,846; sh: 1,084; ruby: 255; pascal: 231; tcl: 180; makefile: 174; asm: 81; java: 72; xml: 49
file content (10 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (8)
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.