cuda_version.cu 140 Bytes
Newer Older
zk's avatar
zk committed
1
2
3
4
5
6
7
#include <cuda_runtime_api.h>

namespace groundingdino {
int get_cudart_version() {
  return CUDART_VERSION;
}
} // namespace groundingdino