Remove all the OpenCL (#37105)

* Remove all the OpenCL

* lil more

* bump msgq
This commit is contained in:
Adeeb Shihadeh
2026-02-06 16:36:47 -08:00
committed by GitHub
parent 4ce701150a
commit d5cbb89d84
31 changed files with 22 additions and 4492 deletions
-5
View File
@@ -6,11 +6,6 @@ replay_env['CCFLAGS'] += ['-Wno-deprecated-declarations']
base_frameworks = []
base_libs = [common, messaging, cereal, visionipc, 'm', 'ssl', 'crypto', 'pthread']
if arch == "Darwin":
base_frameworks.append('OpenCL')
else:
base_libs.append('OpenCL')
replay_lib_src = ["replay.cc", "consoleui.cc", "camera.cc", "filereader.cc", "logreader.cc", "framereader.cc",
"route.cc", "util.cc", "seg_mgr.cc", "timeline.cc", "api.cc"]
if arch != "Darwin":