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 16994bd commit 2dda076Copy full SHA for 2dda076
backends/cuda/runtime/TARGETS
@@ -57,7 +57,7 @@ runtime.cxx_library(
57
"//executorch/runtime/core:core",
58
"//executorch/runtime/core/exec_aten:lib",
59
"//executorch/runtime/platform:platform",
60
- "//executorch/backends/cuda/runtime/platform:cuda_platform",
+ "//executorch/backends/cuda/runtime:cuda_platform",
61
],
62
nvcc_flags = get_nvcc_arch_args() + [
63
"-_NVCC_HOST_COMPILER_FLAG_",
0 commit comments