提交 941f3e00 authored 作者: Iban Harlouchet's avatar Iban Harlouchet 提交者: Iban Harlouchet

flake8 for theano/misc/check_blas.py

上级 eff56252
...@@ -7,13 +7,6 @@ ...@@ -7,13 +7,6 @@
# a,b scalar # a,b scalar
from __future__ import print_function from __future__ import print_function
s = """
result for shapes=(2000,2000) and iters=100
GTX 470 7.22s
GTX 285, 6.84s
GTX 480 5.83s
"""
import os import os
import sys import sys
import time import time
...@@ -24,6 +17,13 @@ import numpy ...@@ -24,6 +17,13 @@ import numpy
import theano import theano
import theano.tensor as T import theano.tensor as T
s = """
result for shapes=(2000,2000) and iters=100
GTX 470 7.22s
GTX 285, 6.84s
GTX 480 5.83s
"""
def execute(execute=True, verbose=True, M=2000, N=2000, K=2000, def execute(execute=True, verbose=True, M=2000, N=2000, K=2000,
iters=10, order='C'): iters=10, order='C'):
......
...@@ -184,7 +184,6 @@ whitelist_flake8 = [ ...@@ -184,7 +184,6 @@ whitelist_flake8 = [
"scan_module/scan_opt.py", "scan_module/scan_opt.py",
"scan_module/tests/test_scan.py", "scan_module/tests/test_scan.py",
"scan_module/tests/test_scan_opt.py", "scan_module/tests/test_scan_opt.py",
"misc/check_blas.py",
"misc/latence_gpu_transfert.py", "misc/latence_gpu_transfert.py",
"misc/cudamat_utils.py", "misc/cudamat_utils.py",
"misc/pycuda_utils.py", "misc/pycuda_utils.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论