From 61017f1b18cba4e997cbf790c6fb38600bff513e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:04:49 +0000 Subject: [PATCH 1/2] Initial plan From 67de7a4b585509deb4aeaab14a1fac54b4cc158d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:07:01 +0000 Subject: [PATCH 2/2] Fix windows CI by enabling extended aligned storage for MSVC --- .github/workflows/build-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-tests.yaml b/.github/workflows/build-tests.yaml index 69bf00b7..dd065dd6 100644 --- a/.github/workflows/build-tests.yaml +++ b/.github/workflows/build-tests.yaml @@ -89,6 +89,7 @@ jobs: if: ${{ startsWith(matrix.cases.os, 'windows') }} run: | echo "build --@rules_cuda//cuda:copts=-D=_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH" >> $HOME/.bazelrc + echo "build --@rules_cuda//cuda:copts=-Xcompiler=/D_ENABLE_EXTENDED_ALIGNED_STORAGE" >> $HOME/.bazelrc - name: Bazel build config for CI debugging run: echo "build --verbose_failures" >> $HOME/.bazelrc