mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
[Other] Rename directory op_cuda_kernels
to common/cuda
(#1104)
rename directory name
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "onnxruntime_cxx_api.h" // NOLINT
|
||||
|
||||
#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
|
||||
|
||||
namespace fastdeploy {
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
#pragma once
|
||||
#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 {
|
||||
|
||||
|
Reference in New Issue
Block a user