mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Fixed Halide's copy_to_device invocation
This commit is contained in:
parent
bc348eb8ab
commit
14af2a0c0c
@ -105,7 +105,7 @@ HalideBackendWrapper::HalideBackendWrapper(int targetId, const cv::Mat& m)
|
||||
{
|
||||
Halide::Target t = Halide::get_host_target();
|
||||
t.set_feature(Halide::Target::OpenCL);
|
||||
buffer.copy_to_device(get_default_device_interface_for_target(t));
|
||||
buffer.copy_to_device(t);
|
||||
}
|
||||
else
|
||||
CV_Error(Error::StsNotImplemented, "Unknown target identifier");
|
||||
|
Loading…
Reference in New Issue
Block a user