[llvm-bugs] [Bug 32961] New: [Polly] Unknown OpenCL identifiers
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon May 8 01:17:10 PDT 2017
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-dev at googlegroups.com
Reporter: tobias at grosser.es
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170508/21cf903d/attachment.html>
More information about the llvm-bugs
mailing list