Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296941 Details for
Bug 396033
freeocl-0.1.0 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
freeocl-0.1.0-clSetCommandQueueProperty.patch
freeocl-0.1.0-clSetCommandQueueProperty.patch (text/plain), 1.19 KB, created by
emil karlson
on 2011-12-26 04:08:03 UTC
(
hide
)
Description:
freeocl-0.1.0-clSetCommandQueueProperty.patch
Filename:
MIME Type:
Creator:
emil karlson
Created:
2011-12-26 04:08:03 UTC
Size:
1.19 KB
patch
obsolete
>diff -Naur FreeOCL-0.1.0.20111226/OpenCL.map FreeOCL-0.1.0.20111226-r1/OpenCL.map >--- FreeOCL-0.1.0.20111226/OpenCL.map 2011-09-10 16:37:39.044070000 +0300 >+++ FreeOCL-0.1.0.20111226-r1/OpenCL.map 2011-12-26 04:59:28.340909544 +0200 >@@ -63,6 +63,7 @@ > clRetainProgram; > clRetainSampler; > clSetKernelArg; >+clSetCommandQueueProperty; > clUnloadCompiler; > clWaitForEvents; > }; >diff -Naur FreeOCL-0.1.0.20111226/src/icd/icd_api.cpp FreeOCL-0.1.0.20111226-r1/src/icd/icd_api.cpp >--- FreeOCL-0.1.0.20111226/src/icd/icd_api.cpp 2011-09-21 03:03:49.815262000 +0300 >+++ FreeOCL-0.1.0.20111226-r1/src/icd/icd_api.cpp 2011-12-26 04:59:49.599968307 +0200 >@@ -64,6 +64,18 @@ > param_value_size_ret); > } > >+ >+ cl_int clSetCommandQueueProperty(cl_command_queue command_queue, >+ cl_command_queue_properties properties, >+ cl_bool enable, >+ cl_command_queue_properties *old_properties) >+ { >+ return command_queue->dispatch->clSetCommandQueueProperty(command_queue, >+ properties, >+ enable, >+ old_properties); >+ } >+ > cl_int clFlush (cl_command_queue command_queue) > { > return command_queue->dispatch->clFlush(command_queue);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 396033
:
296939
| 296941