Open 001SCH opened 1 year ago
I've requested access.
Could you please try this with trtexec? like trtexec --onnx=model.onnx
.
If possible, it would be great if you can test latest 9.1 release or on other newer GPUs.
Thanks for your reply. I will try to solve it. Another similar onnx file is here.onnx
@001SCH Hello! How was your problem solved?
@001SCH Hello! How was your problem solved, i encounter a same problem.
@001SCH
Description
I converted a onnx model into a tensorrt engine, and i used c++ api on T600 GPU, but when i execute
bool status=context_ -> ExecuteV2 (buffers. getDeviceBindings(). data());
Report an error :[runner.cpp::executeMyelinGraph::715] Error Code 1: Myelin ([myelinGraphExecute] Called without resolved dynamic shapes.)
.And my onnx compilation file is complete.More information is as follows:
and i execute setBindingDimensions() for my input tensor,Some example codes are as follows
The printout result is
(1, 605, 2)(1, 613, 2)(1, 605, 256)(1, 613, 256) (0, 2) (0)
then
Report an error here
Environment
TensorRT Version: 8.6.1
NVIDIA GPU: T600
NVIDIA Driver Version: 535.113.01
CUDA Version: 11.8
CUDNN Version: 8.9.4.25
Operating System: ubuntu20.04