We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3961684 commit 8a891bbCopy full SHA for 8a891bb
.github/workflows/conda-package.yml
@@ -146,7 +146,7 @@ jobs:
146
conda activate numba_dpex_env
147
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
148
export OCL_ICD_FILENAMES=libintelocl.so
149
- for script in $(find . \( -not -name "_*" -not "vector_sum2D.py" -not -name "vectorize.py" -not -name "scan.py" -and -name "*.py" \))
+ for script in $(find . \( -not -name "_*" -not -name "vector_sum2D.py" -not -name "vectorize.py" -not -name "scan.py" -and -name "*.py" \))
150
do
151
echo "Executing ${script}"
152
python ${script} || exit 1
0 commit comments