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 daae0c0 commit b9d1a39Copy full SHA for b9d1a39
backends/cuda/runtime/CudaBackend.h
@@ -2,13 +2,14 @@
2
3
#pragma once
4
5
+#include <executorch/backends/cuda/runtime/export.h>
6
#include <executorch/runtime/backend/interface.h>
7
#include <executorch/runtime/core/error.h>
8
#include <executorch/runtime/core/evalue.h>
9
10
namespace executorch::backends::cuda {
11
-class ET_EXPERIMENTAL CudaBackend final
12
+class AOTI_CUDA_EXPORT ET_EXPERIMENTAL CudaBackend final
13
: public ::executorch::runtime::BackendInterface {
14
private:
15
/**
0 commit comments