Skip to content

Commit 2dda076

Browse files
committed
fix
1 parent 16994bd commit 2dda076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cuda/runtime/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runtime.cxx_library(
5757
"//executorch/runtime/core:core",
5858
"//executorch/runtime/core/exec_aten:lib",
5959
"//executorch/runtime/platform:platform",
60-
"//executorch/backends/cuda/runtime/platform:cuda_platform",
60+
"//executorch/backends/cuda/runtime:cuda_platform",
6161
],
6262
nvcc_flags = get_nvcc_arch_args() + [
6363
"-_NVCC_HOST_COMPILER_FLAG_",

0 commit comments

Comments
 (0)