Summary: | clCreateProgramWithSource does not block on MacOS | ||
---|---|---|---|
Product: | [JogAmp] Jocl | Reporter: | Michael Bien <bienator> |
Component: | opencl | Assignee: | Michael Bien <bienator> |
Status: | VERIFIED FIXED | ||
Severity: | blocker | CC: | rwlentz |
Priority: | P2 | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | macosx | ||
URL: | http://jogamp.762907.n3.nabble.com/jocl-CLProgram-create-line-74-tp2250272p2250272.html | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- | ||
Attachments: |
junit test
new test case |
Description
Michael Bien
2011-01-14 16:47:38 CET
mailing list discussion: http://jogamp.762907.n3.nabble.com/jocl-CLProgram-create-line-74-tp2250272p2250272.html Rick Lentz / mailing list: I tested on another Mac just to ensure that it was not a single case regarding APPLE. Here is the console output /results (Failed): OS: Mac OS X ARCH: x86_64 VM: Java HotSpot(TM) 64-Bit Server VM lib path: /Users/hinerm/Documents/workspace/OpenCLIterative3DDeconvolution/lib:/Users/hinerm/Documents/workspace/OpenCLIterative3DDeconvolution/lib/APPLE CLContext [id: 4296115824, platform: Apple, profile: FULL_PROFILE, devices: 2] OpenCL 1.0 (Aug 22 2010 18:08:16) src: __kernel vo ... compilation failed bug fixed in build 246: http://jogamp.org/chuck/view/fwd/job/jocl/label=macosx-10_6-x86_64/246/ commit: https://github.com/mbien/jocl/commit/6ca42ce154439b8c2f7f76ce4300ae08678f223a could you take a look and verify that its working for you also? (if not please reopen the bug) please use the high level api with CLProgram.create(...) since the test is also broken :) The content of attachment 217 [details] has been deleted by Michael Bien <bienator@arcor.de> without providing any reason. The token used to delete this attachment was generated at 2011-01-22 03:03:19 CET. Created attachment 221 [details]
new test case
|