File: control

package info (click to toggle)
libgpuarray 0.7.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,784 kB
  • sloc: ansic: 19,235; python: 4,621; makefile: 213; sh: 9
file content (22 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Tests are run on the first OpenCL platform/device: to run them on a real GPU (instead of the CPU), manually install its ICD before running this

Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; DEVICE=opencl0:0 $py -m nose -v pygpu.tests
 ; echo "Testing with $py-dbg:"
 ; DEVICE=opencl0:0 $py-dbg -m nose -v pygpu.tests
 ; done
Depends: ocl-icd-opencl-dev,
         pocl-opencl-icd,
         libclblas-dev,
         python3-scipy,
         python3-mpi4py,
         mpi-default-bin,
         python3-all,
         python3-all-dbg,
         python3-nose,
         python3-pygpu,
         python3-pygpu-dbg
Restrictions: allow-stderr, skip-not-installable