Skip to content

Commit b9d1a39

Browse files
committed
new approach
1 parent daae0c0 commit b9d1a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/cuda/runtime/CudaBackend.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
#pragma once
44

5+
#include <executorch/backends/cuda/runtime/export.h>
56
#include <executorch/runtime/backend/interface.h>
67
#include <executorch/runtime/core/error.h>
78
#include <executorch/runtime/core/evalue.h>
89

910
namespace executorch::backends::cuda {
1011

11-
class ET_EXPERIMENTAL CudaBackend final
12+
class AOTI_CUDA_EXPORT ET_EXPERIMENTAL CudaBackend final
1213
: public ::executorch::runtime::BackendInterface {
1314
private:
1415
/**

0 commit comments

Comments
 (0)