ONNX Runtime hybrid search scoring inconsistencies on GPU
Problem – HybridSearch Scoring Inconsistencies on GPU In a development sandbox (Ubuntu 22.04, NVIDIA A10G, ONNX Runtime 1.18, PyTorch backend) a BERT‑based reranker that uses the HybridSearch operator returns different top‑k results when the model is executed on the CPU (FP32) versus the GPU (FP16 mixed‑precision). Typical symptoms include: Top‑5 candidate order differs by up to three positions. … Read more