Release code (#2)
* init codes * update codes and demos * v0.1.0 release
This commit is contained in:
7
groundingdino/models/GroundingDINO/csrc/cuda_version.cu
Normal file
7
groundingdino/models/GroundingDINO/csrc/cuda_version.cu
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <cuda_runtime_api.h>
|
||||
|
||||
namespace groundingdino {
|
||||
int get_cudart_version() {
|
||||
return CUDART_VERSION;
|
||||
}
|
||||
} // namespace groundingdino
|
Reference in New Issue
Block a user