• Arnaud Bergeron's avatar
    Rework the interface to GpuKernelBase to accept a list of kernel object. · a8b3b329
    Arnaud Bergeron 提交于
    Each item will be precompiled separetly and embedded into the c_code
    of the Op. This allows ops that need multiple kernels or that will
    choose between alternatives at runtime to use this interface.  It also
    groups all kernel-related parameters under one object.
    
    This change also save the source of the kernel code to re-attempt
    source compilation in case the binary is rejected for some reason
    (some implementations do not support reloading from pre-compiled
    kernel).
    
    There may still be more changes to how stuff works under the hood
    (most notably a blacklist of bad runtime/drivers that crash when
    attempting to create a kernel from a binary), but the visible
    interface should not change anymore, so now is the time to start using
    it more.
    a8b3b329
名称
最后提交
最后更新
..
cuda 正在载入提交数据...
gpuarray 正在载入提交数据...
linalg 正在载入提交数据...
scan_module 正在载入提交数据...
__init__.py 正在载入提交数据...
conv.py 正在载入提交数据...
debug.py 正在载入提交数据...
downsample.py 正在载入提交数据...
fourier.py 正在载入提交数据...
minimal.py 正在载入提交数据...
multinomial.py 正在载入提交数据...
neighbourhoods.py 正在载入提交数据...
neighbours.py 正在载入提交数据...
rng_mrg.py 正在载入提交数据...
samples_MRG31k3p_12_7_5.txt 正在载入提交数据...
scan.py 正在载入提交数据...
softsign.py 正在载入提交数据...
solve.py 正在载入提交数据...
symbolic_module.py 正在载入提交数据...
test_multinomial.py 正在载入提交数据...
test_neighbourhoods.py 正在载入提交数据...
test_neighbours.py 正在载入提交数据...
test_rng_mrg.py 正在载入提交数据...
test_scan.py 正在载入提交数据...
test_theano_object.py 正在载入提交数据...
theano_object.py 正在载入提交数据...