[llvm-bugs] [Bug 32877] New: regression test on cuda-managed-memory-simple.ll fail

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 2 02:52:34 PDT 2017


http://bugs.llvm.org/show_bug.cgi?id=32877

            Bug ID: 32877
           Summary: regression test on cuda-managed-memory-simple.ll fail
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Other
          Assignee: polly-dev at googlegroups.com
          Reporter: singapuram.sanjay at gmail.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 18390
  --> http://bugs.llvm.org/attachment.cgi?id=18390&action=edit
Build Configuration

The regression test on cuda-managed-memory-simple.ll fails with the following 
output,

FAILED: cd /home/sanjay/Software/polly/llvm_build/tools/polly/test &&
/usr/bin/python2.7 /home/sanjay/Software/polly/llvm_src/utils/lit/lit.py -sv
--param
polly_site_config=/home/sanjay/Software/polly/llvm_build/tools/polly/test/lit.site.cfg
--param
polly_unit_site_config=/home/sanjay/Software/polly/llvm_build/tools/polly/test/Unit/lit.site.cfg
/home/sanjay/Software/polly/llvm_build/tools/polly/test
-- Testing: 860 tests, 4 threads --
Testing: 0 .
FAIL: Polly :: GPGPU/cuda-managed-memory-simple.ll (60 of 860)
******************** TEST 'Polly :: GPGPU/cuda-managed-memory-simple.ll' FAILED
********************
Script:
--
opt -load /home/sanjay/Software/polly/llvm_build/lib/LLVMPolly.so
-polly-process-unprofitable  -polly-remarks-minimal  -S 
-polly-process-unprofitable -polly-acc-mincompute=0 -polly-target=gpu 
-polly-codegen-ppcg -polly-acc-codegen-managed-memory <
/home/sanjay/Software/polly/llvm_src/tools/polly/test/GPGPU/cuda-managed-memory-simple.ll
|  FileCheck
/home/sanjay/Software/polly/llvm_src/tools/polly/test/GPGPU/cuda-managed-memory-simple.ll
--
Exit Code: 1

Command Output (stderr):
--
/home/sanjay/Software/polly/llvm_src/tools/polly/test/GPGPU/cuda-managed-memory-simple.ll:49:15:
error: expected string not found in input
; CHECK-NEXT: %20 = call i8* @polly_getKernel(i8* getelementptr inbounds ([820
x i8], [820 x i8]* @kernel_0, i32 0, i32 0), i8* getelementptr inbounds ([9 x
i8], [9 x i8]* @kernel_0_name, i32 0, i32 0))
              ^
<stdin>:88:2: note: scanning from here
 %20 = call i8* @polly_getKernel(i8* getelementptr inbounds ([750 x i8], [750 x
i8]* @kernel_0, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8], [9 x i8]*
@kernel_0_name, i32 0, i32 0))
 ^

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 14.18s
********************
Failing Tests (1):
    Polly :: GPGPU/cuda-managed-memory-simple.ll

  Expected Passes    : 818
  Expected Failures  : 11
  Unsupported Tests  : 30
  Unexpected Failures: 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170502/459e026d/attachment.html>


More information about the llvm-bugs mailing list