2 Racket-style API Reference
(require opencl/racket) | package: opencl |
The FFI provides Racket-style names for many of the C API functions.
value
_cl_bool-values from the C API.
value
_cl_platform_info-values from the C API.
value
_cl_device_type-values from the C API.
value
_cl_device_info-values from the C API.
value
_cl_device_fp_config-values from the C API.
_cl_device_mem_cache_type-values from the C API.
_cl_device_local_mem_type-values from the C API.
_cl_device_exec_capabilities-values from the C API.
_cl_command_queue_properties-values from the C API.
value
_cl_mem_flags-values from the C API.
value
_cl_channel_order-values from the C API.
value
_cl_mem_object_type-values from the C API.
value
_cl_addressing_mode-values from the C API.
value
_cl_filter_mode-values from the C API.
value
_cl_context_info-values from the C API.
value
_cl_command_queue_info-values from the C API.
value
_cl_mem_info-values from the C API.
value
_cl_image_info-values from the C API.
value
_cl_sampler_info-values from the C API.
value
_cl_program_info-values from the C API.
value
_cl_program_build_info-values from the C API.
value
_cl_build_status-values from the C API.
value
_cl_kernel_info-values from the C API.
_cl_kernel_work_group_info-values from the C API.
value
_cl_event_info-values from the C API.
value
_cl_command_type-values from the C API.
_command_execution_status-values from the C API.
value
_cl_profiling_info-values from the C API.
value
clGetPlatformInfo:generic from the C API.
value
clGetPlatformIDs:vector from the C API.
value
clGetDeviceIDs:vector from the C API.
value
clGetDeviceInfo:generic from the C API.
value
clGetContextInfo:generic from the C API.
value
clGetCommandQueueInfo:generic from the C API.
clGetSupportedImageFormats:vector from the C API.
value
clGetMemObjectInfo:generic from the C API.
value
clGetImageInfo:generic from the C API.
value
clGetSamplerInfo:generic from the C API.
value
clGetProgramInfo:generic from the C API.
value
clGetProgramBuildInfo:generic from the C API.
value
clCreateKernelsInProgram:vector from the C API.
value
clGetKernelInfo:generic from the C API.
value
clGetKernelWorkGroupInfo:generic from the C API.
value
clGetEventInfo:generic from the C API.
value
clGetEventProfilingInfo:generic from the C API.
value
make-cl_image_format from the C API.
value
clCreateContext from the C API.
value
clCreateContextFromType from the C API.
value
clRetainContext from the C API.
value
clReleaseContext from the C API.
value
clCreateCommandQueue from the C API.
value
clRetainCommandQueue from the C API.
value
clReleaseCommandQueue from the C API.
value
clSetCommandQueueProperty from the C API.
value
clCreateBuffer from the C API.
value
clEnqueueReadBuffer from the C API.
value
clEnqueueWriteBuffer from the C API.
value
clEnqueueCopyBuffer from the C API.
value
clRetainMemObject from the C API.
value
clReleaseMemObject from the C API.
value
clCreateImage2D from the C API.
value
clCreateImage3D from the C API.
value
clEnqueueReadImage from the C API.
value
clEnqueueWriteImage from the C API.
value
clEnqueueCopyImage from the C API.
clEnqueueCopyImageToBuffer from the C API.
clEnqueueCopyBufferToImage from the C API.
value
clEnqueueMapBuffer from the C API.
value
clEnqueueMapImage from the C API.
value
clEnqueueUnmapMemObject from the C API.
value
clEnqueueUnmapMemObject from the C API.
value
clCreateSampler from the C API.
value
clRetainSampler from the C API.
value
clReleaseSampler from the C API.
value
clCreateProgramWithSource from the C API.
value
clCreateProgramWithBinary from the C API.
value
clRetainProgram from the C API.
value
clReleaseProgram from the C API.
value
clBuildProgram from the C API.
value
clUnloadCompiler from the C API.
value
clCreateKernel from the C API.
value
clRetainKernel from the C API.
value
clReleaseKernel from the C API.
value
clSetKernelArg:_cl_mem from the C API.
value
clSetKernelArg:_cl_uint from the C API.
value
clSetKernelArg:_cl_int from the C API.
value
clSetKernelArg:local from the C API.
value
clEnqueueNDRangeKernel from the C API.
value
clEnqueueTask from the C API.
value
clWaitForEvents from the C API.
value
clRetainEvent from the C API.
value
clReleaseEvent from the C API.
value
clEnqueueMarker from the C API.
value
clEnqueueWaitForEvents from the C API.
value
clEnqueueBarrier from the C API.
value
clFlush from the C API.
value
clFinish from the C API.