onednn: turn on PACKAGECONFIG for GPU engine

Build OCL GPU engine by default now that compute runtime works with
latest LLVM.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2022-08-12 12:34:52 +08:00
parent 0f6e10d5ba
commit cd17442923

View File

@ -34,7 +34,7 @@ EXTRA_OECMAKE += " \
-DCMAKE_SKIP_RPATH=ON \
"
PACKAGECONFIG ??= ""
PACKAGECONFIG ??= "gpu"
PACKAGECONFIG[gpu] = "-DDNNL_GPU_RUNTIME=OCL, , opencl-headers ocl-icd, intel-compute-runtime"
do_install:append () {