- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FAILED dot : FAIL/TOTAL = 6/28
PASSED sum : FAIL/TOTAL = 0/4
FAILED axpby : FAIL/TOTAL = 4/12
FAILED waxpby : FAIL/TOTAL = 10/28
FAILED gemv : FAIL/TOTAL = 3/28
FAILED ge_sum_mv : FAIL/TOTAL = 13/28
FAILED gbmv : FAIL/TOTAL = 8/28
FAILED symv : FAIL/TOTAL = 15/28
FAILED spmv : FAIL/TOTAL = 13/28
FAILED sbmv : FAIL/TOTAL = 15/28
FAILED hemv : FAIL/TOTAL = 7/12
FAILED hpmv : FAIL/TOTAL = 6/12
FAILED hbmv : FAIL/TOTAL = 7/12
FAILED trmv : FAIL/TOTAL = 7/12
FAILED tpmv : FAIL/TOTAL = 8/12
FAILED trsv : FAIL/TOTAL = 8/12
FAILED tbsv : FAIL/TOTAL = 8/12
FAILED gemm : FAIL/TOTAL = 16/28
FAILED symm : FAIL/TOTAL = 14/28
FAILED hemm : FAIL/TOTAL = 7/12
FAILED gemv2 : FAIL/TOTAL = 16/28
FAILED symv2 : FAIL/TOTAL = 16/28
FAILED hemv2 : FAIL/TOTAL = 7/12
FAILED gbmv2 : FAIL/TOTAL = 16/28
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The instructions tell you to start out by generating make.inc. How would anyone guess what you have done there?
There seems little point in using icc in place of gcc, particularly if you don't use ifort.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ICC build with -O2 will enable -fp-model:fast while the GCC's -O2 build doesn't. The sanity test for xblas goes fine with ICC when you include CFLAGS = -O2 -fp-model:precise in the make.inc file. When I build xblas with GCC and -ffast-math, the sanity test fails in a similar fashion.
Thanks and Regards
Anoop

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page