Removed PR2927 as it's been merged

This commit is contained in:
Eugene Rakhmatulin
2026-04-03 16:56:00 -07:00
parent 4afca860a5
commit 49d6d9fefd

View File

@@ -122,15 +122,15 @@ RUN if [ -n "$FLASHINFER_PRS" ]; then \
done; \
fi
# TEMPORARY patch for flashinfer autotune and other improvements (PR 2927)
RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/2927.diff -o pr2927.diff \
&& if git apply --reverse --check pr2927.diff 2>/dev/null; then \
echo "PR #2927 already applied, skipping."; \
else \
echo "Applying FI PR #2927..."; \
git apply -v pr2927.diff; \
fi \
&& rm pr2927.diff
# TEMPORARY patch for flashinfer autotune and other improvements (PR 2927) - MERGED 4/3
# RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/2927.diff -o pr2927.diff \
# && if git apply --reverse --check pr2927.diff 2>/dev/null; then \
# echo "PR #2927 already applied, skipping."; \
# else \
# echo "Applying FI PR #2927..."; \
# git apply -v pr2927.diff; \
# fi \
# && rm pr2927.diff
# Apply patch to avoid re-downloading existing cubins
COPY flashinfer_cache.patch .