Release 0.0.40 with correct batched GPU results The preprocess kernels ran on CUDA's default stream, which is a null handle, so ONNX Runtime ignored it and used its own stream instead. Nothing kept the two in order, so a batched GPU run could read the image buffer before it was filled and return no detections in about 3 of 10 runs. Using a real stream fixes that with no change in speed.