Hi everyone,
I ran the test set Argonne has and saw two failures, one in the "bug_sniper_stream" test and one in the "HPCCG 888 8worker ilpl" test. Everything else passed.
For the sniper test, it fails because of a compilation failure when the array size is set to 10:
$ icx -O2 -std=c99 -fopenmp -fopenmp-targets=csa="-fiopenmp -O3 -mllvm -csa-enable-reassoc-reduc -ffp-contract=fast" stream.c -DSTREAM_ARRAY_SIZE=10 -o stream_10
Stack dump:
0. Program arguments: /soft/restricted/intel_csa/comp/icx/2019-10-02-release/bin/clang @/tmp/icxargRAM8Fm
1. <eof> parser at end of file
2. Per-module optimization passes
3. Running pass 'CallGraph Pass Manager' on module 'stream.c'.
4. Running pass 'Global Value Numbering' on function ''
/soft/restricted/intel_csa/comp/icx/2019-10-02-release/bin/clang(_ZN4llvm3sys15PrintStackTraceERNS_11raw_ostreamE+0x1a)[0x1ac0e0a]
...
...
/soft/restricted/intel_csa/comp/icx/2019-10-02-release/bin/clang[0xaacc5d]
icx: error #10106: Fatal error in /soft/restricted/intel_csa/comp/icx/2019-10-02-release/bin/clang, terminated by segmentation violation
compilation aborted for stream.c (code 1)
This compiles without errors:
$ icx -O2 -std=c99 -fopenmp -fopenmp-targets=csa="-fiopenmp -O3 -mllvm -csa-enable-reassoc-reduc -ffp-contract=fast" stream.c -DSTREAM_ARRAY_SIZE=1000 -o stream_10
For the HPCCG_888_8worker_ilpl test, the compilation fails from an undefined symbol at link time, I didn’t look further.
Just letting everyone know!
Thanks,
Colleen
________________________________
From: anl-intel-lrz-knr <anl-intel-lrz-knr-bounces(a)lists.jlse.anl.gov> on behalf of Applencourt, Thomas via anl-intel-lrz-knr <anl-intel-lrz-knr(a)lists.jlse.anl.gov>
Sent: Thursday, November 7, 2019 3:14 AM
To: anl-intel-lrz-knr(a)jlse.anl.gov <anl-intel-lrz-knr(a)jlse.anl.gov>
Subject: Re: [anl-intel-lrz-knr] SDK release notes
The new release is now available on JLSE.
Thomas
Thomas Applencourt
Leadership Computing Facility
Argonne National Laboratory
Building 240 Office - 1.D.18
9700 S Cass Av., Lemont Il, 60439
(630) 252-0036
________________________________
From: Glossop, Kent <kent.glossop(a)intel.com>
Sent: Monday, October 7, 2019 08:38
To: Glossop, Kent <kent.glossop(a)intel.com>
Subject: SDK release notes
A new release of SDK components has been installed and is now the default on the co-design server, and will be available on JLSE soon. Please see $CSA_ROOT/doc/ CSA-Release-Notes-2019-10-04.txt for details.
Kent