Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.82 KB | None | 0 0
  1. [23:43:48]:wash@cc08:/tmp/tridiagonal_solve_benchmarks:2:$ make ASSERTS=0 DEBUG=0 ARCH=AVX512 tsb_ikj_streaming_repeated_divide_double_precision
  2. ********************************************************************************
  3. Building tsb_ikj_streaming_repeated_divide_double_precision
  4. /project/projectdirs/m888/wash/development/gor-llvm/INSTALL_RELEASE/bin/clang++ -I/usr/common/software/intel/compilers_and_libraries_2017.0.064/linux/mkl/include -DTSB_ARCH_AVX512 -march=knl -O3 -fno-exceptions -fno-rtti -fvectorize -ffast-math  -static -DNDEBUG -Wno-assume -Wall -std=c++11 -DTSB_BUILD_TYPE=\"AVX512.RELEASE.STATIC.ASSERTS-OFF\" -stdlib=libc++ tsb_ikj_streaming_repeated_divide_double_precision.cpp -o /tmp/tridiagonal_solve_benchmarks/build/tsb_ikj_streaming_repeated_divide_double_precision -L/lib64 -L/project/projectdirs/m888/wash/development/gor-llvm/INSTALL_RELEASE/lib -L/usr/common/software/intel/compilers_and_libraries_2017.0.064/linux/mkl/lib/intel64  -Wl,--start-group -lc++ -lm -lomp -lc++ -lc++abi -lpthread -lc -lc++abi -ldl -lc -lrt -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group
  5.  
  6.  
  7.  
  8.  
  9. ^[[23~ fatal error: error in backend: Cannot select: 0x7cd0a40: f64 = X86ISD::FMAXC 0x74ef620, 0x7a9dd40
  10.  0x74ef620: f64 = extract_vector_elt 0x74efd90, Constant:i64<0>
  11.    0x74efd90: v2f64 = X86ISD::FAND 0x78b5a00, 0x6eb45d0
  12.      0x78b5a00: v2f64 = scalar_to_vector 0x79476a0
  13.        0x79476a0: f64,ch = CopyFromReg 0x6cc3fb0, Register:f64 %vreg674
  14.          0x7947630: f64 = Register %vreg674
  15.      0x6eb45d0: v2f64,ch = load<LD16[ConstantPool]> 0x6cc3fb0, 0x79474e0, undef:i64
  16.        0x79474e0: i64 = X86ISD::Wrapper TargetConstantPool:i64<<2 x i64> <i64 9223372036854775807, i64 9223372036854775807>> 0
  17.          0x74efe00: i64 = TargetConstantPool<<2 x i64> <i64 9223372036854775807, i64 9223372036854775807>> 0
  18.        0x74ef540: i64 = undef
  19.    0x7a92f30: i64 = Constant<0>
  20.  0x7a9dd40: f64 = extract_vector_elt 0x7cd0c70, Constant:i64<0>
  21.    0x7cd0c70: v2f64 = X86ISD::FAND 0x7947940, 0x6eb45d0
  22.      0x7947940: v2f64 = scalar_to_vector 0x7947470
  23.        0x7947470: f64,ch = CopyFromReg 0x6cc3fb0, Register:f64 %vreg675
  24.          0x7947320: f64 = Register %vreg675
  25.      0x6eb45d0: v2f64,ch = load<LD16[ConstantPool]> 0x6cc3fb0, 0x79474e0, undef:i64
  26.        0x79474e0: i64 = X86ISD::Wrapper TargetConstantPool:i64<<2 x i64> <i64 9223372036854775807, i64 9223372036854775807>> 0
  27.          0x74efe00: i64 = TargetConstantPool<<2 x i64> <i64 9223372036854775807, i64 9223372036854775807>> 0
  28.        0x74ef540: i64 = undef
  29.    0x7a92f30: i64 = Constant<0>
  30. In function: _ZN3tsb17max_residual_tileIdEET_NS_7array3dIS1_NS_10layout_ikjEE9size_typeES5_RS4_RKS4_S8_S8_S8_
  31. clang-3.9: error: clang frontend command failed with exit code 70 (use -v to see invocation)
  32. clang version 3.9.0 (git@github.com:GorNishanov/clang.git 77d27e6d017b6da751f57bf67b5d8ff0163b075a) (git@github.com:GorNishanov/llvm.git 9c26cb759ca857f61f8289473e4942110a1d9a78)
  33. Target: x86_64-unknown-linux-gnu
  34. Thread model: posix
  35. InstalledDir: /project/projectdirs/m888/wash/development/gor-llvm/INSTALL_RELEASE/bin
  36. clang-3.9: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
  37. clang-3.9: note: diagnostic msg:
  38. ********************
  39.  
  40. PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
  41. Preprocessed source(s) and associated run script(s) are located at:
  42. clang-3.9: note: diagnostic msg: /tmp/tsb_ikj_streaming_repeated_divide_double_precision-bad9e3.cpp
  43. clang-3.9: note: diagnostic msg: /tmp/tsb_ikj_streaming_repeated_divide_double_precision-bad9e3.sh
  44. clang-3.9: note: diagnostic msg:
  45.  
  46. ********************
  47. Makefile:123: recipe for target 'tsb_ikj_streaming_repeated_divide_double_precision' failed
  48. make: *** [tsb_ikj_streaming_repeated_divide_double_precision] Error 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement