CUDA Error

Hi,
I was trying to execute this code https://github.com/allenai/bi-att-flow in my gtx titan 12GB gpu with tensorflow version r0.11 and faced the following error.

I tensorflow/core/common_runtime/gpu/gpu_device.cc:1041] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX 1080 Ti, pci bus id: 0000:06:00.0)
  0%|                                                                                            | 0/2 [00:00<?, ?it/s]E tensorflow/stream_executor/cuda/cuda_dnn.cc:375] could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
E tensorflow/stream_executor/cuda/cuda_dnn.cc:342] could not destroy cudnn handle: CUDNN_STATUS_BAD_PARAM
F tensorflow/core/kernels/conv_ops.cc:526] Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms)

Could anyone help me to resolve this issue.