Merge #847
847: Fix CuArrays.libcudnn imports r=dhairyagandhi96 a=janEbert Closes #846. Co-authored-by: janEbert <janpublicebert@posteo.net>
This commit is contained in:
commit
6494f73c78
@ -1,5 +1,6 @@
|
|||||||
using .CuArrays.CUDNN: @check, libcudnn, cudnnStatus_t, cudnnTensorDescriptor_t,
|
using .CuArrays.CUDNN: @check, cudnnStatus_t, cudnnTensorDescriptor_t,
|
||||||
cudnnBatchNormMode_t, cudnnHandle_t, cudnnDataType, TensorDesc, FilterDesc
|
cudnnBatchNormMode_t, cudnnHandle_t, cudnnDataType, TensorDesc, FilterDesc
|
||||||
|
using .CuArrays: libcudnn
|
||||||
import ..Flux: data
|
import ..Flux: data
|
||||||
using LinearAlgebra
|
using LinearAlgebra
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
using .CuArrays.CUDNN: @check, libcudnn, cudnnStatus_t, cudnnTensorDescriptor_t,
|
using .CuArrays.CUDNN: @check, cudnnStatus_t, cudnnTensorDescriptor_t,
|
||||||
cudnnBatchNormMode_t, cudnnHandle_t, cudnnDataType, TensorDesc, FilterDesc
|
cudnnBatchNormMode_t, cudnnHandle_t, cudnnDataType, TensorDesc, FilterDesc
|
||||||
|
using .CuArrays: libcudnn
|
||||||
using LinearAlgebra
|
using LinearAlgebra
|
||||||
|
|
||||||
const RNN_RELU = 0 # Stock RNN with ReLu activation
|
const RNN_RELU = 0 # Stock RNN with ReLu activation
|
||||||
|
Loading…
Reference in New Issue
Block a user