DerryHub / BEVFormer_tensorrt

BEVFormer inference on TensorRT, including INT8 Quantization and Custom TensorRT Plugins (float/half/half2/int8).
Apache License 2.0
432 stars 71 forks source link

identifier is undefined when include <cuda_fp16.h> #92

Open kamiLight opened 11 months ago

kamiLight commented 11 months ago

when include in .cu, it will report the identifier xxx is undefined like this:

rotateKernel.cu(40): error: identifier "__hdiv" is undefined

GPU: RTX 3090 system: ubuntu 18.04

nuaawh commented 5 months ago

Hello, any solutions for this issue?