Skip to content

Instantly share code, notes, and snippets.

@Dexdev08
Created June 24, 2017 14:46
Show Gist options
  • Save Dexdev08/5149c9097afe0d7df441c4d0b6cd834b to your computer and use it in GitHub Desktop.
Save Dexdev08/5149c9097afe0d7df441c4d0b6cd834b to your computer and use it in GitHub Desktop.
3_NeuralNetworks_bidirectional_rnn_error_COCL
export COCL_OFFSETS_32BIT=1
(env3) Aironin:examples dexterang$ python 3_NeuralNetworks/bidirectional_rnn.py
Extracting /tmp/data/train-images-idx3-ubyte.gz
Extracting /tmp/data/train-labels-idx1-ubyte.gz
Extracting /tmp/data/t10k-images-idx3-ubyte.gz
Extracting /tmp/data/t10k-labels-idx1-ubyte.gz
COCL_OFFSETS_32BIT enabled
OpenCL platform: Apple
OpenCL device: HD Graphics 5000
I tensorflow/core/common_runtime/gpu/gpu_device.cc:989] Found device 0 with properties:
name: HD Graphics 5000
major: -1 minor: -1 memoryClockRate (GHz) 1200
pciBusID 0000.0000
Total memory: 1.50GiB
Free memory: 384.00MiB
I tensorflow/core/common_runtime/gpu/gpu_device.cc:877] cannot enable peer access from device ordinal 0 to device ordinal 0
I tensorflow/core/common_runtime/gpu/gpu_device.cc:1011] DMA: 0
I tensorflow/core/common_runtime/gpu/gpu_device.cc:1021] 0: N
I tensorflow/core/common_runtime/gpu/gpu_device.cc:1083] Creating TensorFlow device (/gpu:0) -> (device: 0, name: HD Graphics 5000, pci bus id: 0000.0000)
cl_driver DeviceAllocate 192937984
COCL_OFFSETS_32BIT enabled
COCL_OFFSETS_32BITC OeCnLa_bOlFeFdS
ETS_32BIT enabled
COCL_OFFSETS_32BIT enabled
__internal__ build log:
Error: internal error.
kernel build error:
Something went wrong with clCreateKernel, OpenCL error code -45
__internal__ build log:
Error: internal error.
storing failed kernel into: easycl-failedkernel.cl
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Something went wrong with clCreateKernel, OpenCL error code -45
__internal__ build log:
Error: internal error.
storing failed kernel into: easycl-failedkernel.cl
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment