crystal-technologies's picture
Upload 2711 files
6e73cd3
raw
history blame contribute delete
140 Bytes
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino