#!/bin/sh
export THEANO_FLAGS=base_compiledir='$AUTOPKGTEST_TMP/theanocache',init_gpu_device=opencl0:0

#Check that GPU use isn't totally broken
#(it is known to not be complete under OpenCL)
python3 /usr/share/python3-theano/theano-nose -v theano/gpuarray/tests/test_subtensor.py:G_advancedsubtensor.test_adv_sub_slice theano/gpuarray/tests/test_rng_mrg.py:test_GPUA_full_fill
