[Other] Rename directory op_cuda_kernels to common/cuda (#1104)

rename directory name
This commit is contained in:
Jason
2023-01-10 16:31:37 +08:00
committed by GitHub
parent 3a32024912
commit fc314f1696
4 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
#include "onnxruntime_cxx_api.h" // NOLINT #include "onnxruntime_cxx_api.h" // NOLINT
#ifdef WITH_GPU #ifdef WITH_GPU
#include "fastdeploy/runtime/backends/op_cuda_kernels/adaptive_pool2d_kernel.h" #include "fastdeploy/runtime/backends/common/cuda/adaptive_pool2d_kernel.h"
#endif #endif
namespace fastdeploy { namespace fastdeploy {

View File

@@ -14,7 +14,7 @@
#pragma once #pragma once
#include "common.h" // NOLINT #include "common.h" // NOLINT
#include "fastdeploy/runtime/backends/op_cuda_kernels/adaptive_pool2d_kernel.h" #include "fastdeploy/runtime/backends/common/cuda/adaptive_pool2d_kernel.h"
namespace fastdeploy { namespace fastdeploy {