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 (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1) Download intel_ocl_svm_basic_win.zip from:
     https://software.intel.com/en-us/articles/opencl-20-shared-virtual-memory-code-sample
   to this folder

3) reconfigure pocl ( ./configure ) with --enable-testsuites=check
   or --enable-testsuites=IntelSVM

5) call 'make prepare-examples' once to get the examples built
   Note: you need OpenCL 2.0 headers installed in your system for this
   step to succeed.
   
   You can install them from pocl via
   
     ./configure --enable-install-opencl-headers
     make -C include/CL install

6) run tests: make check