This website requires JavaScript.
Explore
Help
Sign In
talksik
/
mediapipe
Watch
1
Star
0
Fork
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcef6df1cbf5be95fc7f74b714d328c3b73aa7a9
mediapipe
/
third_party
/
halide
T
History
Jiuqiang Tang
and
Copybara-Service
3bc8276678
Remove "All Rights Reserved." in copyright headers.
...
PiperOrigin-RevId: 526982992
2023-04-25 09:06:29 -07:00
..
BUILD
Add build system for Halide and expose FrameBufferUtils.
2023-03-09 05:06:18 -08:00
BUILD.bazel
Revise the Halide Bazel build rules to be cleaner and more correct. The initial version we landed happened to work (at least in most cases) but had known workarounds in it. AFAICT, the issue seemed to be that the MediaPipe
config_setting()
values we were using didn't always resolve to the right thing when detecting the host cpu (vs the compile-target cpu), which is critical for Halide. I fixed this by avoiding the use of the MediaPipe config_settings entirely, using instead the public Bazel settings hosted at
https://github.com/bazelbuild/platforms
.
2023-03-10 10:59:17 -08:00
halide.bzl
Remove "All Rights Reserved." in copyright headers.
2023-04-25 09:06:29 -07:00