Skip to content

feat: revert revert neighbor mask - #316

Open
SakodaShintaro wants to merge 11 commits into
tier4-mainfrom
feat/revert_revert_neighbor_mask
Open

SakodaShintaro wants to merge 11 commits into
tier4-mainfrom
feat/revert_revert_neighbor_mask

Conversation

@SakodaShintaro

Copy link
Copy Markdown

No description provided.

yhisaki and others added 11 commits July 17, 2026 20:40
…attention mask and modify Encoder to mask outputs based on encoding mask (#156)""

This reverts commit df1543a.
torch2onnx.py compares a CPU (strict FP32) torch reference against an
ORT session whose CUDA EP defaults to TF32 matmuls on Ampere+, so the
validation diff was dominated by TF32's 10-bit mantissa (~1e-3), not by
export correctness. Disable TF32 on both sides for validation only:
- pass use_tf32=0 to CUDAExecutionProvider and set NVIDIA_TF32_OVERRIDE=0
  in the ORT subprocess
- explicitly disable torch TF32 backends flags

Deployed sessions keep the (faster) TF32 default.
@SakodaShintaro SakodaShintaro self-assigned this Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants