countgd / models /GroundingDINO /csrc /cuda_version.cu
nikigoli's picture
Upload folder using huggingface_hub
a277bb8 verified
raw
history blame
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino