clDNN icon indicating copy to clipboard operation
clDNN copied to clipboard

Compute Library for Deep Neural Networks (clDNN)

Results 27 clDNN issues
Sort by recently updated
recently updated
newest added

Should I wrote specific code or there is already one.

```kernel_selector/core/common/primitive_db.cpp``` is missing ```#include ``` and thus does not compile with VS 2019 due to undeclared ```std::runtime_error```.

Currently, on path : chromium-src\third_party\clDNN, support Linux and Windows. Could clDNN be compiled for armv7l ? If supported, how to compile it. Could you provide a guide for that? or...

These core has intel® HD 400 Graphics ,12 EU GEN 8, up to 500MHz Support DX*11.1/12, Open GL*4.2, Open CL*1.2 OGL ES3.0, H.264, HEVC(decode), VP8 (according to manufacturers). Can I...

https://github.com/intel/clDNN/blob/70b1a9dbe708495c2711f1e7e71d741d7b3156df/src/layout_optimizer.cpp#L54

https://github.com/intel/clDNN/blob/3e4b6ec092ca7c5d83ccb23bffcdf2a143127c78/kernel_selector/core/actual_kernels/convolution/convolution_kernel_MMAD_blocks.cpp#L191 https://github.com/intel/clDNN/blob/3e4b6ec092ca7c5d83ccb23bffcdf2a143127c78/kernel_selector/core/actual_kernels/convolution/convolution_kernel_MMAD_blocks.cpp#L194

Hi, I noticed that you have implemented several depthwise convolution related cl kernels(see below). But I didn't see any related case to use these kernel. Also, you mentioned the validated...

This PR aims to fix two warnings: * ./src/include/generic_layer.hpp:64:111: error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers] * ./common/khronos_ocl_clhpp/cl2.hpp:2703:26: error: catching polymorphic type ‘class cl::Error’ by value [-Werror=catch-value=]

Hi, cldnner, is there any in-progress work or plan for onnxifi support?