mesa-clc: vendor as full-fork recipe (path=source, patches baked)

This commit is contained in:
2026-08-01 04:44:05 +03:00
parent f8e4789a2b
commit 406ee9fbeb
12522 changed files with 6035591 additions and 3 deletions
@@ -0,0 +1,15 @@
These headers have been copied from TensorFlow 2.13.0.
To update the files to those in newer versions of TensorFlow:
cd $TENSORFLOW_CHECKOUT
cp --parents tensorflow/lite/builtin_ops.h $MESA_DIR/include/.
cp --parents tensorflow/lite/c/common.h $MESA_DIR/include/.
cp --parents tensorflow/lite/c/c_api.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/async/c/types.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/builtin_op_data.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/c_api.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/c_api_experimental.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/c_api_opaque.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/c_api_types.h $MESA_DIR/include/.
cp --parents tensorflow/lite/core/c/common.h $MESA_DIR/include/.