8 lines
140 B
Plaintext
Raw Normal View History

2023-10-07 23:02:26 +08:00
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino