Questions tagged [intel-dnn]

Use this tag to ask questions about the Intel(r) oneAPI Deep Neural Network Library (oneDNN) which is an open-source performance library for deep learning applications. The library includes basic building blocks for neural networks optimized for Intel® Architecture Processors and Intel® Processor Graphics. oneDNN is intended for deep learning applications and framework developers interested in improving application performance on Intel CPUs and GPUs

4 questions
1
vote
1 answer

Howto build mkl_tiny?

OpenVINO has some 30MB libmkl_tiny_tbb.so, which is "The special version of MKL dynamic library packed specially to use within Inference Engine library.", as stated in version.txt. MKL-DNN has 125MB libmklml_gnu.so. Is there a way to build a ~30MB…
banderlog013
  • 2,207
  • 24
  • 33
1
vote
1 answer

Tensorflow-MKL giving Errors on 3D data

I am training a model to perform volumetric segmentation (3D data). I am training on CPU due to the size of the input data. I am using a anaconda environment with tensorflow-mkl and keras. When I train the model, I get an error…
Punisher
  • 654
  • 5
  • 21
0
votes
0 answers

How/Where decision is made to choose between eager execution & graph execution for Tensorflow kernel OPs

Description : I ran HuggingFace BERT model which uses tensorflow 2.13v with oneDNN support on intel machine and recorded its execution logs by setting TF_CPP_MAX_VLOG_LEVEL=2 & ONEDNN_VERBOSE=1 in file. Observation : I have observing logs that are…
0
votes
1 answer

Intel Math Kernel Library for Deep Neural Networks installation issue on Unix

I tried installing Intel MKL-DNN with following error external folder does not get created upon doing. cd scripts && ./prepare_mkl.sh && cd .. As per "Download and Build Source Code" in the installation guide. Please check. Regards
Mrinmay
  • 41
  • 7