This repository was archived by the owner on Sep 27, 2021. It is now read-only.
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
ERROR (unhandled task failure) after running example code (but seems to still work) #7
Open
Description
After creating the simple array of zeros like in the example, I see this (running in Juno/JuliaPro, 0.6, built with MKL, both with the METADATA version and after doing a checkout and build of master). I'm on a new-ish Macbook Pro (output of CLArrays.devices() at bottom).
ERROR (unhandled task failure): OpenCL Error: OpenCL.Context error:
Stacktrace:
[1] raise_context_error(::String, ::String) at /Applications/JuliaPro-0.6.1.1.app/Contents/Resources/pkgs-0.6.1.1/v0.6/OpenCL/src/context.jl:109
[2] macro expansion at /Applications/JuliaPro-0.6.1.1.app/Contents/Resources/pkgs-0.6.1.1/v0.6/OpenCL/src/context.jl:148 [inlined]
[3] (::OpenCL.cl.##43#44)() at ./task.jl:335
However, the array still seems to get created and I can still work with it, so it's not a huge problem. I thought I should report it though! If there's anything else I can do to help narrow down or reproduce it, please ask.
3-element Array{OpenCL.cl.Device,1}:
OpenCL.Device(Intel(R) HD Graphics 630 on Apple @0x0000000001024500)
OpenCL.Device(AMD Radeon Pro 555 Compute Engine on Apple @0x0000000001021c00)
OpenCL.Device(Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz on Apple @0x00000000ffffffff)
Metadata
Metadata
Assignees
Labels
No labels