https://bugs.llvm.org/show_bug.cgi?id=32961

            Bug ID: 32961
           Summary: [Polly] Unknown OpenCL identifiers
           Product: Polly
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Other
          Assignee: polly-...@googlegroups.com
          Reporter: tob...@grosser.es
                CC: llvm-bugs@lists.llvm.org

With recent Polly versions and GPU code generation enabled, I get the following
errors:

/home/grosser/Projects/polly/git/tools/polly/tools/GPURuntime/GPUJIT.c:862:8:
error: use of undeclared identifier 'CL_INVALID_PIPE_SIZE'
  case CL_INVALID_PIPE_SIZE:
       ^
/home/grosser/Projects/polly/git/tools/polly/tools/GPURuntime/GPUJIT.c:865:8:
error: use of undeclared identifier 'CL_INVALID_DEVICE_QUEUE'
  case CL_INVALID_DEVICE_QUEUE:
       ^
2 errors generated.

Best,
Tobias

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to