Giter Site home page Giter Site logo

Comments (5)

rsdubtso avatar rsdubtso commented on May 18, 2024

Hi Dave,

I am not able to reproduce this with the latest master on my Xeon Phi 7250 system:

$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description:    Red Hat Enterprise Linux Server release 7.2 (Maipo)
Release:        7.2
Codename:       Maipo

$ gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Can you please provide additional details like compiler version and cmake command line? Does your system have selinux enabled?

It would also be great of you could run the simple-net test under gdb and post 'bt' output after an exception.

Thanks,
Roma

from onednn.

tensor-tang avatar tensor-tang commented on May 18, 2024

hi @rsdubtso
I also have the same issue, with Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz

Running tests...
Test project /home/tangjian/mkl-dnn-master/build
      Start  1: simple-net-c
 1/23 Test  #1: simple-net-c ..........................***Exception: Other  0.75 sec
      Start  2: simple-net-cpp
 2/23 Test  #2: simple-net-cpp ........................***Exception: Other  0.86 sec
      Start  3: api-c
 3/23 Test  #3: api-c .................................***Exception: Other  0.07 sec
      Start  4: test_c_symbols-c
 4/23 Test  #4: test_c_symbols-c ......................   Passed    0.01 sec
      Start  5: test_sum
 5/23 Test  #5: test_sum ..............................   Passed    0.27 sec
      Start  6: test_reorder
 6/23 Test  #6: test_reorder ..........................   Passed    0.25 sec
      Start  7: test_concat
 7/23 Test  #7: test_concat ...........................   Passed    0.22 sec
      Start  8: test_relu_forward
 8/23 Test  #8: test_relu_forward .....................***Failed    0.13 sec
      Start  9: test_relu_backward
 9/23 Test  #9: test_relu_backward ....................***Failed    0.17 sec
      Start 10: test_lrn_forward
10/23 Test #10: test_lrn_forward ......................***Failed    0.27 sec
      Start 11: test_lrn_backward
11/23 Test #11: test_lrn_backward .....................***Failed    0.24 sec
      Start 12: test_pooling_forward
12/23 Test #12: test_pooling_forward ..................***Failed    0.26 sec
      Start 13: test_pooling_backward
13/23 Test #13: test_pooling_backward .................   Passed    0.22 sec
      Start 14: test_batch_normalization_forward
14/23 Test #14: test_batch_normalization_forward ......***Failed    0.77 sec
      Start 15: test_batch_normalization_backward
15/23 Test #15: test_batch_normalization_backward .....***Failed    0.94 sec
      Start 16: test_inner_product_forward
16/23 Test #16: test_inner_product_forward ............   Passed    0.23 sec
      Start 17: test_inner_product_backward_data
17/23 Test #17: test_inner_product_backward_data ......   Passed    0.22 sec
      Start 18: test_inner_product_backward_weights
18/23 Test #18: test_inner_product_backward_weights ...   Passed    0.22 sec
      Start 19: test_convolution_format_any
19/23 Test #19: test_convolution_format_any ...........   Passed    0.01 sec
      Start 20: test_convolution_forward
20/23 Test #20: test_convolution_forward ..............***Failed    9.25 sec
      Start 21: test_convolution_relu_forward
21/23 Test #21: test_convolution_relu_forward .........***Failed    9.50 sec
      Start 22: test_convolution_backward_data
22/23 Test #22: test_convolution_backward_data ........   Passed   17.64 sec
      Start 23: test_convolution_backward_weights
23/23 Test #23: test_convolution_backward_weights .....   Passed   17.31 sec

48% tests passed, 12 tests failed out of 23

Total Test time (real) =  59.83 sec

The following tests FAILED:
          1 - simple-net-c (OTHER_FAULT)
          2 - simple-net-cpp (OTHER_FAULT)
          3 - api-c (OTHER_FAULT)
          8 - test_relu_forward (Failed)
          9 - test_relu_backward (Failed)
         10 - test_lrn_forward (Failed)
         11 - test_lrn_backward (Failed)
         12 - test_pooling_forward (Failed)
         14 - test_batch_normalization_forward (Failed)
         15 - test_batch_normalization_backward (Failed)
         20 - test_convolution_forward (Failed)
         21 - test_convolution_relu_forward (Failed)
Errors while running CTest
make: *** [test] Error 8

Could u help?

$ gcc --version
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

from onednn.

jczaja avatar jczaja commented on May 18, 2024

Not sure if this relevant, but I can see some of code using MKLDNN failing when selinux is set into enrofcing mode, while it works fine when permissive/disabled mode is set. So please attach output from:
"sestatus" command.

from onednn.

tensor-tang avatar tensor-tang commented on May 18, 2024

Yes, it's enabled.
What wonderful it works now when permissive is set. I have tried so many ways which does not work.
Thanks very much! @jczaja

from onednn.

taliesinb avatar taliesinb commented on May 18, 2024

@tensor-tang you might want to format your tool output as markdown code, because github actually interprets all those #n entries as being references to issue pages. So an issue I'm watching got pinged by your tool output.

from onednn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.