提交 6217419e 编写于 作者: 刘琦

Merge branch 'opencl' into 'master'

Support libOpenCL.so loading from default path

See merge request !104
......@@ -212,6 +212,7 @@ bool OpenCLLibraryImpl::Load() {
// TODO(heliangliang) Make this configurable
// TODO(heliangliang) Benchmark 64 bit overhead
static const std::vector<std::string> paths = {
"libOpenCL.so",
#if defined(__aarch64__)
// Qualcomm Adreno
"/system/vendor/lib64/libOpenCL.so",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册