Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Symbol 'mkldnn_f32' could not be resolved(Seeing many similar errors of this type)
Symbol 'mkldnn_f32' could not be resolved [message #1779722] Thu, 11 January 2018 18:50 Go to next message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
Resource - simple_net.c
Path - /simple_net/src
Location - line 174
Type - Semantic Error

Relevant part of simple_net.c is attached here :::

CHECK(mkldnn_memory_desc_init(&conv_src_md, 4, conv_src_sizes,
mkldnn_f32, mkldnn_any));
Re: Symbol 'mkldnn_f32' could not be resolved [message #1779727 is a reply to message #1779722] Thu, 11 January 2018 21:15 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Missing the definition -- probably an include.
You'll need to supply more detail.

This forum is for CDT related problems.
Why do you think it is a CDT problem?
Re: Symbol 'mkldnn_f32' could not be resolved [message #1779736 is a reply to message #1779727] Thu, 11 January 2018 22:50 Go to previous messageGo to next message
Andrey Sotnikov is currently offline Andrey SotnikovFriend
Messages: 23
Registered: October 2014
Junior Member
Include mkldnn_types.h.
Re: Symbol 'mkldnn_f32' could not be resolved [message #1779803 is a reply to message #1779736] Fri, 12 January 2018 21:44 Go to previous messageGo to next message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
I did so but it did not help.
Re: Symbol 'mkldnn_f32' could not be resolved [message #1779804 is a reply to message #1779803] Fri, 12 January 2018 21:45 Go to previous message
Mrinmay Kalita is currently offline Mrinmay KalitaFriend
Messages: 6
Registered: January 2018
Junior Member
(Am running Intel mkl-dnn library - https://github.com/01org/mkl-dnn)
Previous Topic:Error when using mingw toolchain
Next Topic:5 duplicate symbols for architecture x86_64
Goto Forum:
  


Current Time: Thu Apr 25 22:18:41 GMT 2024

Powered by FUDForum. Page generated in 0.03230 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top