8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
#include <cuda_runtime_api.h>
|
|
|
|
namespace groundingdino {
|
|
int get_cudart_version() {
|
|
return CUDART_VERSION;
|
|
}
|
|
} // namespace groundingdino
|