Eric Work

Results 44 comments of Eric Work

@ZhanruiSunCh is this PR meant for review? I see the subject is "Test".

This might be related to #686. I was seeing similar permission denied issues until applying the patch which resolves that issue.

Does setting `-D_GLIBCXX_USE_CXX11_ABI=1` help at all to resolve this issue?

> [@zeroepoch](https://github.com/zeroepoch) I thought that, by default, GCC 5 and later versions use `CXX11_ABI=1`, and since trt is built with GCC 8, it shouldn’t be an issue? We force the...

Could you try the latest release, TRT 10.6? We've officially supported Ubuntu 24.04 with GCC 13 the last few TRT releases.

Hi @jokla, I was able to reproduce your problem. Thank you for the very detailed repo step! I'm not exactly sure where the problem is being introduced, but I can...

Hi @jokla, When running this command: `docker run --gpus all -it --rm -v ./data:/data trt_10_6_24_10_gcc13_rebuild /usr/bin/bash -c "trtexec --onnx=/data/yolov8n.onnx --fp16 --verbose"` It ends with: ``` [11/23/2024-07:29:13] [V] [TRT] /model.2/m.0/cv2/conv/Conv +...

Since `trtexec` works with both the default compiler from the 24.10 release and in an Ubuntu 24.04 container with its default compiler, I would have to agree with your observation...

WOL doesn't appear to work with the upstream driver. I suppose there is some bug there. When I used the official Marvell driver, which needs patches mentioned in https://github.com/Aquantia/AQtion/issues/69, it...