Files
grounding-dino/groundingdino/models/GroundingDINO/csrc/cuda_version.cu
Shilong Liu 3e7a8ca2dc Release code (#2)
* init codes

* update codes and demos

* v0.1.0 release
2023-03-21 12:52:46 +08:00

8 lines
140 B
Plaintext

#include <cuda_runtime_api.h>
namespace groundingdino {
int get_cudart_version() {
return CUDART_VERSION;
}
} // namespace groundingdino