Files
Grounded-SAM-2/grounding_dino/groundingdino/models/GroundingDINO/csrc/cuda_version.cu

8 lines
140 B
Plaintext
Raw Normal View History

2024-08-01 17:05:01 +08:00
#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino