Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

icc 16 internal error - EL6.4

Jamil_A_
Beginner
585 Views

 

  Hi 

  The attached file fails with an internal error with the following compile flags

  icpc  -opt-report-phase=loop,vec,offload  -axMIC-AVX512  bug.cxx

 icpc --version
icpc (ICC) 16.0.0 20150326
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

 OS RHEL 6.4

 Thanks

 Jamil

0 Kudos
4 Replies
TimP
Honored Contributor III
585 Views

Are you expecting this to generate both avx512 and Mic knc code, choosing at run time?  even if a documented feature it might not be implemented yet.  I did get a partial response about making premier.intel.com accept a beta issue. Yes, it should give a better response if unable to execute.

0 Kudos
Jamil_A_
Beginner
585 Views

Hi Tim

Yes this is a snippet of a code that uses auto dispatch to compile both code paths and to choose at runtime. The compiler does not fail if you remove the -opt-report option.

Jamil

0 Kudos
Jamil_A_
Beginner
585 Views

 

 Hi Tim

 Forgot to add that I have also submitted this to premier.intel.com.

Thanks

Jamil

0 Kudos
Amanda_S_Intel
Employee
585 Views

Jamil,

Thanks for your report. I submitted this problem to the development team (reference number DPD200369261).

--Amanda

0 Kudos
Reply