LinShuYou

Results 4 comments of LinShuYou

![401decd0b4f21766da3b8e4f98c5d66](https://github.com/NVIDIA/TensorRT/assets/101717187/57e89e86-c2f0-4183-9560-2e9ca3536c0a) I'm having the following problem, what should I do?Here's my code. ![Uploading 90783492ee9173ad92e9da4d3b9acd3.png…]()

void* buffers[2]{}; const int inputIndex = 0; const int outputIndex = 1; // Create GPU buffers on device CHECK(cudaMalloc(&buffers[inputIndex], batchSize * 3 * IN_H * IN_W * sizeof(float))); CHECK(cudaMalloc(&buffers[outputIndex], batchSize...

Did you solve this problem and can you share a workaround?