Fix AMD by changing from GetTensorData<T>() to GetTensorMutableData<T>()

This commit is contained in:
2026-04-28 13:25:02 +10:00
parent f4b74c837e
commit dcf974c35c
18 changed files with 359 additions and 48 deletions

View File

@@ -1867,12 +1867,13 @@ int main()
//YOLO26POSEYolo11Test();
//YOLO26CLYolo11Test();
//YOLO26ODYolo12Test();
YOLO26ODYolo11Test();
//YOLO26ODYolo11Test();
//YOLO26ODYolo10Test();
//YOLO26OBBYolo11Test();
//SAM3ONNX_ImageTest(); // ORT reference — runs first, prints decoder input stats
//SAM3TRT_ImageTest(); // TRT under test — compare decoder input stats with above
//CustomModel_StressTest_FilePlayer(); // Multi-task stress test (LabVIEW flow)
//CustomModel_StressTest_FilePlayer(); // Multi-task stress test (LabVIEW flow)
CustomModel_SingleStream_FilePlayer(); // 1 cam + 1 task — isolates concurrency from per-instance bugs
//SAM3TRT_UnitTest(); // TensorRT SAM3 test (in ANSSAM3-UnitTest.cpp)
//TensorRT10Test();
//FireNSmokeCustomDetection();