jackyccl's picture
clone Grounding DINO
890b333
raw
history blame
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino