Samsung / ONE

On-device Neural Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[onert] Disable gpu-cl backend

hseok-oh opened this issue · comments

gpu-cl backend implementation is dependent with TFLite gpu delegate internal.
Unlike with TFLite test driver (tflite_run) which is using C API, it is hard to maintain backend implementation and TFLite gpu delegate build process.

If there is no objections, I want to move gpu-cl backend into contrib directory and disable build.

@Samsung/one_onert

Moved