aiLover2
Results
2
comments of
aiLover2
According to the below test, the speed was fine with the normal `onnx` to `trt` process: ``` Average on 10 runs - GPU latency: 7.42174 ms - Host latency: 7.56389...
Please note that I have changed the sm version to the 1080ti corresponding as follows: ``` set(CUDA_NVCC_PLAGS ${CUDA_NVCC_PLAGS};-std=c++11;-gencode;arch=compute_61;code=sm_61) ``` It got worse after I commented on these lines. Time for...