flashlight icon indicating copy to clipboard operation
flashlight copied to clipboard

OpenClUtils.h not found

Open felixt56 opened this issue 3 years ago • 2 comments

Bug Description

cmake .. -DFL_ARRAYFIRE_USE_OPENCL=ON -DFL_USE_OPENCL=ON make flashlight/fl/autograd/tensor/backend/onednn/DnnlUtils.cpp:22:12: fatal error: flashlight/fl/common/OpenClUtils.h: No such file or directory

Reproduction Steps

cmake .. -DFL_ARRAYFIRE_USE_OPENCL=ON -DFL_USE_OPENCL=ON make flashlight/fl/autograd/tensor/backend/onednn/DnnlUtils.cpp:22:12: fatal error: flashlight/fl/common/OpenClUtils.h: No such file or directory

Platform and Hardware

[Ubuntu 20.04 focal (x86-64)]

Additional Context

[Add any additional information here]

felixt56 avatar May 26 '22 14:05 felixt56

@felixt56 — the OpenCL backend isn't supported at the moment. We're working on adding it back in the next several weeks. It should build in theory in v0.3.2 — can you try checking that version out and building?

jacobkahn avatar Jun 06 '22 21:06 jacobkahn

Thanks Maybe I'll try it next month.

felixt56 avatar Jun 10 '22 06:06 felixt56

Sorry, I hadn't time to check for now

felixt56 avatar Aug 18 '22 06:08 felixt56