ShilongLiu's picture
upadate demos
3f75218
raw
history blame
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino