We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d4913 commit 61f05c5Copy full SHA for 61f05c5
onnxruntime-sys/wrapper.h
@@ -1,3 +1,5 @@
1
#include "onnxruntime_c_api.h"
2
#include "cpu_provider_factory.h"
3
-#include "cuda_provider_factory.h"
+#if !defined(__APPLE__)
4
+#include "cuda_provider_factory.h"
5
+#endif
0 commit comments