Spaces:
Running
Running
File size: 140 Bytes
3f75218 |
1 2 3 4 5 6 7 8 |
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino
|