module CrOpenCL

Defined in:

crOpenCL.cr
crOpenCL/buffer.cr
crOpenCL/command_queue.cr
crOpenCL/context.cr
crOpenCL/device.cr
crOpenCL/event.cr
crOpenCL/exceptions.cr
crOpenCL/kernel.cr
crOpenCL/libOpenCL.cr
crOpenCL/local_memory.cr
crOpenCL/platform.cr
crOpenCL/program.cr
crOpenCL/version.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.create_some_context #

Prompt the user to select a device and create a context from that


[View source]